From: ijackson Date: Fri, 15 Mar 2002 16:48:01 +0000 (+0000) Subject: untell works for unregistered nicks X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=780e40258546726b5470c8f03a3d6468554b72a9;p=ircbot.git untell works for unregistered nicks --- diff --git a/bot.tcl b/bot.tcl index 0f75e1b..06f0b7c 100755 --- a/bot.tcl +++ b/bot.tcl @@ -1328,7 +1328,7 @@ proc tell_delete_msgs {lsenders lrecip} { def_ucmd untell { prefix_nick check_notonchan - nick_securitycheck 0 + if {[nickdb_exists $n]} { nick_securitycheck 0 } set recipients [tell_peernicks $text] if {![llength $recipients]} { usererror "You must say which recipients' messages from you to forget."