diff options
| author | 2008-04-06 17:53:15 +0000 | |
|---|---|---|
| committer | 2008-04-06 17:53:15 +0000 | |
| commit | d87c8659876d59ac478128a263544060e85f1a40 (patch) | |
| tree | ae7aa17fda5fa3364879bda222f551ec22c86006 /src/modules/m_spanningtree/precommand.cpp | |
| parent | Revert not-required hax (diff) | |
Remote /MAP: caution, this doesn't compile
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9381 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree/precommand.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/precommand.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/precommand.cpp b/src/modules/m_spanningtree/precommand.cpp index 324aa3e14..64e9a90dd 100644 --- a/src/modules/m_spanningtree/precommand.cpp +++ b/src/modules/m_spanningtree/precommand.cpp @@ -61,8 +61,7 @@ int ModuleSpanningTree::OnPreCommand(const std::string &command, const char* con } else if (command == "MAP") { - this->HandleMap(parameters,pcnt,user); - return 1; + return this->HandleMap(parameters,pcnt,user); } else if ((command == "TIME") && (pcnt > 0)) { |
