From 376e5c692e6395d59d5651c08736c75c0d5f0b5a Mon Sep 17 00:00:00 2001 From: dms Date: Tue, 15 May 2001 13:09:14 +0000 Subject: [PATCH] - fixed "tell" again! git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@488 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/UserExtra.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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? -- 2.39.2