]> git.donarmstrong.com Git - infobot.git/commitdiff
- hm... ?
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 3 May 2003 11:03:47 +0000 (11:03 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 3 May 2003 11:03:47 +0000 (11:03 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@780 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/IrcHelpers.pl

index fd263385c7e71b6556da076078bdb2f22b2269ec..1ee2835238e137b12360daf594d77d59f4803fcf 100644 (file)
@@ -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}) {