]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Channel::KickUser() and cmd_kick changes
authorattilamolnar <attilamolnar@hush.com>
Sun, 2 Jun 2013 17:30:55 +0000 (19:30 +0200)
committerattilamolnar <attilamolnar@hush.com>
Mon, 3 Jun 2013 23:57:35 +0000 (01:57 +0200)
commit6db924458501457768d7ddafd5de8a69839f6399
treeb0e19da0e086074efcf5b479e44a6ac8201f0823
parent3a01b55a118d4937b75541fbf385180f7106fa12
Channel::KickUser() and cmd_kick changes

- Remove uline checks from KickUser()
- Disallow the kick if done by a local user and the victim is ulined in cmd_kick
- Remove call to RemoveAllPrefixes() as it has no additional effect, the Membership object containing the prefixes is destroyed soon after the call
src/channels.cpp
src/commands/cmd_kick.cpp