From f43f6c386431dfc2e7668916b4582a98c18ca6c3 Mon Sep 17 00:00:00 2001 From: Adam- Date: Thu, 3 Jun 2010 05:59:59 +0000 Subject: Keep track of what IRCds set -r on nick change and dont inform us to keep the modemanager/modestacker in sync git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2996 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/unreal32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol/unreal32.c') 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 */ -- cgit