1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 20:16:38 +02:00

Enable NICKIP for InspIRCd 1.2+

This commit is contained in:
Adam
2011-01-08 00:27:14 -05:00
parent 3ef227aa88
commit 826e040d41
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ IRCDVar myIrcd[] = {
1, /* vidents */
1, /* svshold */
0, /* time stamp on mode */
0, /* NICKIP */
1, /* NICKIP */
0, /* O:LINE */
1, /* UMODE */
1, /* VHOST ON NICK */
+1 -1
View File
@@ -128,7 +128,7 @@ IRCDVar myIrcd[] = {
1, /* vidents */
0, /* svshold */
0, /* time stamp on mode */
0, /* NICKIP */
1, /* NICKIP */
0, /* O:LINE */
1, /* UMODE */
1, /* VHOST ON NICK */
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
VERSION_BUILD="3053"
VERSION_BUILD="3054"
# $Log$ # Changes since 1.8.5 Release
#Revision 3054 - Enable NICKIP for InspIRCd 1.2+
#Revision 3053 - Some more copyright/typo fixes, spotted by chaz :P
#Revision 3052 - Updated Copyright to 2011
#Revision 3051 - Made the moduleGetData debug messages for level 2+