chiark
/
gitweb
/
~mdw
/
ircbot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7fa33ca
)
privmsg_unlogged is supposed to return 1 to say we do not log incoming msgs
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 8 Apr 2005 15:45:02 +0000
(15:45 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 8 Apr 2005 15:45:02 +0000
(15:45 +0000)
spoutchan.tcl
patch
|
blob
|
blame
|
history
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