Skip to content

Commit

Permalink
Add .banish command
Browse files Browse the repository at this point in the history
Requested by Savvy and Elly
  • Loading branch information
WireShout committed Mar 6, 2013
1 parent 960d9dd commit dd569de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminchannel.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def ban(willie, trigger):
if banmask == '':
return
willie.write(['MODE', channel, '+b', banmask])
ban.commands = ['ban']
ban.commands = ['ban', 'banish']
ban.priority = 'high'


Expand Down

0 comments on commit dd569de

Please sign in to comment.