From d40e1e5b0b8c4b94359637921387cd80e9de991b Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 8 Jul 2006 17:04:18 +0000 Subject: Added usermodes +swi. Note the usermode system needs a bit of a refactor to combine module and core modes into the same storage neatly (as we did with channels) this is next on my todo. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4174 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modes/umode_i.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/modes/umode_i.h (limited to 'include/modes/umode_i.h') diff --git a/include/modes/umode_i.h b/include/modes/umode_i.h new file mode 100644 index 000000000..61626f3ce --- /dev/null +++ b/include/modes/umode_i.h @@ -0,0 +1,8 @@ +#include "mode.h" + +class ModeUserInvisible : public ModeHandler +{ + public: + ModeUserInvisible(); + ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); +}; -- cgit v1.2.3