summaryrefslogtreecommitdiff
path: root/include/modes/umode_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/umode_i.h')
-rw-r--r--include/modes/umode_i.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/modes/umode_i.h b/include/modes/umode_i.h
index 61626f3ce..dad12473e 100644
--- a/include/modes/umode_i.h
+++ b/include/modes/umode_i.h
@@ -1,8 +1,10 @@
#include "mode.h"
+class InspIRCd;
+
class ModeUserInvisible : public ModeHandler
{
public:
- ModeUserInvisible();
+ ModeUserInvisible(InspIRCd* Instance);
ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, bool adding);
};