class Chatty

Defined in:

chatty/chatty.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String, bot_name : String, channel_name : String, silent_mode : Bool = false, use_new_irc_msg : Bool = false) #

[View source]

Instance Method Detail

def answer_ping #

[View source]
def goodbye #

[View source]
def listen #

[View source]
def listening : Bool? #

[View source]
def log(time : Time, msg : IRCMessage) #

[View source]
def respond(ircm) #

[View source]
def say(message : String) #

[View source]
def should_respond_to_message?(username : String, message : String) #

[View source]