summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2010-08-12 16:22:52 +0100
committerlethality <lethality@anope.org>2010-08-12 16:22:52 +0100
commitee0636ac462072e310d24c48a8bee28ee8ba85f9 (patch)
tree6148701de95955104eff65c6686ae08e3a264ea3
parented9ec89061f5947178882aa0748019c87d576f48 (diff)
Fixed some English when unreals link block is incorrect and bump version number from my last commit
-rw-r--r--src/protocol/unreal32.c3
-rw-r--r--version.log6
2 files changed, 7 insertions, 2 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index 49df169ed..8b9ed6d44 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -1663,7 +1663,8 @@ int anope_event_error(char *source, int ac, char **av)
alog("debug: %s", av[0]);
}
if(strstr(av[0],"No matching link configuration")!=0) {
- alog("Error: Your IRCD's link block may not setup correctly, please check unrealircd.conf");
+ alog("Error: Your IRCD's link block may not be setup correctly, please
+check unrealircd.conf");
}
}
return MOD_CONT;
diff --git a/version.log b/version.log
index a59cf0c01..1a3c19d5c 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,13 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="4"
VERSION_EXTRA="-git"
-VERSION_BUILD="3021"
+VERSION_BUILD="3023"
# $Log$ # Changes since the 1.8.4 Release
+#Revision 3023 - Fixed minor wording error, and bumped version log from last
+commit
+#Revision 3022 - Removed \'s that appeared in kick message when BSGentleBWReason
+isn't used
#Revision 3021 - Removed Example.confs DefSessionLimit's reference to accepting 0, it doesn't.
#Revision 3020 - Fixed bug #1180 - Fixed tracking of internal clients when they change nicks on TS6 IRCds
#Revision 3019 - Properly track users hosts when a user is -x and has a vhost via chghost