Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
Circed
main
Top Level Namespace
Circed
ActionHelper
Actions
Invite
Join
Kick
List
Mode
Nick
Part
Privmsg
Topic
Whois
Channel
ChannelHandler
ChannelUser
Client
ClosedClient
Config
Format
Hostname
LinkedServer
Numerics
Pingpong
ClosedClient
PingStoppedException
Server
User
UserHandler
NicknameNoUsedError
NicknameUsedError
UserMode
Built with Crystal 1.9.2
2023-10-07 10:42:29 UTC
class
Circed::LinkedServer
Circed::LinkedServer
Reference
Object
Included Modules
YAML::Serializable
Defined in:
circed/config/linking_server.cr
Constructors
.new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
#host
: String
#link_password
: String
#port
: Int32
Constructor Detail
def self.
new
(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
[
View source
]
Instance Method Detail
def
host
: String
#
[
View source
]
def
link_password
: String
#
[
View source
]
def
port
: Int32
#
[
View source
]