summaryrefslogtreecommitdiff
path: root/src/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/ratbox.c2
-rw-r--r--src/protocol/unreal32.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c
index 3c589e98e..6832baa10 100644
--- a/src/protocol/ratbox.c
+++ b/src/protocol/ratbox.c
@@ -41,7 +41,7 @@ IRCDVar myIrcd[] = {
0, /* O:LINE */
0, /* VHOST ON NICK */
0, /* Change RealName */
- 0, /* On nick change check if they could be identified */
+ 1, /* On nick change check if they could be identified */
0, /* No Knock requires +i */
0, /* We support TOKENS */
0, /* TIME STAMPS are BASE64 */
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index f26eec067..5da7c8b86 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -43,7 +43,7 @@ IRCDVar myIrcd[] = {
1, /* UMODE */
1, /* VHOST ON NICK */
1, /* Change RealName */
- 0, /* On nick change check if they could be identified */
+ 1, /* On nick change check if they could be identified */
1, /* No Knock requires +i */
1, /* We support Unreal TOKENS */
1, /* TIME STAMPS are BASE64 */