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

Fix extra {

parent d1f21314
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ function IRC_Unregistered_Commands(cmdline) {
( (this_nline.password == "*") && !this.outgoing
&& !(this_nline.flags&NLINE_CHECK_QWKPASSWD) )
) && !qwk_slave) {
if (parseInt(cmd[2]) < 2) {
if (parseInt(cmd[2]) < 2)
this.quit("UR Server not configured.");
return 0;
}
......
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