panel.addMsg(' ', styleText('chanop_privs_needed', {text: event.reason, channel: event.channel}), 'status');
_kiwi.app.message.text(event.reason + ' (' + event.channel + ')');
break;
- case 'cannot_send_to_channel':
+ case 'cannot_send_to_channel':
panel.addMsg(' ', '== ' + _kiwi.global.i18n.translate('Cannot send message to channel, you are not voiced').fetch(event.channel, event.reason), 'status');
- break;
+ break;
case 'no_such_nick':
tmp = this.panels.getByName(event.nick);
if (tmp) {