diff options
| author | 2006-01-22 19:54:27 +0000 | |
|---|---|---|
| committer | 2006-01-22 19:54:27 +0000 | |
| commit | f15d7ea3543d53f9c12fd49d2a004123f418904c (patch) | |
| tree | 243d2de1a3b752a2bdc7a2d5e5b2391c71d2f66b /src/modules/m_messageflood.cpp | |
| parent | Fixed simple typos (diff) | |
| download | inspircd++-f15d7ea3543d53f9c12fd49d2a004123f418904c.tar.gz inspircd++-f15d7ea3543d53f9c12fd49d2a004123f418904c.tar.bz2 inspircd++-f15d7ea3543d53f9c12fd49d2a004123f418904c.zip | |
And yae, the compiler sayeth to brain, fix thine warning. and thou warning art fixeth.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2833 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_messageflood.cpp')
| -rw-r--r-- | src/modules/m_messageflood.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_messageflood.cpp b/src/modules/m_messageflood.cpp index c6c16ad34..39dc4530a 100644 --- a/src/modules/m_messageflood.cpp +++ b/src/modules/m_messageflood.cpp @@ -175,6 +175,7 @@ class ModuleMsgFlood : public Module return 1; } } + return 0; } virtual int OnUserPreMessage(userrec* user,void* dest,int target_type, std::string &text) |
