From 1b24d217bb55a57c761cc52ee8c6caae40f19a79 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 20 Apr 2005 16:02:09 +0000 Subject: Added extra comment git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1137 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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. -- cgit v1.2.3