struct Irc::IrcMessage

Defined in:

crbot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String, prefix : String | Nil, command : String, params : Array(String)) #

[View source]

Instance Method Detail

def clone #

[View source]
def command : String #

def copy_with(raw _raw = @raw, prefix _prefix = @prefix, command _command = @command, params _params = @params) #

[View source]
def params : Array(String) #

def prefix : String | Nil #

def privmsg? #

[View source]
def raw : String #