[][src]Module hexchat::server_event

Server events for use with add_server_event_listener.

Structs

INVITE

A ServerEvent corresponding to INVITE.

JOIN

A ServerEvent corresponding to JOIN.

KICK

A ServerEvent corresponding to KICK.

NOTICE

A ServerEvent corresponding to NOTICE.

PART

A ServerEvent corresponding to PART.

PRIVMSG

A ServerEvent corresponding to PRIVMSG.

QUIT

A ServerEvent corresponding to QUIT.

TOPIC

A ServerEvent corresponding to TOPIC.

WALLOPS

A ServerEvent corresponding to WALLOPS.

Enums

PrivmsgTarget

An enumeration of the possible targets for a PRIVMSG.

Traits

ServerEvent

A type representing a raw server event. Used with add_server_event_listener. It is not recommended you implement this on your own types.