Added minor documentation

This commit is contained in:
Matthew Ramina
2013-11-28 22:23:32 -05:00
committed by mutantmonkey
parent d6e28ac26b
commit 9219308170
7 changed files with 15 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ def urbandict(phenny, input):
response = "{0} - {1}".format(result['definition'].strip()[:256], url)
phenny.say(response)
urbandict.name = 'urb'
urbandict.rule = (['urb'], r'(.*)')
if __name__ == '__main__':