summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2012-09-04 04:17:17 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:26:22 +0000
commitfe6defc056f9fc2546c870dc42e2fe5a15cb5e84 (patch)
tree4d0ce887821ffe32b26e2bba5d137a0ec4a4b37e /src/game
parentde9f9bc5e0210bf53f43681990a9a683d5a4452c (diff)
* Add information about /mask banning to adjustban help text
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_admin.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c
index 782f2aca..44617547 100644
--- a/src/game/g_admin.c
+++ b/src/game/g_admin.c
@@ -39,11 +39,11 @@ static char g_bfb[ 32000 ];
g_admin_cmd_t g_admin_cmds[ ] =
{
{"adjustban", G_admin_adjustban, qfalse, "ban",
- "change the duration or reason of a ban. duration is specified as "
- "numbers followed by units 'w' (weeks), 'd' (days), 'h' (hours) or "
- "'m' (minutes), or seconds if no units are specified. if the duration is"
- " preceded by a + or -, the ban duration will be extended or shortened by"
- " the specified amount",
+ "change the IP address mask, duration or reason of a ban. mask is "
+ "prefixed with '/'. duration is specified as numbers followed by units "
+ " 'w' (weeks), 'd' (days), 'h' (hours) or 'm' (minutes), or seconds if "
+ " no unit is specified. if the duration is preceded by a + or -, the "
+ "ban duration will be extended or shortened by the specified amount",
"[^3ban#^7] (^5/mask^7) (^5duration^7) (^5reason^7)"
},