struct TwitchIRC::Client

Defined in:

twitch-irc-crystal.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(domain : String = "irc.chat.twitch.tv", port : Int32 = 6667) #

@domain : String @port : Int32


[View source]

Instance Method Detail

def capabilities #

[View source]
def join(channel : String | Array(String)) #

[View source]
def listen #

[View source]
def ping #

[View source]
def pong #

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

[View source]
def send_privmsg(msg : String, channel : String) #

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

[View source]