Couple of fixes from ayust on github, thanks

This commit is contained in:
Sean B. Palmer
2011-03-10 13:41:02 +00:00
parent ecb8af1bbe
commit 5bc5662108
3 changed files with 29 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ def f_reload(phenny, input):
f_reload.name = 'reload'
f_reload.rule = ('$nick', ['reload'], r'(\S+)?')
f_reload.priority = 'low'
f_reload.thread = False
if __name__ == '__main__':
print __doc__.strip()