From 61b838533f97f800158b451e99a8aa1abe4e49d4 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@488 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/UserExtra.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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? -- 2.39.5