'442': 'ERR_NOTONCHANNEL',
'443': 'ERR_USERONCHANNEL',
'451': 'ERR_NOTREGISTERED',
- '461': 'ERR_NOTENOUGHPARAMS',//
+ '461': 'ERR_NOTENOUGHPARAMS',
'464': 'ERR_PASSWDMISMATCH',
'470': 'ERR_LINKCHANNEL',
'471': 'ERR_CHANNELISFULL',
'904': 'ERR_SASLNOTAUTHORISED',
'906': 'ERR_SASLABORTED',
'907': 'ERR_SASLALREADYAUTHED',
- 'WALLOPS': 'RPL_WALLOPS'//
+ 'WALLOPS': 'RPL_WALLOPS'
};
is_error = true;
this.irc_connection.emit('user ' + command.prefix + ' notice', {
- from_server: false,
- nick: 'Info',
+ from_server: true,
+ nick: command.prefix,
ident: '',
hostname: '',
target: command.params[0],