Typo
authorDarren <darren@darrenwhitlen.com>
Sun, 1 Jun 2014 11:30:16 +0000 (12:30 +0100)
committerDarren <darren@darrenwhitlen.com>
Sun, 1 Jun 2014 11:30:16 +0000 (12:30 +0100)
client/src/models/network.js

index b90ad64717ec21133b6b75e6606c77849e7ea3c5..b4a1d9b3104af2266217eeac7a032ab38d816681 100644 (file)
             this.gateway.on('channel:join', onJoin, this);
             this.gateway.on('channel:part', onPart, this);
             this.gateway.on('channel:quit', onQuit, this);
-            this.gateway.on('channe:kick', onKick, this);
+            this.gateway.on('channel:kick', onKick, this);
             this.gateway.on('message', onMessage, this);
             this.gateway.on('nick', onNick, this);
             this.gateway.on('ctcp_request', onCtcpRequest, this);