]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/News.pl
- commandstubs: cmd or ident could be null - semi fix.
[infobot.git] / src / Modules / News.pl
index e9a1ef29ac6ffaef59a34cfff26a49741de59a19..4696982a3eae772f9aa5e7bdabfb4e7fdcd4873f 100644 (file)
@@ -61,7 +61,7 @@ sub Parse {
        }
 
        $chan   = $chans[0];
-       &::DEBUG("Guessed $::who being on chan $chan",2);
+       &::VERB("Guessed $::who being on chan $chan",2);
        $::chan = $chan;        # hack for IsChanConf().
     }
 
@@ -142,7 +142,6 @@ sub Parse {
        }
 
     } else {
-       &::DEBUG("news: could not parse '$what'");
        &::notice($::who, "unknown command: $what");
     }
 }