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
abstract class
Crirc::Protocol::Target
Crirc::Protocol::Target
Reference
Object
Overview
A target is a virtuel IRC entity that can receive message (
User
,
Chan
)
Direct Known Subclasses
Crirc::Protocol::Chan
Crirc::Protocol::User
Defined in:
crirc/protocol/target.cr
Instance Method Summary
#name
: String
Instance Method Detail
abstract def
name
: String
#
[
View source
]