From 7e6dfdf2118d4db84b85d19278a83186046ea2bb Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 17 Jan 2006 21:39:35 +0000 Subject: Added support for part messages in the module API (and therefore between servers too) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2815 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index fdd9f0c5b..1d20239d7 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -223,7 +223,7 @@ void Module::OnUserConnect(userrec* user) { } void Module::OnUserQuit(userrec* user, std::string message) { } void Module::OnUserDisconnect(userrec* user) { } void Module::OnUserJoin(userrec* user, chanrec* channel) { } -void Module::OnUserPart(userrec* user, chanrec* channel) { } +void Module::OnUserPart(userrec* user, chanrec* channel, std::string partmessage) { } void Module::OnRehash(std::string parameter) { } void Module::OnServerRaw(std::string &raw, bool inbound, userrec* user) { } int Module::OnUserPreJoin(userrec* user, chanrec* chan, const char* cname) { return 0; } -- cgit v1.3.1-10-gc9f91