summaryrefslogtreecommitdiffstats
path: root/modules/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info.py')
-rwxr-xr-xmodules/info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/info.py b/modules/info.py
index 932ac2f..a40a34f 100755
--- a/modules/info.py
+++ b/modules/info.py
@@ -41,6 +41,7 @@ help.rule = ('$nick', r'(?i)help(?:[?!]+)?$')
help.priority = 'low'
def stats(phenny, input):
+ """Show information on command usage patterns."""
commands = {}
users = {}
channels = {}