From 2b847c63e9f4bf84835c9e9474c1b7a080bab475 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 28 Jan 2011 13:03:10 -0500 Subject: [PATCH] Fixed not introducing our clients with usermode +k on InspIRCd 2.0 --- Changes | 1 + src/protocol/inspircd20.c | 2 ++ version.log | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) 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