mirror of https://github.com/nealey/irc-bot
remove extraneous comment
This commit is contained in:
parent
086e09927a
commit
ffa7d64249
|
@ -103,7 +103,7 @@ main(int argc, char *argv[])
|
|||
change_state(INVERSE, 0, 0);
|
||||
} else if (31 == c) {
|
||||
change_state(UNDERLINE, 0, 0);
|
||||
} else if (15 == c) { /* mIRC reset everything */
|
||||
} else if (15 == c) {
|
||||
change_state(RESET, 0, 0);
|
||||
} else if ('\n' == c) {
|
||||
change_state(RESET, 0, 0);
|
||||
|
|
Loading…
Reference in New Issue