diff --git a/exec/load/ircd_unreg.js b/exec/load/ircd_unreg.js index 303fd4745865fe99f148ea320232608d9e484c06..84445a45c270b7d5dbf4efc04c3bd06cb1d71130 100644 --- a/exec/load/ircd_unreg.js +++ b/exec/load/ircd_unreg.js @@ -48,7 +48,7 @@ function Unregistered_Client(id,socket) { ////////// FUNCTIONS // Functions we use to control clients (specific) this.work = Unregistered_Commands; - this.JSON_Unregistered_Commands = JSON_Unregistered_Commands; +// this.JSON_Unregistered_Commands = JSON_Unregistered_Commands; this.IRC_Unregistered_Commands = IRC_Unregistered_Commands; this.quit = Unregistered_Quit; this.check_timeout = IRCClient_check_timeout;