diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-27 17:52:41 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-11-27 17:52:41 +0000 |
commit | 8a31c029ce8f8b4cc10ba7b9835d981cea62c8fa (patch) | |
tree | f92600a57be7afe34f7bac04982d7046151f8d4f /src/modules/m_deaf.cpp | |
parent | 9f34f8d94e6cbbd2656878b37c6bc3ffcca4b1f0 (diff) |
There, the guts of it are done, spanningtree now uses the exempt lists to cleverly route its messages and save bandwidth
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5820 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_deaf.cpp')
-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; |