diff options
| author | 2010-01-19 04:43:19 +0000 | |
|---|---|---|
| committer | 2010-01-19 04:43:19 +0000 | |
| commit | aeded4708c515bcc255b2947e67f076855fead14 (patch) | |
| tree | 50726e059684c1af4325d777b4eccd86c319fa39 /src/modules/m_spanningtree/precommand.cpp | |
| parent | Clean up some slow iterations (diff) | |
Fix MOTD and RULES to work remotely (remove the old hacks for MOTD)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12301 e03df62e-2008-0410-955e-edbf42e46eb7
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 dbef35cb7..15456f276 100644 --- a/src/modules/m_spanningtree/precommand.cpp +++ b/src/modules/m_spanningtree/precommand.cpp @@ -38,10 +38,6 @@ ModResult ModuleSpanningTree::OnPreCommand(std::string &command, std::vector<std { return this->HandleStats(parameters,user); } - else if (command == "MOTD") - { - return this->HandleMotd(parameters,user); - } else if (command == "ADMIN") { return this->HandleAdmin(parameters,user); |
