diff options
author | shennetsind <ind@henn.et> | 2013-11-20 09:45:08 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-11-20 09:45:08 -0200 |
commit | 8ffe8285453b33d0f4266a16517ba3a6dc54e909 (patch) | |
tree | de064728ba81d1fc613c667c1ba86b91c5649d0a /conf | |
parent | 6509516aeeb96e47d3e72d9e7137568b8fdbad24 (diff) | |
download | hercules-8ffe8285453b33d0f4266a16517ba3a6dc54e909.tar.gz hercules-8ffe8285453b33d0f4266a16517ba3a6dc54e909.tar.bz2 hercules-8ffe8285453b33d0f4266a16517ba3a6dc54e909.tar.xz hercules-8ffe8285453b33d0f4266a16517ba3a6dc54e909.zip |
Dropped some unused aliases in atcommand usage messages.
Those were prone to be confusing with the recent implementation of charban/charunban, special thanks to uzieal for bringing it up.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/messages.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index f98a91083..e1321241d 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -812,18 +812,18 @@ // @recall 1020: You are not authorized to warp this player from their map. -// @charblock -1021: Please enter a player name (usage: @charblock/@block <char name>). +// @block +1021: Please enter a player name (usage: @block <char name>). -// @charban -1022: Please enter ban time and a player name (usage: @charban/@ban/@banish/@charbanish <time> <char name>). +// @ban +1022: Please enter ban time and a player name (usage: @ban <time> <char name>). 1023: You are not allowed to reduce the length of a ban. -// @charunblock -1024: Please enter a player name (usage: @charunblock <char name>). +// @unblock +1024: Please enter a player name (usage: @unblock <char name>). -// @charunban -1025: Please enter a player name (usage: @charunban <char name>). +// @unban +1025: Please enter a player name (usage: @unban <char name>). // @kick 1026: Please enter a player name (usage: @kick <char name/ID>). |