]> git.donarmstrong.com Git - infobot.git/blobdiff - src/UserExtra.pl
news: added news->factoid redirection
[infobot.git] / src / UserExtra.pl
index 6e6b81e954ac4fa114e29bb7f78daaded6eb246d..1a62202f5afccd530d38c3a853bab2a42d26356a 100644 (file)
@@ -30,9 +30,11 @@ use vars qw(%channels %chanstats %cmdstats);
        Help => 'nslookup', Identifier => 'allowDNS',
        Forker => "NULL", ) );
 &addCmdHook("main", 'tell|explain', ('CODEREF' => 'tell', 
-       Help => 'tell', Identifier => 'allowTelling', ) );
+       Help => 'tell', Identifier => 'allowTelling',
+       Cmdstats => 'Tell') );
 &addCmdHook("main", 'news', ('CODEREF' => 'News::Parse', 
-       Module => 'news', Identifier => 'news') );
+       Module => 'news', ) );
+#      Module => 'news', Identifier => 'news') );
 
 &status("CMD: loaded ".scalar(keys %hooks_main)." MAIN command hooks.");