Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crirc
v0.3.0
Top Level Namespace
Crirc
Binding
Handler
Hook
HookRule
HookTest
Broadcast
ChanList
Controller
Client
Command
Chan
Command
Ping
Talk
User
Controller
Server
ServerClient
Network
Client
IrcSocket
Network
Server
ServerClient
Protocol
Chan
Motd
ParsingError
Message
ParsingError
Target
User
ParsingError
UserList
Built with Crystal 1.9.2
2023-10-07 18:12:16 UTC
class
Crirc::Protocol::Chan
Crirc::Protocol::Chan
Crirc::Protocol::Target
Reference
Object
Overview
Represent an IRC channel.
Defined in:
crirc/protocol/chan.cr
Constructors
.new
(name : String)
Instance Method Summary
#modes
: String
#modes=
(modes : String)
#motd
: Motd
#motd=
(motd : Motd)
#name
: String
Instance methods inherited from class
Crirc::Protocol::Target
name : String
name
Constructor Detail
def self.
new
(name : String)
#
[
View source
]
Instance Method Detail
def
modes
: String
#
[
View source
]
def
modes=
(modes : String)
#
[
View source
]
def
motd
:
Motd
#
[
View source
]
def
motd=
(motd :
Motd
)
#
[
View source
]
def
name
: String
#
[
View source
]