Skip to content
Snippets Groups Projects
Commit b2deb7aa authored by cyan's avatar cyan
Browse files

Remove more debugging garbage

parent 68a85651
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ function Unregistered_Client(id,socket) { ...@@ -48,7 +48,7 @@ function Unregistered_Client(id,socket) {
////////// FUNCTIONS ////////// FUNCTIONS
// Functions we use to control clients (specific) // Functions we use to control clients (specific)
this.work = Unregistered_Commands; 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.IRC_Unregistered_Commands = IRC_Unregistered_Commands;
this.quit = Unregistered_Quit; this.quit = Unregistered_Quit;
this.check_timeout = IRCClient_check_timeout; this.check_timeout = IRCClient_check_timeout;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment