Struct hiirc::Irc [] [src]

pub struct Irc { /* fields omitted */ }

Contains the connection to the server and the data about channels and users.

Methods

impl Irc
[src]

Get a channel by name.

Get the list of channels.

Check if the underlying connection is closed.

Close the underlying connection.

Trait Implementations

impl IrcWrite for Irc
[src]

Send a raw message. A newline is added for you. Read more

NICK command.

USER command.

PING command.

PONG command.

PASS command.

PRIVMSG command.

NOTICE command.

JOIN command.

PART command.

QUIT command.

Retrive the topic of a given channel. Read more

Set the topic of a channel. Read more

KICK command.

impl NickServ for Irc
[src]

Send an identify message to the nick server. Read more