diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/nl.l | 4 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 8 insertions, 3 deletions
@@ -12,6 +12,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006 09/10 F MySQL no longer connects again on each query. [#595] 09/10 F Nick Enforcers can now be whois'd on services. [#601] 09/10 F Corrected valid nick characters for /OS SVSNICK. [#599] +09/17 F Small mistakes in Dutch language file. [ #00] Provided by Trystan <trystan@nomadirc.net> - 2006 08/20 F Fixed several compiler warnings. [#586] @@ -2239,7 +2239,7 @@ BOT_SET_PRIVATE_SYNTAX BOT_SET_PRIVATE_ON Prive mode van bot %s staat nu AAN. BOT_SET_PRIVATE_OFF - Prive mode van bot %s staat nu AAN. + Prive mode van bot %s staat nu UIT. # SET SYMBIOSIS BOT_SET_SYMBIOSIS_SYNTAX @@ -2247,7 +2247,7 @@ BOT_SET_SYMBIOSIS_SYNTAX BOT_SET_SYMBIOSIS_ON Symbiose mode staat nu AAN op kanaal %s. BOT_SET_SYMBIOSIS_OFF - Symbiose mode staat nu AAN op kanaal %s. + Symbiose mode staat nu UIT op kanaal %s. # KICK responses BOT_KICK_SYNTAX diff --git a/version.log b/version.log index 4b849ba03..f9d6f9222 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="15" VERSION_EXTRA="-svn" -VERSION_BUILD="1154" +VERSION_BUILD="1155" # $Log$ # +# BUILD : 1.7.15 (1155) +# BUGS : +# NOTES : Fixed small mistakes in nl.l +# # BUILD : 1.7.15 (1154) # BUGS : N/A # NOTES : Fixed plexus3 noop support |