summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar brain2006-08-28 23:48:11 +0000
committerGravatar brain2006-08-28 23:48:11 +0000
commit1d614eea65ffe77aca6938f8f9121c19a609eb12 (patch)
tree32960b6ed7876d77a7ff8df28f038252d091f53c
parentBackport NULL check in this module from trunk (diff)
....And i now own all of Special's worldly wealth.
git-svn-id: http://svn.inspircd.org/repository/branches/1_0_stable@5060 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index f6e883650..cdbd417dc 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1253,7 +1253,7 @@ class Module : public classbase
* output to users and other servers. All modules should instantiate at least one copy of this class,
* and use its member functions to perform their tasks.
*/
-class Server : public classbase
+class Server : public Extensible
{
public:
/** Default constructor.