X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fumode_i.h;h=8a998973b0e78f1d7de9c8ded3d20e8c3278cbbc;hb=4d03a38661cb7fa6a0880b66bbebf1d892ba5013;hp=334222c51554d735ab679d0480cfc0d2bafa7768;hpb=ff5376b7b682c98c1857c58696db5f8ed4d39b18;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/umode_i.h b/include/modes/umode_i.h index 334222c51..8a998973b 100644 --- a/include/modes/umode_i.h +++ b/include/modes/umode_i.h @@ -1,12 +1,25 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2008 InspIRCd Development Team + * See: http://www.inspircd.org/wiki/index.php/Credits + * + * This program is free but copyrighted software; see + * the file COPYING for details. + * + * --------------------------------------------------- + */ + #include "mode.h" class InspIRCd; /** User mode +i */ -class ModeUserInvisible : public ModeHandler +class ModeUserInvisible : public SimpleUserModeHandler { public: ModeUserInvisible(InspIRCd* Instance); - ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); + unsigned int GetCount(); };