From 0e4420f083034c3964feb2db8cdb10a4d85e4412 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Nov 2005 14:28:22 +0000 Subject: Added OnGetServerDescription (mainly for link modules) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2056 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 8d8f66ae9..f9bdeefcf 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -365,6 +365,7 @@ void Module::OnUserNotice(userrec* user, void* dest, int target_type, std::stri void Module::OnRemoteKill(userrec* source, userrec* dest, std::string reason) { }; void Module::OnUserInvite(userrec* source,userrec* dest,chanrec* channel) { }; void Module::OnPostLocalTopicChange(userrec* user, chanrec* chan, std::string topic) { }; +void Module::OnGetServerDescription(std::string servername,std::string &description) { }; // server is a wrapper class that provides methods to all of the C-style // exports in the core -- cgit v1.3.1-10-gc9f91