From: dms Date: Tue, 15 May 2001 13:09:14 +0000 (+0000) Subject: - fixed "tell" again! X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=61b838533f97f800158b451e99a8aa1abe4e49d4;p=infobot.git - fixed "tell" again! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@488 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/UserExtra.pl b/blootbot/src/UserExtra.pl index 46436ca..fc6e000 100644 --- a/blootbot/src/UserExtra.pl +++ b/blootbot/src/UserExtra.pl @@ -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?