/* +------------------------------------+
* | 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"classInspIRCd;/** Channel mode +l
*/classModeChannelLimit:publicModeHandler{public:ModeChannelLimit(InspIRCd*Instance);ModeActionOnModeChange(userrec*source,userrec*dest,chanrec*channel,std::string¶meter,booladding);ModePairModeSet(userrec*source,userrec*dest,chanrec*channel,conststd::string¶meter);boolCheckTimeStamp(time_ttheirs,time_tours,conststd::string&their_param,conststd::string&our_param,chanrec*channel);};