]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules.h
Added extra comment
[user/henk/code/inspircd.git] / include / modules.h
index 995ab1a74e96d78a6e9ba2b894b13ff2d57b9872..1e0fcf9365063aba037cb7160ef15b425cd301ee 100644 (file)
@@ -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.