From fe6defc056f9fc2546c870dc42e2fe5a15cb5e84 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Tue, 4 Sep 2012 04:17:17 +0000 Subject: * Add information about /mask banning to adjustban help text --- src/game/g_admin.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/game') 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)" }, -- cgit