]> git.donarmstrong.com Git - infobot.git/blobdiff - src/UserExtra.pl
- fixed "tell" again!
[infobot.git] / 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?