administration.lua: Fixed bug in antibot.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 topkecleon
					topkecleon