Skip to content
Snippets Groups Projects
Commit 843d4d7a authored by deuce's avatar deuce
Browse files

Avoid colons because this is porcelin.

parent c0da6a30
No related branches found
No related tags found
No related merge requests found
......@@ -621,7 +621,7 @@ function Server_Work(cmdline) {
if (!my_server)
break;
if (cmd[1] != "OK") {
my_server.quit("S: Server not configured.");
my_server.quit("S Server not configured.");
break;
}
Servers[my_server.nick.toLowerCase()] = new IRC_Server();
......
......@@ -204,7 +204,7 @@ function IRC_Unregistered_Commands(cmdline) {
( (this_nline.password == "*") && !this.outgoing
&& !(this_nline.flags&NLINE_CHECK_QWKPASSWD) )
) && !qwk_slave) {
this.quit("UR: Server not configured.");
this.quit("UR Server not configured.");
return 0;
}
// Take care of registration right now.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment