Some sundry fixes and improvements to the modules.
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user