aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_permchannels.cpp
diff options
context:
space:
mode:
authorGravatar danieldg2010-02-12 23:49:44 +0000
committerGravatar danieldg2010-02-12 23:49:44 +0000
commitf76df9169d933b2bf5005cc71a1e2c570a13042a (patch)
tree8534c2a8a13356578de64ed3636c7c7df49e45a3 /src/modules/m_permchannels.cpp
parentWrite out the permchannels database on a timer, not on every mode change (diff)
downloadinspircd++-f76df9169d933b2bf5005cc71a1e2c570a13042a.tar.gz
inspircd++-f76df9169d933b2bf5005cc71a1e2c570a13042a.tar.bz2
inspircd++-f76df9169d933b2bf5005cc71a1e2c570a13042a.zip
Fix compilation
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12447 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_permchannels.cpp')
-rw-r--r--src/modules/m_permchannels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_permchannels.cpp b/src/modules/m_permchannels.cpp
index e81ac3a7c..5d8b0c6e7 100644
--- a/src/modules/m_permchannels.cpp
+++ b/src/modules/m_permchannels.cpp
@@ -170,7 +170,7 @@ public:
void init()
{
- ServerInstance->Modes->AddService(p);
+ ServerInstance->Modules->AddService(p);
Implementation eventlist[] = { I_OnChannelPreDelete, I_OnPostTopicChange, I_OnRawMode, I_OnRehash, I_OnBackgroundTimer };
ServerInstance->Modules->Attach(eventlist, this, 5);