class State

Defined in:

state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(irc : CClient, prefix : String = ">", chans : Array(String) = [] of String) #

[View source]

Instance Method Detail

def close #

[View source]
def irc : Crirc::Controller::Client #

[View source]
def irc=(irc : Crirc::Controller::Client) #

[View source]
def prefix : String #

[View source]
def prefix=(prefix : String) #

[View source]
def redis : Redis::PooledClient #

[View source]
def redis=(redis : Redis::PooledClient) #

[View source]
def run #

main loop


[View source]