summaryrefslogtreecommitdiff
path: root/src/modules/m_clearchan.cpp
AgeCommit message (Expand)Author
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-01-09Improve X-line text consistency.Matt Schatz
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-09-02Fix Windows build and most MSVC warningsAttila Molnar
2014-07-14Remove typedef UserMembIter, use Channel::MemberMap::iterator insteadAttila Molnar
2014-07-14Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadAttila Molnar
2014-07-14Rename UserMembList to Channel::MemberMap, switch all code to use itAttila Molnar
2014-07-14Change return type of Channel::GetUsers() to reference from pointer as it is ...Attila Molnar
2014-06-10Use the iterator version of Channel::KickUser() in a few placesAttila Molnar
2014-01-26Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...Attila Molnar