From 3dacf1edd2e1e623b07819bb483ae61eff3854cd Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 10 Jul 2006 18:22:16 +0000 Subject: Made a load more stuff Extensible which might be of use to someone git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4293 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modules.h') diff --git a/include/modules.h b/include/modules.h index 1ef03f4d3..851fa1b5a 100644 --- a/include/modules.h +++ b/include/modules.h @@ -318,7 +318,7 @@ enum Implementation { I_OnUserConnect, I_OnUserQuit, I_OnUserDisconnect, I_OnUse * its methods will be called when irc server events occur. class inherited from module must be * instantiated by the ModuleFactory class (see relevent section) for the module to be initialised. */ -class Module : public classbase +class Module : public Extensible { public: -- cgit v1.2.3