diff options
| author | 2006-09-06 18:24:26 +0000 | |
|---|---|---|
| committer | 2006-09-06 18:24:26 +0000 | |
| commit | 90b37c20091293aa70bb2a87352e60f3b7d7efeb (patch) | |
| tree | a2b7a45242c733f75537bfe4e97cfeb0231c0019 /src/modules/m_spanningtree.cpp | |
| parent | Finish off the fix for bug #136 (a biggie for such a simple thing) (diff) | |
| download | inspircd++-90b37c20091293aa70bb2a87352e60f3b7d7efeb.tar.gz inspircd++-90b37c20091293aa70bb2a87352e60f3b7d7efeb.tar.bz2 inspircd++-90b37c20091293aa70bb2a87352e60f3b7d7efeb.zip | |
Forgot to return
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5152 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
| -rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index c102209c5..c52a16787 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -4286,6 +4286,8 @@ class ModuleSpanningTree : public Module this->HandleVersion(parameters,pcnt,user); return 1; } + + return 0; } virtual void OnPostCommand(const std::string &command, const char** parameters, int pcnt, userrec *user, CmdResult result) |
