]> git.donarmstrong.com Git - infobot.git/commitdiff
op (mode) does not work?
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 18 Sep 2000 13:37:16 +0000 (13:37 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 18 Sep 2000 13:37:16 +0000 (13:37 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@119 c11ca15a-4712-0410-83d8-924469b57eb5

src/IRC/Irc.pl

index 0af89db973f3ac9773d89a7a2db76457b57f5613..d2bc6fae87752903c7713a0c4ed7c8557a7ca40c 100644 (file)
@@ -354,6 +354,8 @@ sub mode {
        return;
     }
 
+    &DEBUG("MODE $chan $modes");
+
     rawout("MODE $chan $modes");
 }