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/m_foobar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_foobar.cpp') diff --git a/src/modules/m_foobar.cpp b/src/modules/m_foobar.cpp index 65b88f494..531176299 100644 --- a/src/modules/m_foobar.cpp +++ b/src/modules/m_foobar.cpp @@ -86,7 +86,7 @@ class ModuleFoobar : public Module Srv->Log(DEBUG,"Foobar: User " + b + " joined " + c); } - virtual void OnUserPart(userrec* user, chanrec* channel) + virtual void OnUserPart(userrec* user, chanrec* channel, std::string partreason) { // method called when a user parts a channel -- cgit v1.3.1-10-gc9f91