diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_deaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp index 6ec65437c..819ba4dce 100644 --- a/src/modules/m_deaf.cpp +++ b/src/modules/m_deaf.cpp @@ -116,7 +116,7 @@ class ModuleDeaf : public Module chanrec* chan = (chanrec*)dest; if (chan) { - this->OnBuildExemptList(chan, status, exempt_list); + this->OnBuildExemptList(MSG_PRIVMSG, chan, user, status, exempt_list); } } return 0; |