diff --git a/exec/load/ircd_unreg.js b/exec/load/ircd_unreg.js index 784407610653871580a161427ba44bdf9b6999e8..611a0944dd85066cdd075f4f2236b178f5813cb7 100644 --- a/exec/load/ircd_unreg.js +++ b/exec/load/ircd_unreg.js @@ -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; }