From 3d7312f8af1becdbe458392e14ea64c904ee7b92 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Apr 2005 14:39:07 +0000 Subject: Changed parameters of OnPacketTransmit and OnPacketReceive to be much more useful git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1024 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/module-doc/modules_8cpp-source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/module-doc/modules_8cpp-source.html') diff --git a/docs/module-doc/modules_8cpp-source.html b/docs/module-doc/modules_8cpp-source.html index 5079fa4a4..fd9f62d41 100644 --- a/docs/module-doc/modules_8cpp-source.html +++ b/docs/module-doc/modules_8cpp-source.html @@ -316,8 +316,8 @@ 00309 void Module::OnUserQuit(userrec* user) { } 00310 void Module::OnUserJoin(userrec* user, chanrec* channel) { } 00311 void Module::OnUserPart(userrec* user, chanrec* channel) { } -00312 void Module::OnPacketTransmit(char *p) { } -00313 void Module::OnPacketReceive(char *p) { } +00312 void Module::OnPacketTransmit(std::string &data, std::string serv) { } +00313 void Module::OnPacketReceive(std::string &data, std::string serv) { } 00314 void Module::OnRehash() { } 00315 void Module::OnServerRaw(std::string &raw, bool inbound, userrec* user) { } 00316 int Module::OnUserPreJoin(userrec* user, chanrec* chan, const char* cname) { return 0; } @@ -783,7 +783,7 @@ 00776 int MODCOUNT = -1; 00777 00778 -
Generated on Thu Apr 7 20:14:21 2005 for InspIRCd by +
Generated on Sat Apr 9 14:38:25 2005 for InspIRCd by doxygen 1.3.3
-- cgit v1.2.3