diff options
| author | 2013-07-01 19:14:14 +0200 | |
|---|---|---|
| committer | 2013-08-19 20:08:41 +0200 | |
| commit | 0cec1856ccd0cfbf7bd5d6f82be1d02f9bdeed4e (patch) | |
| tree | 8035f9ff0f1e14f3cfc45a0b95aa47c0c491ccbd /src/server.cpp | |
| parent | m_spanningtree Minor cleanup of functions (diff) | |
Remove cmd_map from the core
Diffstat (limited to 'src/server.cpp')
| -rw-r--r-- | src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp index efefa0d37..97b4058c0 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -186,7 +186,7 @@ void ISupportManager::Build() tokens["STATUSMSG"] = ServerInstance->Modes->BuildPrefixes(false); tokens["TOPICLEN"] = ConvToStr(ServerInstance->Config->Limits.MaxTopic); - tokens["FNC"] = tokens["MAP"] = tokens["VBANLIST"] = + tokens["FNC"] = tokens["VBANLIST"] = tokens["WALLCHOPS"] = tokens["WALLVOICES"]; // Modules can add new tokens and also edit or remove existing tokens |
