administration.lua: Fixed bug in antibot.

This commit is contained in:
topkecleon 2016-05-30 21:06:33 -04:00
parent e08e5f64ee
commit b7d2fe7f82

View File

@ -373,7 +373,7 @@ function administration.init_command(self_)
elseif ( -- antibot
group.flags[4]
and noob.username
and noob.username:match('bot')
and noob.username:match('bot$')
and rank < 2
) then
new_user.do_kick = true