From 4c0a10e109bbbc64e74579c6b0d382ae6ee1acdf Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Dec 2005 17:55:06 +0000 Subject: Missing Module:: from OnWallops git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2157 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules.cpp b/src/modules.cpp index 984f9f5be..a16cc0182 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -367,7 +367,7 @@ void Module::OnGetServerDescription(std::string servername,std::string &descrip void Module::OnSyncUser(userrec* user, Module* proto, void* opaque) { }; void Module::OnSyncChannel(chanrec* chan, Module* proto, void* opaque) { }; void Module::ProtoSendMode(void* opaque, int target_type, void* target, std::string modeline) { }; -void OnWallops(userrec* user, std::string text) { }; +void Module::OnWallops(userrec* user, std::string text) { }; // server is a wrapper class that provides methods to all of the C-style // exports in the core -- cgit v1.2.3