[Admin] Fix Prefix for join command

master
Sfan5 2013-01-19 11:42:47 +01:00
parent bc125ac669
commit bb4ef86fa8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ def join(phenny, input):
if not key:
phenny.write(['JOIN'], channel)
else: phenny.write(['JOIN', channel, key])
join.rule = r'\.join (#\S+)(?: *(\S+))?'
join.rule = r'\!join (#\S+)(?: *(\S+))?'
#join.commands = ['join']
join.priority = 'low'
join.example = '.join #example or .join #example key'