More server notice detecting
authorDarren <darren@Darrens-MacBook-Pro.local>
Sat, 25 May 2013 16:14:29 +0000 (17:14 +0100)
committerDarren <darren@Darrens-MacBook-Pro.local>
Sat, 25 May 2013 16:14:29 +0000 (17:14 +0100)
server/irc/channel.js

index fb97f5f67cb0af571b7f5e72f6f733a8ab8017de..261bf232c58f60a713c02fb63dbe834d482a518e 100644 (file)
@@ -102,6 +102,7 @@ function onMsg(event) {
 
 function onNotice(event) {
     this.irc_connection.clientEvent('notice', {
+        from_server: event.from_server,
         nick: event.nick,
         ident: event.ident,
         hostname: event.hostname,