From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
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=6e10eb605e8f9498728216f7315e8e53ce976100;p=infobot.git

reenable seen for tests


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@620 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/src/CommandStubs.pl b/src/CommandStubs.pl
index a89e1a1..b70b378 100644
--- a/src/CommandStubs.pl
+++ b/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");