[Admin] Fix Prefix for join command
This commit is contained in:
parent
bc125ac669
commit
bb4ef86fa8
2
admin.py
2
admin.py
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user