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=376e5c692e6395d59d5651c08736c75c0d5f0b5a;p=infobot.git - fixed "tell" again! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@488 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/UserExtra.pl b/src/UserExtra.pl index 46436ca..fc6e000 100644 --- a/src/UserExtra.pl +++ b/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?