struct CatchUp::Message
- CatchUp::Message
- Struct
- Value
- Object
Defined in:
message.crConstructors
Class Method Summary
- .from_fast_irc(irc_msg : FastIRC::Message, is_bridge : Regex)
- .unwrap_bridged_message(is_bridge : Regex, msg : String)
Instance Method Summary
- #bridge : String
- #bridge=(bridge : String)
- #plain_text
- #text : String
- #text=(text : String)
- #time : Time
- #time=(time : Time)
- #type : CatchUp::Message::Type
- #type=(type : CatchUp::Message::Type)
- #user : String
- #user=(user : String)