opensource-force / ircd

A minimal IRC server
17 stars 1 forks source link

Feature: Kick 4.2.8 #29

Open DitchTurtL opened 11 months ago

DitchTurtL commented 11 months ago

The KICK command can be used to forcibly remove a user from a channel. It 'kicks them out' of the channel (forced PART).

DitchTurtL commented 11 months ago

Only a channel operator may kick another user out of a channel. Each server that receives a KICK message checks that it is valid (ie the sender is actually a channel operator) before removing the victim from the channel.

DitchTurtL commented 11 months ago

KICK &Melbourne Matthew ; Kick Matthew from &Melbourne

KICK #Finnish John :Speaking English ; Kick John from #Finnish using "Speaking English" as the reason (comment).

:WiZ KICK #Finnish John ; KICK message from WiZ to remove John from channel #Finnish