From ccfd6c1dbddc63e6ade55291075e43ebb3230a7c Mon Sep 17 00:00:00 2001 From: kai Date: Thu, 2 Apr 2020 19:33:05 +0100 Subject: more g_admin_schachts added --- src/game/g_admin.c | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/game/g_admin.c b/src/game/g_admin.c index cb1c36d..f349873 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -39,13 +39,17 @@ static char g_bfb[ 32000 ]; g_admin_schachts_t g_admin_schachts[ ] = { {"adjustban", "%s^7, bans are issued as-is with with no warranty or accidental damage cover.", NULL}, + {"adminlog", "sorry, %s^7, but only the NSA have access to this feature.", NULL}, {"admintest", "you have no power here, %s^7.", NULL}, {"allready", "%s^7 must gather their party before venturing forth from this place.", NULL}, + {"buildlog", "perhaps %s^7 is looking for a compiler, have they tried clang?", NULL}, {"ban", "wir fahren, fahren, fahren, auf die Autoban - %s^7.", NULL}, {"cp", "I didn't you were into ^1that, ^7%s^7. I'm calling the cops.", NULL}, {"devmap", "%s^7 should be using ^3!setdevmode^7 in the middle of a pub, just like a true Zittriger would.", NULL}, {"cancelvote", "this is a democracy, and %s^7 cannot change that.", NULL}, {"decon", "sorry, %s^7! no refunds, no returns!", NULL}, + {"demo", "did you mean OBS, %s^7?", NULL}, + {"designate", "the team shall decide the designation, not you, %s^7.", NULL}, {"denybuild", "denywhat? sorry %s^7, never heard of that here.", NULL}, {"denyweapon", "%s^7 should be using callvote!", NULL}, {"drop", "%s^7 is trying to hide something by not using ^3!kick^7.", NULL}, @@ -56,7 +60,9 @@ g_admin_schachts_t g_admin_schachts[ ] = {"kick", "ever tried using ^3!drop^7, %s^7?", NULL}, {"l0", "the Overmind needs spawns, %s^7, do you have some?", NULL}, {"l1", "the Overmind needs spawns, %s^7, do you have some?", NULL}, + {"layoutsave", "it's 2007 again and %s^7 forgot to use microsoft visio", NULL}, {"listadmins", "uh, there's a bunch of people on the list, but %s^7 isn't one of them.", NULL}, + {"listlayouts", "*DEFAULT*, *DEFAULT*, *DEFAULT*, ...", NULL}, {"listplayers", "some NPCs, campers, stackers, a few overseers, and you, %s^7.", NULL}, {"listmaps", "might as well contain atcs, utcs, nano and niveus, which are %s^7's favourite maps, right?", NULL}, {"lock", "can't lock the team as %s^7 lost the keys.", NULL}, @@ -72,10 +78,12 @@ g_admin_schachts_t g_admin_schachts[ ] = {"readconfig", "shitpost mode already active.", NULL}, {"register", "we already know who you are, %s^7.", NULL}, {"rename", "sorry, %s^7, but only the NSA have access to this feature.", NULL}, + {"restart", "sorry, %s^7! no refunds, no returns!", NULL}, {"revert", "sorry, %s^7! no refunds, no returns!", NULL}, {"rotation", "%s^7, is a circular movement of an object around a center (or point) of rotation. (from Wikipedia, the free encyclopedia)", NULL}, {"seen", "seen who, %s^7? ( o).( o)", NULL}, {"setlevel", "the Overmind needs spawns, %s^7, do you have some?", NULL}, + {"showbans", "%s^7, bans are issued as-is with with no warranty or accidental damage cover (and you cannot view the Policy right now).", NULL}, {"slap", "%s^7 is trying to get kinky!", NULL}, {"spec999", "999ing is still a thing in 2020? %s^7 should up their game...", NULL}, {"specme", "%s^7 is a confirmed ragequitter.", NULL}, @@ -84,22 +92,25 @@ g_admin_schachts_t g_admin_schachts[ ] = {"time", "time %s^7 got a watch.", NULL}, {"unban", "%s^7, bans are issued as-is with with no warranty or accidental damage cover.", NULL}, {"unlock", "can't unlock the team as %s^7 lost the keys.", NULL}, - {"mute", "this is a democracy, where people like %s^7 should be using /callvote", NULL}, - {"unpase", "there's no stopping now, %s^7.", NULL}, - {"warn", "it's not like they would have taken any notice of %s^7's warn anyway.", NULL}, + {"undesignate", "the team shall decide the designation, not you, %s^7.", NULL}, + {"unflag", "%s^7 wants to put up the white flag and surrender.", NULL}, + {"unmute", "this is a democracy, where people like %s^7 should be using /callvote", NULL}, + {"unpause", "there's no stopping now, %s^7.", NULL}, + {"warn", "it's not like they would have taken any notice of %s^7's warning anyway.", NULL}, {"setdevmode", "%s^7 should be using ^3!devmap^7 to start a new game with cheats on!", NULL}, {"hstage", "the Game cannot be changed, %s^7.", NULL}, {"astage", "the Game cannot be changed, %s^7.", NULL}, {"bubble", "try /disconnect to see bubbles, %s^7.", NULL}, {"scrim", "this is a pub, %s^7.", NULL}, - {"give", "in accordance with the Zittrig Code of Conduct, %s^7 is not permitted to give credits or evos.", NULL}, + {"give", "in accordance with the Zittrig Code of Conduct, %s^7 is not permitted to ^3!give^7 credits or evos.", NULL}, {"setrotation", "the laws of physics set the rotation, not mere mortals like you, %s^7.", NULL}, {"print", "^ilp0 is on fire.", NULL}, {"drug", "%s^7 should try using Basilisk gas instead.", NULL}, {"god", "too late, %s^7 killed them.", NULL}, {"range", "don't know what you're on about, %s^7.", NULL}, {"practise", "get gud, %s^7.", NULL}, + {"switch", "%s^7, ^3!switch^7 functionality not invented yet.", NULL}, }; g_admin_cmd_t g_admin_cmds[ ] = -- cgit