[][src]Trait hexchat::server_event::ServerEvent

pub trait ServerEvent {
    const NAME: &'static str;
}

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

Associated Constants

const NAME: &'static str

The name of the event, e.g. PRIVMSG.

Loading content...

Implementors

impl ServerEvent for INVITE[src]

impl ServerEvent for JOIN[src]

impl ServerEvent for KICK[src]

impl ServerEvent for NOTICE[src]

impl ServerEvent for PART[src]

impl ServerEvent for PRIVMSG[src]

impl ServerEvent for QUIT[src]

impl ServerEvent for TOPIC[src]

impl ServerEvent for WALLOPS[src]

Loading content...