[][src]Module hexchat::reply

Server responses for use with add_server_response_listener.

Structs

ChannelEntry

An entry for RPL_WHOISCHANNELS.

ENDOFUSERS

A ServerResponse corresponding to ENDOFUSERS (394)

NOUSERS

A ServerResponse corresponding to NOUSERS (395)

NamreplyUser

A user entry in RPL_NAMREPLY.

RPL_ADMINEMAIL

A ServerResponse corresponding to RPL_ADMINEMAIL (259)

RPL_ADMINLOC1

A ServerResponse corresponding to RPL_ADMINLOC1 (257)

RPL_ADMINLOC2

A ServerResponse corresponding to RPL_ADMINLOC2 (258)

RPL_ADMINME

A ServerResponse corresponding to RPL_ADMINME (256)

RPL_AWAY

A ServerResponse corresponding to RPL_AWAY (301)

RPL_BANLIST

A ServerResponse corresponding to RPL_BANLIST (367)

RPL_BOUNCE

A ServerResponse corresponding to RPL_BOUNCE (005)

RPL_CHANNELMODEIS

A ServerResponse corresponding to RPL_CHANNELMODEIS (324)

RPL_CREATED

A ServerResponse corresponding to RPL_CREATED (003)

RPL_ENDOFBANLIST

A ServerResponse corresponding to RPL_ENDOFBANLIST (368)

RPL_ENDOFEXCEPTLIST

A ServerResponse corresponding to RPL_ENDOFEXCEPTLIST (349)

RPL_ENDOFINFO

A ServerResponse corresponding to RPL_ENDOFINFO (374)

RPL_ENDOFINVITELIST

A ServerResponse corresponding to RPL_ENDOFINVITELIST (347)

RPL_ENDOFMOTD

A ServerResponse corresponding to RPL_ENDOFMOTD (376)

RPL_ENDOFNAMES

A ServerResponse corresponding to RPL_ENDOFNAMES (366)

RPL_ENDOFSTATS

A ServerResponse corresponding to RPL_ENDOFSTATS (219)

RPL_ENDOFWHO

A ServerResponse corresponding to RPL_ENDOFWHO (315)

RPL_ENDOFWHOIS

A ServerResponse corresponding to RPL_ENDOFWHOIS (318)

RPL_ENDOFWHOWAS

A ServerResponse corresponding to RPL_ENDOFWHOWAS (369)

RPL_EXCEPTLIST

A ServerResponse corresponding to RPL_EXCEPTLIST (348)

RPL_INFO

A ServerResponse corresponding to RPL_INFO (371)

RPL_INVITELIST

A ServerResponse corresponding to RPL_INVITELIST (346)

RPL_INVITING

A ServerResponse corresponding to RPL_INVITING (341)

RPL_ISON

A ServerResponse corresponding to RPL_ISON (303)

RPL_LIST

A ServerResponse corresponding to RPL_LIST (322)

RPL_LISTEND

A ServerResponse corresponding to RPL_LISTEND (323)

RPL_LUSERCHANNELS

A ServerResponse corresponding to RPL_LUSERCHANNELS (254)

RPL_LUSERCLIENT

A ServerResponse corresponding to RPL_LUSERCLIENT (251)

RPL_LUSERME

A ServerResponse corresponding to RPL_LUSERME (255)

RPL_LUSEROP

A ServerResponse corresponding to RPL_LUSEROP (252)

RPL_LUSERUNKNOWN

A ServerResponse corresponding to RPL_LUSERUNKNOWN (253)

RPL_MOTD

A ServerResponse corresponding to RPL_MOTD (372)

RPL_MOTDSTART

A ServerResponse corresponding to RPL_MOTDSTART (375)

RPL_MYINFO

A ServerResponse corresponding to RPL_MYINFO (004)

RPL_NAMREPLY

A ServerResponse corresponding to RPL_NAMREPLY (353)

RPL_NOTOPIC

A ServerResponse corresponding to RPL_NOTOPIC (331)

RPL_NOWAWAY

A ServerResponse corresponding to RPL_NOWAWAY (306)

RPL_REHASHING

A ServerResponse corresponding to RPL_REHASHING (382)

RPL_STATSCOMMANDS

A ServerResponse corresponding to RPL_STATSCOMMANDS (212)

RPL_STATSLINKINFO

A ServerResponse corresponding to RPL_STATSLINKINFO (211)

RPL_STATSUPTIME

A ServerResponse corresponding to RPL_STATSUPTIME (242)

RPL_SUMMONING

A ServerResponse corresponding to RPL_SUMMONING (342)

RPL_TIME

A ServerResponse corresponding to RPL_TIME (391)

RPL_TOPIC

A ServerResponse corresponding to RPL_TOPIC (332)

RPL_TRYAGAIN

A ServerResponse corresponding to RPL_TRYAGAIN (263)

RPL_UMODEIS

A ServerResponse corresponding to RPL_UMODEIS (221)

RPL_UNAWAY

A ServerResponse corresponding to RPL_UNAWAY (305)

RPL_UNIQOPIS

A ServerResponse corresponding to RPL_UNIQOPIS (325)

RPL_USERHOST

A ServerResponse corresponding to RPL_USERHOST (302)

RPL_USERS

A ServerResponse corresponding to RPL_USERS (393)

RPL_VERSION

A ServerResponse corresponding to RPL_VERSION (351)

RPL_WELCOME

A ServerResponse corresponding to RPL_WELCOME (001)

RPL_WHOISCHANNELS

A ServerResponse corresponding to RPL_WHOISCHANNELS (319)

RPL_WHOISIDLE

A ServerResponse corresponding to RPL_WHOISIDLE (317)

RPL_WHOISOPERATOR

A ServerResponse corresponding to RPL_WHOISOPERATOR (313)

RPL_WHOISSERVER

A ServerResponse corresponding to RPL_WHOISSERVER (312)

RPL_WHOISUSER

A ServerResponse corresponding to RPL_WHOISUSER (311)

RPL_WHOREPLY

A ServerResponse corresponding to RPL_WHOREPLY (352)

RPL_WHOWASUSER

A ServerResponse corresponding to RPL_WHOWASUSER (314)

RPL_YOUREOPER

A ServerResponse corresponding to RPL_YOUREOPER (381)

RPL_YOURESERVICE

A ServerResponse corresponding to RPL_YOURESERVICE (383)

RPL_YOURHOST

A ServerResponse corresponding to RPL_YOURHOST (002)

USERSSTART

A ServerResponse corresponding to USERSSTART (392)

UserReply

A reply entry to RPL_USERHOST.

Enums

ChannelVisibility

The visibility of an IRC channel.

UserResponse

A user response that could be just a nickname and could also be a full userstring.

Traits

ServerReply

A type representing a server response. Used with add_server_response_listener. It is not recommended you implement this on your own types.