From 743c10e4ca5acd45e670b335a07b5bf3ab754ab6 Mon Sep 17 00:00:00 2001 From: aquanight Date: Sun, 23 Mar 2008 20:43:35 +0000 Subject: Add ability to control what opertypes can set what operonly user/chan modes. This works the same way as commands, in that modes allowed by classes are added together, and * allows all. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9176 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/mode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/mode.h') diff --git a/include/mode.h b/include/mode.h index ca610e46a..f6022c090 100644 --- a/include/mode.h +++ b/include/mode.h @@ -14,6 +14,11 @@ #ifndef __MODE_H #define __MODE_H +/* Forward declarations. */ +class User; + +#include "channels.h" + /** * Holds the values for different type of modes * that can exist, USER or CHANNEL type. -- cgit v1.2.3