diff options
| author | 2007-10-26 20:48:58 +0000 | |
|---|---|---|
| committer | 2007-10-26 20:48:58 +0000 | |
| commit | efa08239271572e1c8024f808d61e02c7377ab54 (patch) | |
| tree | b031c47529b6a1d602755a0af419c46f4e9a6b72 /src/modules.cpp | |
| parent | Damnit! this should fix :p (diff) | |
Add new event for this with gauranteed delivery of message BEFORE the text is sent out
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8376 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 e801543fb..6ef0975d6 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -196,6 +196,7 @@ int Module::OnWhoisLine(User*, User*, int&, std::string&) { return 0; } void Module::OnBuildExemptList(MessageType, Channel*, User*, char, CUList&, const std::string&) { } void Module::OnGarbageCollect() { } void Module::OnBufferFlushed(User*) { } +void Module::OnText(User*, void*, int, std::string&, char, CUList&) { } ModuleManager::ModuleManager(InspIRCd* Ins) |
