struct IRC::Command

Defined in:

irc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : PrivMsg | Notice | UnhandledCommand, tags : Tags | Nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(message _message = @message, tags _tags = @tags) #

[View source]
def message : PrivMsg | Notice | UnhandledCommand #

def tags : Tags | Nil #