update part rule

master
mutantmonkey 2016-01-12 10:02:54 -08:00
parent 62893cb9c1
commit cee9e090e5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def part(phenny, input):
if input.sender.startswith('#'): return
if input.admin:
phenny.write(['PART'], input.group(2))
part.commands = ['part']
part.rule = (['part'], r'(#\S+)')
part.priority = 'low'
part.example = '.part #example'