diff options
| author | 2013-08-15 17:39:56 +0200 | |
|---|---|---|
| committer | 2013-08-15 17:39:56 +0200 | |
| commit | b7e793d96131e7813fe42984ec3a04254720ad20 (patch) | |
| tree | 3a8cff3e040566e579ea85ae3a8da59627d579db /src/modules/m_spanningtree/precommand.cpp | |
| parent | Store oper types and opers in separate containers (diff) | |
Remove $ModDep comments
Diffstat (limited to 'src/modules/m_spanningtree/precommand.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/precommand.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_spanningtree/precommand.cpp b/src/modules/m_spanningtree/precommand.cpp index 428e6ab28..bc78e96ab 100644 --- a/src/modules/m_spanningtree/precommand.cpp +++ b/src/modules/m_spanningtree/precommand.cpp @@ -22,8 +22,6 @@ #include "main.h" -/* $ModDep: m_spanningtree/main.h */ - ModResult ModuleSpanningTree::OnPreCommand(std::string &command, std::vector<std::string>& parameters, LocalUser *user, bool validated, const std::string &original_line) { /* If the command doesnt appear to be valid, we dont want to mess with it. */ |
