module Turnir::Client::KickClient

Extended Modules

Defined in:

turnir/client/kick_client.cr

Instance Method Summary

Instance Method Detail

def fetch_stream_info(channel_name : String) #

[View source]
def handle_message(msg : String) #

[View source]
def log(msg) #

[View source]
def refresh_subscriptions #

[View source]
def start(sync_channel : Channel(Nil), storage : Turnir::ChatStorage::Storage, channels_map : Hash(String, String)) #

[View source]
def stop #

[View source]
def subscribe_to_channel(channel_name : String) #

[View source]
def unsubscribe_from_all_channels #

[View source]