summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/modules.h3
1 files changed, 3 insertions, 0 deletions
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.