From 8a7f8f76dc6dcc56e87344e8f58654f6b8f41112 Mon Sep 17 00:00:00 2001 From: dms Date: Sat, 3 May 2003 11:03:47 +0000 Subject: [PATCH] - hm... ? git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@780 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/IRC/IrcHelpers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/IRC/IrcHelpers.pl b/blootbot/src/IRC/IrcHelpers.pl index fd26338..1ee2835 100644 --- a/blootbot/src/IRC/IrcHelpers.pl +++ b/blootbot/src/IRC/IrcHelpers.pl @@ -344,10 +344,10 @@ sub chanServCheck { &VERB("chanServCheck($chan) called.",2); if ( &IsParam("nickServ_pass") and !$nickserv) { - &DEBUG("chanServ_ops($chan): nickserv enabled but not alive? (ircCheck)"); $conn->who("NickServ"); return 0; } + # check for first hash then for next hash. # todo: a function for &ischanop()? &isvoice()? if (exists $channels{$chan} and exists $channels{$chan}{'o'}{$ident}) { -- 2.39.2