From 16d57a7f3c51269aa6de8d41e3fd3250f0b9b61b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 8 Apr 2005 15:45:02 +0000 Subject: [PATCH] privmsg_unlogged is supposed to return 1 to say we do not log incoming msgs --- spoutchan.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0