]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
/WHO and routing fixes
[user/henk/code/inspircd.git] / src / modules.cpp
index 472c6ca9ebbf6ac2825d3ec866977cc83d61b383..c042a8fedc53df77bf414db46157509d38684e88 100644 (file)
 #include "ctables.h"
 #include "inspircd_io.h"
 #include "wildcard.h"
+#include "mode.h"
+#include "message.h"
 
 // class type for holding an extended mode character - internal to core
 
-class ExtMode
+class ExtMode : public classbase
 {
 public:
        char modechar;