class IRC_Server

Overview

TODO send part when leaving?

TODO figure out why it doesn't always start, and have it block until it joins channel i think?

Defined in:

irc_server.cr

Constant Summary

MAX_GUESS_NUMB = 25

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(twitch_client : Twitch::Client, channel : String) #

[View source]

Class Method Detail

def self.active_servers #

[View source]
def self.wait_for_servers_to_disconnect #

[View source]

Instance Method Detail

def channel : String #

[View source]
def channel_user : Twitch::User #

[View source]
def connected? : Bool #

[View source]
def finalize #

[View source]
def joined? : Bool #

[View source]
def send_message(msg : String) : Nil #

[View source]
def start #

[View source]
def stop #

[View source]
def twitch_client : Twitch::Client #

[View source]