From 89abc5d517154c8a6bb62b876593b03d51e8edc7 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Mon, 14 Apr 2014 17:57:31 +0200 Subject: Remove WALLCHOPS and WALLVOICES ISUPPORT tokens These tokens have been deprecated in favour of STATUSMSG for a long time --- src/server.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server.cpp') diff --git a/src/server.cpp b/src/server.cpp index 9e58c9cff..7fd62fdf8 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -184,8 +184,7 @@ void ISupportManager::Build() tokens["STATUSMSG"] = ServerInstance->Modes->BuildPrefixes(false); tokens["TOPICLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxTopic); - tokens["FNC"] = tokens["VBANLIST"] = - tokens["WALLCHOPS"] = tokens["WALLVOICES"]; + tokens["FNC"] = tokens["VBANLIST"]; // Modules can add new tokens and also edit or remove existing tokens FOREACH_MOD(On005Numeric, (tokens)); -- cgit v1.3.1-10-gc9f91