fixed some help text for @ban command

This commit is contained in:
Doug Miller 2016-01-09 05:19:55 +00:00 committed by Griatch
parent a5b0ed7df5
commit ebce79ca1e

View file

@ -125,16 +125,15 @@ class CmdBan(MuxCommand):
Without any arguments, shows numbered list of active bans. Without any arguments, shows numbered list of active bans.
This command bans a user from accessing the game. Supply an This command bans a user from accessing the game. Supply an optional
optional reason to be able to later remember why the ban was put in reason to be able to later remember why the ban was put in place.
place
It is often to It is often preferable to ban a player from the server than to
prefer over deleting a player with @delplayer. If banned by name, delete a player with @delplayer. If banned by name, that player
that player account can no longer be logged into. account can no longer be logged into.
IP (Internet Protocol) address banning allows to block all access IP (Internet Protocol) address banning allows blocking all access
from a specific address or subnet. Use the asterisk (*) as a from a specific address or subnet. Use an asterisk (*) as a
wildcard. wildcard.
Examples: Examples:
@ -143,12 +142,11 @@ class CmdBan(MuxCommand):
@ban/ip 134.233.2.* - ban all in a subnet @ban/ip 134.233.2.* - ban all in a subnet
@ban/ip 134.233.*.* - even wider ban @ban/ip 134.233.*.* - even wider ban
A single IP filter is easy to circumvent by changing the computer A single IP filter can be easy to circumvent by changing computers
(also, some ISPs assign only temporary IPs to their users in the or requesting a new IP address. Setting a wide IP block filter with
first placer. Widening the IP block filter with wildcards might be wildcards might be tempting, but remember that it may also
tempting, but remember that blocking too much may accidentally accidentally block innocent users connecting from the same country
also block innocent users connecting from the same country and or region.
region.
""" """
key = "@ban" key = "@ban"