]> git.donarmstrong.com Git - infobot.git/blobdiff - src/UserExtra.pl
A round of fixes:
[infobot.git] / src / UserExtra.pl
index 6e6b81e954ac4fa114e29bb7f78daaded6eb246d..be48b367b41568bc9382e934588710bf272569fb 100644 (file)
@@ -30,7 +30,8 @@ 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') );