1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 20:03:12 +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 */