From 778f87abd389fcf3d6fbdc33801d543641201442 Mon Sep 17 00:00:00 2001 From: ijackson 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.30.2