diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-03-18 21:11:46 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-03-18 21:11:46 +0000 |
commit | 32be13478a7a49463d0c5fdecf2a176a38a358e3 (patch) | |
tree | fd7879a600cab4fcb03d3c22f633aaafbf17984a | |
parent | 2fee55426277d5bab7665e3c2edb2e588d8571ec (diff) |
# BUILD : 1.7.18 (1233) # BUGS : 670 # NOTES : Fixed minor booboo in en_us.l and de.l
git-svn-id: svn://svn.anope.org/anope/trunk@1233 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@952 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes.lang | 2 | ||||
-rw-r--r-- | lang/de.l | 4 | ||||
-rw-r--r-- | lang/en_us.l | 4 | ||||
-rw-r--r-- | version.log | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/Changes.lang b/Changes.lang index f2a5f50c7..12a055f46 100644 --- a/Changes.lang +++ b/Changes.lang @@ -4,6 +4,8 @@ Anope Version S V N *** Mod Strings: CHAN_HELP_LIST + BOT_SET_SYNTAX + BOT_HELP_SET *** Del Strings: @@ -2193,7 +2193,7 @@ BOT_INFO_OPT_NONE # SET responses BOT_SET_SYNTAX - SET Channel Option Einstellungen + SET (Channel | Bot) Option Einstellungen BOT_SET_DISABLED Die SET-Optionen sind derzeit deaktiviert. BOT_SET_UNKNOWN @@ -6461,7 +6461,7 @@ BOT_HELP_INFO Erstellungsdatum oder Anzahl der Channels angezeigt. BOT_HELP_SET - Syntax: SET Channel Option Parameter + Syntax: SET (Channel | Bot) Option Parameter Konfiguriert Optionen für einen Bot. Option kann folgende Werte annehmen: diff --git a/lang/en_us.l b/lang/en_us.l index dbc11f389..5319876e0 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -2150,7 +2150,7 @@ BOT_INFO_OPT_NONE # SET responses BOT_SET_SYNTAX - SET channel option settings + SET (channel | bot) option settings BOT_SET_DISABLED Sorry, bot option setting is temporarily disabled. BOT_SET_UNKNOWN @@ -6099,7 +6099,7 @@ BOT_HELP_INFO time or number of channels it is on. BOT_HELP_SET - Syntax: SET channel option parameters + Syntax: SET (channel | bot) option parameters Configures bot options. option can be one of: diff --git a/version.log b/version.log index ea8cdaa9e..91c790fed 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="18" VERSION_EXTRA="-svn" -VERSION_BUILD="1232" +VERSION_BUILD="1233" # $Log$ # +# BUILD : 1.7.18 (1233) +# BUGS : 670 +# NOTES : Fixed minor booboo in en_us.l and de.l +# # BUILD : 1.7.18 (1232) # BUGS : 622 # NOTES : Modified en_us.l, de.l and Changes.lang to fix 622. |