diff options
author | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-07 23:48:17 +0000 |
---|---|---|
committer | ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b <ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-01-07 23:48:17 +0000 |
commit | 7db7984a21aea724790cd7a19157d548f7bca9c5 (patch) | |
tree | f8dab1bfda041a98abe90483dbfa0508ac247c56 | |
parent | 52ad82ad705b5d460b8be8bd7c05da2161fc754b (diff) |
BUILD : 1.7.7 (529) BUGS : NOTES : Fixed example.conf syntax error, token was space and not comma space.
git-svn-id: svn://svn.anope.org/anope/trunk@529 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@383 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -16,6 +16,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004/2005 11/19 A Added anope_cmd_ctcp() to code API, for sending CTCP messages. [ #00] 11/18 A Unable to use registered nicknames as bot nicks from now on. [ #00] 11/18 A NSAddAccessOnReg to control access list on registration. [ #00] +01/07 F Fixed example.conf syntax mistake. [ #00] 01/06 F Possible crash using memoserv. [#269] 01/05 F Few updates to Dutch language file (nl.l). [ #00] 01/05 F BotServ's banning would trigger a TSMODE error on a capable IRCd. [ #00] diff --git a/data/example.conf b/data/example.conf index 3b745d9d9..8f9c004f9 100644 --- a/data/example.conf +++ b/data/example.conf @@ -478,7 +478,7 @@ GlobalOnCycleUP "Services are now back online - have a nice day" # can set channel modes and we will not attempt to take them from them # WARNING: do not put your user servers in this option -UlineServers "stats.your.network, proxy.your.network" +UlineServers "stats.your.network proxy.your.network" ########################################################################### # diff --git a/version.log b/version.log index 54bc79f3f..0af5e731c 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="528" +VERSION_BUILD="529" # $Log$ # +# BUILD : 1.7.7 (529) +# BUGS : +# NOTES : Fixed example.conf syntax error, token was space and not comma space. +# # BUILD : 1.7.7 (528) # BUGS : N/A # NOTES : Rolled back hs_moo - which i didnt mean to commit in the first place :) |