From f6aa94fa63ed449f2042b8e6dac7b0d4aa280788 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 30 Mar 2003 12:33:15 +0000 Subject: Added DOT files to documentation for class diagrams (pretteh!) Added OnServerRaw Module-class method (low-level munge routine) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@170 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 ad4e00c0a..bf13eb151 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -33,6 +33,7 @@ void Module::OnUserPart(userrec* user, chanrec* channel) { } void Module::OnPacketTransmit(char *p) { } void Module::OnPacketReceive(char *p) { } void Module::OnRehash() { } +void Module::OnServerRaw(string &raw, bool inbound) { } Version Module::GetVersion() { return Version(1,0,0,0); } // server is a wrapper class that provides methods to all of the C-style -- cgit v1.3.1-10-gc9f91