diff options
| author | 2006-02-04 15:21:10 +0000 | |
|---|---|---|
| committer | 2006-02-04 15:21:10 +0000 | |
| commit | ca7d83f7e5427e4b900762a9faa22be7a56fbaef (patch) | |
| tree | f32ab402391cf8d46c90b878b942624157264e3f /src/modules/m_restrictmsg.cpp | |
| parent | Added "char status" parameter to OnUserPreNotice and OnUserPreMessage for NOT... (diff) | |
Typo
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3073 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_restrictmsg.cpp')
| -rw-r--r-- | src/modules/m_restrictmsg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_restrictmsg.cpp b/src/modules/m_restrictmsg.cpp index 0bc03fab1..f960c65c8 100644 --- a/src/modules/m_restrictmsg.cpp +++ b/src/modules/m_restrictmsg.cpp @@ -66,7 +66,7 @@ class ModuleRestrictMsg : public Module virtual int OnUserPreNotice(userrec* user,void* dest,int target_type, std::string &text, char status) { - return this->OnUserPreMessage(user,dest,target_type,text); + return this->OnUserPreMessage(user,dest,target_type,text,status); } virtual ~ModuleRestrictMsg() |
