X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fmodes%2Fumode_i.h;h=cc7d15102b104dca573dbbf4e7d54ff8efb319ad;hb=5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497;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..cc7d15102 100644 --- a/include/modes/umode_i.h +++ b/include/modes/umode_i.h @@ -1,3 +1,16 @@ +/* +------------------------------------+ + * | Inspire Internet Relay Chat Daemon | + * +------------------------------------+ + * + * InspIRCd: (C) 2002-2007 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; @@ -9,4 +22,5 @@ class ModeUserInvisible : public ModeHandler public: ModeUserInvisible(InspIRCd* Instance); ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); + unsigned int GetCount(); };