projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0bbfb7
)
Typo
author
Darren
<darren@darrenwhitlen.com>
Sun, 1 Jun 2014 11:30:16 +0000
(12:30 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 1 Jun 2014 11:30:16 +0000
(12:30 +0100)
client/src/models/network.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/models/network.js
b/client/src/models/network.js
index b90ad64717ec21133b6b75e6606c77849e7ea3c5..b4a1d9b3104af2266217eeac7a032ab38d816681 100644
(file)
--- a/
client/src/models/network.js
+++ b/
client/src/models/network.js
@@
-128,7
+128,7
@@
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('channe
l
:kick', onKick, this);
this.gateway.on('message', onMessage, this);
this.gateway.on('nick', onNick, this);
this.gateway.on('ctcp_request', onCtcpRequest, this);