Reverting to original genericNotice for now
authorCory Chaplin <cory.chaplin@laposte.net>
Mon, 12 May 2014 13:58:28 +0000 (15:58 +0200)
committerCory Chaplin <cory.chaplin@laposte.net>
Mon, 12 May 2014 13:58:28 +0000 (15:58 +0200)
server/irc/commands.js

index 4b9e89471f899bf785cc38b64cd32e14a49c60de..58d4ceaa1254ca0a8295e4fe9596c17a4c215b97 100644 (file)
@@ -127,7 +127,7 @@ irc_numerics = {
     '442': 'ERR_NOTONCHANNEL',
     '443': 'ERR_USERONCHANNEL',
     '451': 'ERR_NOTREGISTERED',
-    '461': 'ERR_NOTENOUGHPARAMS',//
+    '461': 'ERR_NOTENOUGHPARAMS',
     '464': 'ERR_PASSWDMISMATCH',
     '470': 'ERR_LINKCHANNEL',
     '471': 'ERR_CHANNELISFULL',
@@ -143,7 +143,7 @@ irc_numerics = {
     '904': 'ERR_SASLNOTAUTHORISED',
     '906': 'ERR_SASLABORTED',
     '907': 'ERR_SASLALREADYAUTHED',
-    'WALLOPS': 'RPL_WALLOPS'//
+    'WALLOPS': 'RPL_WALLOPS'
 };
 
 
@@ -1437,8 +1437,8 @@ function genericNotice (command, msg, is_error) {
         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],