diff options
| author | 2013-07-01 19:14:14 +0200 | |
|---|---|---|
| committer | 2013-08-19 20:08:41 +0200 | |
| commit | 0cec1856ccd0cfbf7bd5d6f82be1d02f9bdeed4e (patch) | |
| tree | 8035f9ff0f1e14f3cfc45a0b95aa47c0c491ccbd /src/modules/m_spanningtree/precommand.cpp | |
| parent | m_spanningtree Minor cleanup of functions (diff) | |
Remove cmd_map from the core
Diffstat (limited to 'src/modules/m_spanningtree/precommand.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/precommand.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_spanningtree/precommand.cpp b/src/modules/m_spanningtree/precommand.cpp index bc78e96ab..29b6ae642 100644 --- a/src/modules/m_spanningtree/precommand.cpp +++ b/src/modules/m_spanningtree/precommand.cpp @@ -36,10 +36,6 @@ ModResult ModuleSpanningTree::OnPreCommand(std::string &command, std::vector<std { return this->HandleSquit(parameters,user); } - else if (command == "MAP") - { - return this->HandleMap(parameters,user) ? MOD_RES_DENY : MOD_RES_PASSTHRU; - } else if (command == "LINKS") { this->HandleLinks(parameters,user); |
