Some sundry fixes and improvements to the modules.

This commit is contained in:
Sean B. Palmer
2008-03-01 21:07:23 +00:00
parent 3d920f4317
commit 1078791cb6
17 changed files with 9 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ def f_reload(phenny, input):
if not input.admin: return
name = input.group(2)
if not name:
if (not name) or (name == '*'):
phenny.setup()
return phenny.reply('done')