Struct hiirc::Channel [] [src]

pub struct Channel { /* fields omitted */ }

Channel

Methods

impl Channel
[src]

[src]

Get the name of the channel.

[src]

Get the topic of the channel.

[src]

Get a ChannelUser object from this channel using the user's nickname.

[src]

Get the list of users in this channel.

Trait Implementations

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter.