diff options
-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. |