diff options
author | gumi <git@gumi.ca> | 2018-07-29 17:58:11 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-29 22:51:05 -0400 |
commit | d77d6b246308308a37d5acca57af7f9d527b306d (patch) | |
tree | 3cfeb8d253169fb4e265be210e167a0d1063d347 /conf/messages.conf | |
parent | c67ea7de9afaf65ce762ef63c834199a5a05cc1d (diff) | |
download | hercules-d77d6b246308308a37d5acca57af7f9d527b306d.tar.gz hercules-d77d6b246308308a37d5acca57af7f9d527b306d.tar.bz2 hercules-d77d6b246308308a37d5acca57af7f9d527b306d.tar.xz hercules-d77d6b246308308a37d5acca57af7f9d527b306d.zip |
add messages for atcommand_setzone
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index a7a11b969..f986e4649 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -711,7 +711,14 @@ // @jobchange 923: You can not change to this job by command. -//924-979 FREE + +// atcommand_setzone +924: Usage: @setzone <zone name> +925: The zone is already set to '%s'. +926: Zone not found. Keep in mind that the names are CaSe SenSitiVe. +927: Zone successfully changed from '%s' to '%s'. + +//928-979 FREE // @kami 980: Please enter a message (usage: @kami <message>). |