summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)"
},