aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_clearchan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build and most MSVC warningsGravatar Attila Molnar2016-09-021-1/+1
* Remove typedef UserMembIter, use Channel::MemberMap::iterator instead•••Remove the now unused UserMembList typedef too Gravatar Attila Molnar2014-07-141-2/+2
* Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator insteadGravatar Attila Molnar2014-07-141-2/+2
* Rename UserMembList to Channel::MemberMap, switch all code to use itGravatar Attila Molnar2014-07-141-3/+3
* Change return type of Channel::GetUsers() to reference from pointer as it is ...Gravatar Attila Molnar2014-07-141-4/+4
* Use the iterator version of Channel::KickUser() in a few placesGravatar Attila Molnar2014-06-101-3/+4
* Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...Gravatar Attila Molnar2014-01-261-0/+217