X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodules.h;h=1e0fcf9365063aba037cb7160ef15b425cd301ee;hb=1b24d217bb55a57c761cc52ee8c6caae40f19a79;hp=995ab1a74e96d78a6e9ba2b894b13ff2d57b9872;hpb=2db0df5813e46fe5e077e014003acbd10698b913;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modules.h b/include/modules.h index 995ab1a74..1e0fcf936 100644 --- a/include/modules.h +++ b/include/modules.h @@ -131,6 +131,9 @@ class Admin : public classbase // Forward-delacare module for ModuleMessage etc class Module; +// Thanks to Rob (from anope) for the idea of this message passing API +// (its been done before, but this seemed a very neat and tidy way... + /** The ModuleMessage class is the base class of Request and Event * This class is used to represent a basic data structure which is passed * between modules for safe inter-module communications.