class IRCBot::CoreOptions

Defined in:

ircbot/bot.cr

Instance Method Summary

Constructor methods inherited from class IRCBot::Options

new(argv = ARGV) new

Instance Method Detail

def bind_host #

def bind_host! #

def bind_host=(s : String) #

def bind_port #

def bind_port! #

def bind_port=(s : String) #

def channels #

def channels! #

def channels=(s : String) #

def host #

def host! #

def host=(s : String) #

def hostname #

def hostname! #

def hostname=(s : String) #

def nick #

def nick! #

def nick=(s : String) #

def password #

def password! #

def password=(s : String) #

def port #

def port! #

def port=(s : String) #

def quit_reason #

def quit_reason! #

def quit_reason=(s : String) #

def read_timeout #

def read_timeout! #

def read_timeout=(s : String) #

def realname #

def realname! #

def realname=(s : String) #

def ssl #

def ssl! #

def ssl=(s : String) #

def username #

def username! #

def username=(s : String) #

def write_timeout #

def write_timeout! #

def write_timeout=(s : String) #