]> git.donarmstrong.com Git - infobot.git/commitdiff
stub IsNickInChan for local
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 19 Nov 2002 23:39:38 +0000 (23:39 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 19 Nov 2002 23:39:38 +0000 (23:39 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@625 c11ca15a-4712-0410-83d8-924469b57eb5

src/CLI/Support.pl

index b3c7b1ac2143bdd15c56234984ea4b3dd5918f31..42df6df6749a5c6cc504bd3ff788d4a1eac77b1e 100644 (file)
@@ -23,6 +23,11 @@ sub msg {
     print("$nick: $msg\n");
 }
 
+sub IsNickInChan {
+    my ($nick,$chan) = @_;
+    return 1;
+}
+
 sub performStrictReply {
     &msg($who, @_);
 }