struct CatchUp::Message

Defined in:

message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(time : Time, type : Type, bridge : String, user : String, text : String) #

[View source]

Class Method Detail

def self.from_fast_irc(irc_msg : FastIRC::Message, is_bridge : Regex) #

[View source]
def self.unwrap_bridged_message(is_bridge : Regex, msg : String) #

[View source]

Instance Method Detail

def bridge : String #

[View source]
def bridge=(bridge : String) #

[View source]
def plain_text #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]
def time : Time #

[View source]
def time=(time : Time) #

[View source]

[View source]
def type=(type : CatchUp::Message::Type) #

[View source]
def user : String #

[View source]
def user=(user : String) #

[View source]