summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes1
-rw-r--r--data/example.conf2
-rw-r--r--version.log6
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index d8b446f8f..9e5a5bffc 100644
--- a/Changes
+++ b/Changes
@@ -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 :)