From 2d86278096674dea9d475747a7c80bede538fbc8 Mon Sep 17 00:00:00 2001 From: special Date: Sun, 1 Oct 2006 00:19:36 +0000 Subject: Added OnPostJoin, which is (at the moment) almost exactly identical to OnUserJoin but called after, so you can play with linking git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5361 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index faee68075..2b62ba382 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -110,6 +110,7 @@ void Module::OnUserConnect(userrec* user) { } void Module::OnUserQuit(userrec* user, const std::string& message) { } void Module::OnUserDisconnect(userrec* user) { } void Module::OnUserJoin(userrec* user, chanrec* channel) { } +void Module::OnPostJoin(userrec* user, chanrec* channel) { } void Module::OnUserPart(userrec* user, chanrec* channel, const std::string &partmessage) { } void Module::OnRehash(const std::string ¶meter) { } void Module::OnServerRaw(std::string &raw, bool inbound, userrec* user) { } -- cgit v1.3.1-10-gc9f91