Refactor bindIRCCommands()
authorJack Allnutt <m2ys4u@Gmail.com>
Fri, 25 Nov 2011 02:58:36 +0000 (02:58 +0000)
committerJack Allnutt <m2ys4u@Gmail.com>
Fri, 25 Nov 2011 02:58:36 +0000 (02:58 +0000)
commitf44922899ec42dea6662a2028183953b3628ad8c
tree010a486caf655d45e6e15c610b6a75c3e0206333
parent943caaefe4f62fd0761e6f5bbc934c5ab77c34b8
Refactor bindIRCCommands()

Use a helper function so that the code is more readble. This means No more `'irc_' + ircNumeric.BLAH` stuff and no more bound_events.push() for each event listener.

No longer remove all listeners for each event on recode. Only events bound in bindIRCCommands() will be removed and rebound.
server/app.js