diff options
| author | 2006-11-27 17:19:28 +0000 | |
|---|---|---|
| committer | 2006-11-27 17:19:28 +0000 | |
| commit | 439cff2dc8683bbd4005c3456ee6c9f1f3236224 (patch) | |
| tree | 5cf7431ab9d524742194937cae74945fadc08ef0 /src/modules.cpp | |
| parent | Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter... (diff) | |
Add OnBuildExemptList, which is used to build an exempt list when passing a privmsg on, but not directly processing it (m_spanningtree etc)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5818 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index 454268964..a11bdd772 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -192,6 +192,7 @@ void Module::OnSetAway(userrec* user) { }; void Module::OnCancelAway(userrec* user) { }; int Module::OnUserList(userrec* user, chanrec* Ptr) { return 0; }; int Module::OnWhoisLine(userrec* user, userrec* dest, int &numeric, std::string &text) { return 0; }; +void Module::OnBuildExemptList(chanrec* chan, CUList &exempt_list) { }; long InspIRCd::PriorityAfter(const std::string &modulename) { |
