Skip to content

Commit

Permalink
maybe the permissions on the python side were the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fdChasm committed Jun 1, 2010
1 parent 0f115b5 commit 750c9cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyscripts/plugins/bans.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def onKick(cn, tcn):
ban(tcn, 14500, config['Main']['default_reason'], cn)

@eventHandler('server_kick')
@masterRequired
def onKick(cn):
ban(cn, 14500, config['Main']['default_reason'], -1)

Expand Down

0 comments on commit 750c9cc

Please sign in to comment.