From: Ian Jackson 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: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/16d57a7f3c51269aa6de8d41e3fd3250f0b9b61b?hp=7fa33cabc8a8d36931e80d49abacca75d7951e4e 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