Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDefaultModules ¶
Loads the default provided Modules
Types ¶
type BotReportMod ¶
type BotReportMod struct { }
Bot report - Bot will respond when .bots is used
func (*BotReportMod) ParseMessage ¶
type ChanJoinMod ¶
type ChanJoinMod struct { }
Instructs the bot to join a channel - Requires operator status
func (*ChanJoinMod) ParseMessage ¶
type IgnoreMod ¶
type IgnoreMod struct { }
Allows for Ignores/Unignores of the specified Nick. Good for dealing with bot feedback loops and spammers. Requires operator status
type SayMod ¶
type SayMod struct { }
Say module. If a user says .say [msg] the bot will repeat into the channel [msg]
Click to show internal directories.
Click to hide internal directories.