]> git.donarmstrong.com Git - infobot.git/commitdiff
- fixed "tell" again!
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 15 May 2001 13:09:14 +0000 (13:09 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 15 May 2001 13:09:14 +0000 (13:09 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@488 c11ca15a-4712-0410-83d8-924469b57eb5

src/UserExtra.pl

index 46436caae1a12eb81750c111754c0e7ed1475640..fc6e000c50e16bb64ef9adedddd57b50729eae84 100644 (file)
@@ -325,10 +325,9 @@ sub tell {
 
     # "intrusive".
 #    if ($target !~ /^$mask{chan}$/ and !&IsNickInAnyChan($target)) {
-    if ($target !~ /^$mask{chan}$/) {
-       &msg($who, "No, $target is not in any of my chans.");
-       return;
-    }
+#      &msg($who, "No, $target is not in any of my chans.");
+#      return;
+#    }
 
     # self.
     if ($target eq $ident) {   # lc?