X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=docs%2Fmodule-doc%2Fmodules_8cpp-source.html;h=fd9f62d41580f7af5c43667a30b25fc7ecfd54b6;hb=3d7312f8af1becdbe458392e14ea64c904ee7b92;hp=5079fa4a420bd4b37d1b0fed4658f4b23971d07b;hpb=755d67224f033aaa9b4ef3d2dd00f46bb8c19dc2;p=user%2Fhenk%2Fcode%2Finspircd.git 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