Enum irc_bot::TriggerAttr[][src]

pub enum TriggerAttr {
    AlwaysWatching,
}

Variants

Use this attribute for triggers that should trigger even on messages that aren't addressed to the bot.

As of 2018-01-11, this doesn't actually do anything yet.

Trait Implementations

impl Debug for TriggerAttr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TriggerAttr

impl Sync for TriggerAttr