[][src]Function hexchat::remove_modes_in_channel

pub fn remove_modes_in_channel(
    targets: &[impl AsRef<str>],
    mode: char,
    channel: &ChannelRef
) -> bool

Removes a user mode char from one or more users in the specified channel.

Returns whether or not it succeeded.