Minor fixes, full stop stripping of tell nicknames &c.

This commit is contained in:
Sean B. Palmer
2008-08-09 16:01:20 +01:00
parent 86c2f274d5
commit 31d107c0bd
6 changed files with 22 additions and 11 deletions

View File

@@ -14,6 +14,9 @@ def f_reload(phenny, input):
if not input.admin: return
name = input.group(2)
if name == phenny.config.owner:
return phenny.reply('What?')
if (not name) or (name == '*'):
phenny.setup()
return phenny.reply('done')