Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kenranbot
main
Top Level Namespace
IRC
Command
MessageSource
Notice
PrivMsg
Server
Tags
UnhandledCommand
User
Kenran
Parser
Message
Notice
PrivMsg
Success
Unspecified
Twitch
Tokens
TwitchChatClient
Generated using Crystal 1.14.0
2024-11-26 17:27:14 UTC
struct
IRC::
Notice
IRC::Notice
Struct
Value
Object
Defined in:
irc.cr
Constructors
.new
(channel : String, message : String)
Instance Method Summary
#channel
: String
#clone
#copy_with
(channel _channel = @channel, message _message = @message)
#message
: String
Constructor Detail
def self.
new
(channel : String, message : String)
#
[
View source
]
Instance Method Detail
def
channel
: String
#
def
clone
#
[
View source
]
def
copy_with
(channel _channel = @channel, message _message = @message)
#
[
View source
]
def
message
: String
#