From b6c1ce16b720f4561aec12b085c2c5a224ac6968 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 25 Sep 2007 00:50:14 +0000 Subject: [PATCH] Fix compile error git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8080 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_silence_ext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/m_silence_ext.cpp b/src/modules/m_silence_ext.cpp index 71f37ccb1..b6530217a 100644 --- a/src/modules/m_silence_ext.cpp +++ b/src/modules/m_silence_ext.cpp @@ -320,7 +320,7 @@ class ModuleSilence : public Module chanrec* chan = (chanrec*)dest; if (chan) { - this->OnBuildExemptList((silence_type == SILENCE_PRIVATE ? MSG_PRIVMSG : MSG_NOTICE), chan, user, status, exempt_list); + this->OnBuildExemptList((silence_type == SILENCE_PRIVATE ? MSG_PRIVMSG : MSG_NOTICE), chan, user, status, exempt_list, ""); } } return 0; -- 2.39.2