From: timriker Date: Tue, 19 Nov 2002 23:35:52 +0000 (+0000) Subject: reenable seen for tests X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0cbfc93b87b5095959698694c5d2d688fad2ac2f;p=infobot.git reenable seen for tests git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@620 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/CommandStubs.pl b/blootbot/src/CommandStubs.pl index a89e1a1..b70b378 100644 --- a/blootbot/src/CommandStubs.pl +++ b/blootbot/src/CommandStubs.pl @@ -596,11 +596,6 @@ sub seen { my($person) = lc shift; $person =~ s/\?*$//; - if (&whatInterface() !~ /IRC/) { - &status("seen disabled in CLI."); - return; - } - if (!defined $person or $person =~ /^$/) { &help("seen");