summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-01-28 13:03:10 -0500
committerAdam <Adam@anope.org>2011-01-28 13:03:10 -0500
commit2b847c63e9f4bf84835c9e9474c1b7a080bab475 (patch)
treed0d5252752392ce21141bc10cf3aeb0dd8c82e7f
parent11b91fdc67c037b7fdc90c10575b62a3bcb90fcf (diff)
Fixed not introducing our clients with usermode +k on InspIRCd 2.0
-rw-r--r--Changes1
-rw-r--r--src/protocol/inspircd20.c2
-rw-r--r--version.log3
3 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index b6f1a6cb1..7502c5aa6 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Anope Version 1.8 - GIT
12/15 F Fixed /cs enforce #channel to say SET was enforced not (null) [#1213]
12/23 F Fixed /cs (un)ban and akick from matching users real hosts/IP [#1079]
12/12 F Remove vhost requests from nicks that expire [ #00]
+1/28 F Fixed not introducing our clients with usermode k on InspIRCd2.0[ ]
Anope Version 1.8.5
-------------------
diff --git a/src/protocol/inspircd20.c b/src/protocol/inspircd20.c
index b2f3d9c14..99a39bbc5 100644
--- a/src/protocol/inspircd20.c
+++ b/src/protocol/inspircd20.c
@@ -2044,6 +2044,8 @@ int anope_event_capab(char *source, int ac, char **av)
if (!strcasecmp(name, "hidechans"))
has_hidechansmod = 1;
+ else if (!strcasecmp(name, "servprotect"))
+ has_servprotectmod = 1;
}
} else if (strcasecmp(av[0], "CAPABILITIES") == 0) {
char **argv;
diff --git a/version.log b/version.log
index af8f59eb9..a0a69248f 100644
--- a/version.log
+++ b/version.log
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
-VERSION_BUILD="3057"
+VERSION_BUILD="3058"
# $Log$ # Changes since 1.8.5 Release
+#Revision 3058 - Fixed not introducing our clients with usermode +k on InspIRCd 2.0
#Revision 3057 - Bug #1233 - Fixed some misuse of apostrophes - patch by binki
#Revision 3056 - Bug #1227 - Fixed 'make install' recompiling src/tools
#Revision 3055 - Do not allow services opers to send one person more than 32767 memos