From 8c90d1dcb563d02399fcea33fff5378883d7cebf Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 1 Jun 2014 12:30:16 +0100 Subject: [PATCH] Typo --- client/src/models/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/models/network.js b/client/src/models/network.js index b90ad64..b4a1d9b 100644 --- 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('channel:kick', onKick, this); this.gateway.on('message', onMessage, this); this.gateway.on('nick', onNick, this); this.gateway.on('ctcp_request', onCtcpRequest, this); -- 2.25.1