We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4954a2 commit 150b718Copy full SHA for 150b718
kirc.c
@@ -186,7 +186,7 @@ main(int argc, char **argv) {
186
if (user && !real && nick) raw("USER %s - - :%s\r\n", user, nick);
187
if (!user && !real && nick) raw("USER %s - - :%s\r\n", nick, nick);
188
if (pass) raw("PASS %s\r\n", pass);
189
- if (inic) raw("%s\r\n", inic)
+ if (inic) raw("%s\r\n", inic);
190
191
while ((sl = read(conn, &s, 1))) {
192
if (sl > 0) b[o] = s;
0 commit comments