chiark / gitweb /
untell works for unregistered nicks
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Mar 2002 16:48:01 +0000 (16:48 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 15 Mar 2002 16:48:01 +0000 (16:48 +0000)
bot.tcl

diff --git a/bot.tcl b/bot.tcl
index 0f75e1b64a8389151af7343f661a1fd0b9e29f8e..06f0b7c61ff59b6ae340816c22e1be9bc4fe3045 100755 (executable)
--- 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."