diff options
| author | 2006-11-27 17:45:16 +0000 | |
|---|---|---|
| committer | 2006-11-27 17:45:16 +0000 | |
| commit | 9f34f8d94e6cbbd2656878b37c6bc3ffcca4b1f0 (patch) | |
| tree | c102d0139ecf32eee28be72d9923c5d43bfc9732 /src/modules.cpp | |
| parent | Add OnBuildExemptList, which is used to build an exempt list when passing a p... (diff) | |
BuildExemptList is becoming pretty ugly. grr.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5819 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules.cpp')
| -rw-r--r-- | src/modules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp index a11bdd772..1e33eb26c 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -192,7 +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) { }; +void Module::OnBuildExemptList(MessageType message_type, chanrec* chan, userrec* sender, char status, CUList &exempt_list) { }; long InspIRCd::PriorityAfter(const std::string &modulename) { |
