From 8a31c029ce8f8b4cc10ba7b9835d981cea62c8fa Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 27 Nov 2006 17:52:41 +0000 Subject: 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 --- src/modules/m_deaf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3