From ae6f484ca86c3b4a8e60f6fe6879f9b7e9777658 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 12 Aug 2012 03:53:46 +0100 Subject: [PATCH] Remove confirmation lines from conf file --- msm.conf | 66 -------------------------------------------------------- 1 file changed, 66 deletions(-) diff --git a/msm.conf b/msm.conf index 3973842..14ec667 100644 --- a/msm.conf +++ b/msm.conf @@ -162,69 +162,3 @@ DEFAULT_MESSAGE_COMPLETE_BACKUP_STARTED="Backing up entire server." # The default message to send to players when a serer finishes backing up the # entire server directory: DEFAULT_MESSAGE_COMPLETE_BACKUP_FINISHED="Backup complete." - - -# The message once logged confirms the "save-on" command has finished -DEFAULT_CONFIRM_SAVE_ON="CONSOLE: Enabling level saving.." - -# The message once logged confirms the "save-off" command has finished -DEFAULT_CONFIRM_SAVE_OFF="CONSOLE: Disabling level saving.." - -# The message once logged confirms the "save-all" command has finished -DEFAULT_CONFIRM_SAVE_ALL="CONSOLE: Save complete." - -# The message once logged confirms the server has started up -DEFAULT_CONFIRM_START="Done" - -# The start of the message logged when a player is kicked successfully -DEFAULT_CONFIRM_KICK="CONSOLE: Kicking " - -# The start of the message logged when an attempt is made to kick an offline player -DEFAULT_CONFIRM_KICK_FAIL="Can't find user " - -# The start of the message logged when the server time is set -DEFAULT_CONFIRM_TIME_SET="CONSOLE: Set time to" - -# The start of the message logged when the server time cannot be set -DEFAULT_CONFIRM_TIME_SET_FAIL="Unable to convert time value" - -# The start of the message logged when the server time is set -DEFAULT_CONFIRM_TIME_ADD="CONSOLE: Added .+ to time" - -# The start of the message logged when the server time cannot be set -DEFAULT_CONFIRM_TIME_ADD_FAIL="Unable to convert time value" - -# The start of the message logged when downfall is toggled -DEFAULT_CONFIRM_TOGGLEDOWNFALL="CONSOLE: Toggling downfall on|off for world" - -# The start of the message logged when the togglefownfall command is given a -# world name that does not exist -DEFAULT_CONFIRM_TOGGLEDOWNFALL_FAIL=".\[31m;1mNo world exists with the name" - -# The message logged when an online user has their game mode changed -DEFAULT_CONFIRM_GAMEMODE="CONSOLE: Setting .+ to game mode (1|0)" - -# The message logged when a player cannot be found when changing game mode -DEFAULT_CONFIRM_GAMEMODE_FAIL_NO_USER="Can't find user .+" - -# The message logged when a player is already in the specified game mode -DEFAULT_CONFIRM_GAMEMODE_FAIL_NO_CHANGE=".+ already has game mode (1|0)" - -# The message logged when a player is successfully given an entity -DEFAULT_CONFIRM_GIVE="CONSOLE: Giving .+ some .+ (.+)" - -# The message logged when a player cannot be found when using the give command -DEFAULT_CONFIRM_GIVE_FAIL_NO_USER="Can't find user .+" - -# The message logged when an item ID or name is invalid -DEFAULT_CONFIRM_GIVE_FAIL_NO_ITEM="There's no item called .+" - -# The message logged when a user is given experience -DEFAULT_CONFIRM_XP="CONSOLE: Giving .+ exp to .+" - -# The message logged when giving experience, and the player name cannot be found -DEFAULT_CONFIRM_XP_FAIL_NO_USER="Can't find user .+" - -# The message logged when the experience amount given is an invalid format -DEFAULT_CONFIRM_XP_FAIL_INVALID_AMOUNT="Invalid exp count: .+" -