]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_channel/cmd_kick.cpp
Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters
[user/henk/code/inspircd.git] / src / coremods / core_channel / cmd_kick.cpp
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-24 Attila MolnarFix some numerics
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-14 Attila MolnarRemove typedef UserMembIter, use Channel::MemberMap...
2014-06-11 Attila MolnarSend the membership id when kicking a remote user and...
2014-06-10 Attila Molnarcmd_kick Assign a value to the kick reason string more...
2014-06-10 Attila MolnarUse the iterator version of Channel::KickUser() in...
2014-06-10 Attila MolnarChange Channel::KickUser() to accept an iterator, add...
2014-06-10 Attila MolnarMove pre-kick checks from core to cmd_kick (core_channel)
2014-04-07 Attila MolnarMerge insp20
2014-03-05 Attila MolnarCreate the core_channel module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/