projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0190c2c
)
More server notice detecting
author
Darren
<darren@Darrens-MacBook-Pro.local>
Sat, 25 May 2013 16:14:29 +0000
(17:14 +0100)
committer
Darren
<darren@Darrens-MacBook-Pro.local>
Sat, 25 May 2013 16:14:29 +0000
(17:14 +0100)
server/irc/channel.js
patch
|
blob
|
blame
|
history
diff --git
a/server/irc/channel.js
b/server/irc/channel.js
index fb97f5f67cb0af571b7f5e72f6f733a8ab8017de..261bf232c58f60a713c02fb63dbe834d482a518e 100644
(file)
--- a/
server/irc/channel.js
+++ b/
server/irc/channel.js
@@
-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,