update part rule

This commit is contained in:
mutantmonkey
2016-01-12 10:02:54 -08:00
parent 62893cb9c1
commit cee9e090e5

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'