[][src]Function hexchat::get_channel

pub fn get_channel(server_name: &str, channel_name: &str) -> Option<ChannelRef>

Gets the first channel with the specified name in the specified server.

Returns the ChannelRef if found, or None if none exists.