[][src]Function hexchat::get_first_channel

pub fn get_first_channel(channel_name: &str) -> Option<ChannelRef>

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

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