X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/blobdiff_plain/7fa33cabc8a8d36931e80d49abacca75d7951e4e..16d57a7f3c51269aa6de8d41e3fd3250f0b9b61b:/spoutchan.tcl 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