diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-30 11:42:53 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-11-30 11:42:53 +0000 |
commit | d7205720a51b0cb389ab43e80aa045576ed26b1e (patch) | |
tree | 6d77675df83b46a8ccfd08d14f5d571061becdb4 /include | |
parent | b9dd561f19e5f57c06e54c966fa198f8654e61d4 (diff) |
Added OnPostLocalTopic
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2042 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h index 6c556e841..b61e75b07 100644 --- a/include/modules.h +++ b/include/modules.h @@ -620,6 +620,8 @@ class Module : public classbase */ virtual int OnLocalTopicChange(userrec* user, chanrec* chan, std::string topic); + virtual void OnPostLocalTopicChange(userrec* user, chanrec* chan, std::string topic); + /** Called whenever an Event class is sent to all module by another module. * Please see the documentation of Event::Send() for further information. The Event sent can * always be assumed to be non-NULL, you should *always* check the value of Event::GetEventID() |