From: ijackson Date: Fri, 8 Apr 2005 15:45:02 +0000 (+0000) Subject: privmsg_unlogged is supposed to return 1 to say we do not log incoming msgs X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=778f87abd389fcf3d6fbdc33801d543641201442;p=ircbot.git privmsg_unlogged is supposed to return 1 to say we do not log incoming msgs --- diff --git a/spoutchan.tcl b/spoutchan.tcl index 7d934fe..3bdba28 100755 --- 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