From ac68ff4084eea575f87ebf46697d951a6befee7c Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 7 Feb 2005 12:19:03 +0000 Subject: [PATCH] do not endlessly remind about messages Organization: Straylight/Edgeware From: Ian Jackson --- bot.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.tcl b/bot.tcl index b706312..d89e18e 100755 --- a/bot.tcl +++ b/bot.tcl @@ -378,7 +378,7 @@ proc tell_event_core1 {nl event} { } masl??? { sendprivmsg $nl {Don't forget about your messages.} - return remind + set re remind } pi????? { return ignorepi -- [mdw]