djcas9 / komanda

The IRC Client For Developers
http://komanda.io
MIT License
1.78k stars 75 forks source link

Crash on joining a channel. #139

Closed ghost closed 10 years ago

ghost commented 10 years ago

Seems to happen on a specific channel?.

irc.abjects.net #mg-chat ... maybe other channels on that network...

Uncaught node.js Error

TypeError: Cannot call method 'push' of undefined at Object.eval (app://host/komanda.js:19:6016) at Object.eval (app://host/komanda.js:19:7970) at eval (app://host/komanda.js:9:13236) at Object.a (app://host/komanda.js:9:13753) at Object.n as invokePartial at f (app://host/komanda.js:19:11036) at Object.i as inverse at Object.eval (app://host/komanda.js:9:10720) at p (app://host/komanda.js:19:10848) at Object.i as inverse

Running 4af44bac8d859252aa59c4d9dbf3d16312396517

eugene-bulkin commented 10 years ago

This is fixed. For posterity, here's what happened:

We only had a set list of symbols that go in front of nicknames that we accepted. Now if a symbol appears that is unfamiliar, we simply treat them as a regular user until we know what level they are supposed to be.