chiark
/
gitweb
/
~mdw
/
ircbot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
privmsg_unlogged is supposed to return 1 to say we do not log incoming msgs
[ircbot]
/
spoutchan.tcl
diff --git
a/spoutchan.tcl
b/spoutchan.tcl
index 7d934fe8a7027e4c54038bf2b77eaf69eb6388d3..3bdba2800dbd2fd88b402567766e31184a9f2646 100755
(executable)
--- a/
spoutchan.tcl
+++ b/
spoutchan.tcl
@@
-12,7
+12,7
@@
proc connected {} {
sendout JOIN $channel
}
proc new_event {} { }
-proc privmsg_unlogged {args} { }
+proc privmsg_unlogged {args} {
return 1
}
proc msg_366 {args} {
fconfigure stdin -blocking no
fileevent stdin readable stdinread