1 /* +------------------------------------+
2 * | Inspire Internet Relay Chat Daemon |
3 * +------------------------------------+
5 * InspIRCd: (C) 2002-2007 InspIRCd Development Team
6 * See: http://www.inspircd.org/wiki/index.php/Credits
8 * This program is free but copyrighted software; see
9 * the file COPYING for details.
11 * ---------------------------------------------------
20 class ModeUserServerNoticeMask : public ModeHandler
23 ModeUserServerNoticeMask(InspIRCd* Instance);
24 ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string ¶meter, bool adding);