X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fmodes%2Fumode_w.h;h=271e959c4a2522f5c51e88eb5b2e6dc16ca35a97;hb=5e9a6b9186a8cbaaf65ae7d9cd9c0c033c91b497;hp=8ab832a2f176e9b22b50cc4fa83612d9a4dd768b;hpb=ff5376b7b682c98c1857c58696db5f8ed4d39b18;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/modes/umode_w.h b/include/modes/umode_w.h index 8ab832a2f..271e959c4 100644 --- a/include/modes/umode_w.h +++ b/include/modes/umode_w.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 ModeUserWallops : public ModeHandler public: ModeUserWallops(InspIRCd* Instance); ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); + unsigned int GetCount(); };