diff options
| author | 2010-02-12 23:49:44 +0000 | |
|---|---|---|
| committer | 2010-02-12 23:49:44 +0000 | |
| commit | f76df9169d933b2bf5005cc71a1e2c570a13042a (patch) | |
| tree | 8534c2a8a13356578de64ed3636c7c7df49e45a3 /src/modules/m_permchannels.cpp | |
| parent | Write out the permchannels database on a timer, not on every mode change (diff) | |
| download | inspircd++-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.cpp | 2 |
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); |
