summaryrefslogtreecommitdiffstats
path: root/modules/info.py
diff options
context:
space:
mode:
authorSean B. Palmer <http://inamidst.com/sbp/>2008-03-10 19:58:28 +0000
committerSean B. Palmer <http://inamidst.com/sbp/>2008-03-10 19:58:28 +0000
commitfb2cd452e963b8bc048161036903cd82d3b113f0 (patch)
tree81182d25fc19f538292b52a9e7c697447d5e6548 /modules/info.py
parent5cad6661c9437832e23469aba2c9f04d94b734ee (diff)
downloadbot-fb2cd452e963b8bc048161036903cd82d3b113f0.tar.gz
bot-fb2cd452e963b8bc048161036903cd82d3b113f0.tar.bz2
bot-fb2cd452e963b8bc048161036903cd82d3b113f0.zip
Some documentation and minor fixes.
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 = {}