class IRCMessage

Defined in:

chatty/irc_message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw_irc : String) #

[View source]

Instance Method Detail

def ducky : Model::Ducky? #

[View source]
def is_ping? : Bool #

[View source]
def is_user_msg? : Bool #

[View source]
def log : String #

[View source]
def message : String #

[View source]
def pretty_print : String #

[View source]
def raw_irc : String #

[View source]
def time : Time #

[View source]

[View source]
def username : String #

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

[View source]