1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 11:03:14 +02:00

Fixed not introducing our clients with usermode +k on InspIRCd 2.0

This commit is contained in:
Adam
2011-01-28 13:03:10 -05:00
parent 11b91fdc67
commit 2b847c63e9
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -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
-------------------
+2
View File
@@ -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;
+2 -1
View File
@@ -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