From: Ian Jackson Date: Fri, 15 Mar 2002 16:48:01 +0000 (+0000) Subject: untell works for unregistered nicks X-Git-Tag: merge-2001-10-09-tell~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/commitdiff_plain/0ba5cc805c8f3cc7f3b539f3fd5f933c7ca42e99 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."