Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dmnd-bot
v0.2.3
Top Level Namespace
Config
BotModule
Discord
Instance
Parser
Saucenao
Syncplay
Discord
Bot
DiscordPlugin
SaucenaoPlugin
Saucenao
IndexSite
Parser
Result
ResultData
ResultHeader
StringToBool
StringToFloat
StringToTime
StringToURI
Syncplay
Bot
Features
Room
TLSenabled
User
Version
Built with Crystal 1.9.2
2023-10-08 14:55:19 UTC
class
Syncplay::Bot
Syncplay::Bot
Reference
Object
Defined in:
syncplay/syncplay_bot.cr
Constructors
.new
(address : String, port : Int32, name : String, room : String)
Instance Method Summary
#address
: String
#c_put
(message)
#name
: String
#port
: Int32
#room
: String
#s_put
(message)
#start
#supports_tls
(client)
Constructor Detail
def self.
new
(address : String, port : Int32, name : String, room : String)
#
[
View source
]
Instance Method Detail
def
address
: String
#
[
View source
]
def
c_put
(message)
#
[
View source
]
def
name
: String
#
[
View source
]
def
port
: Int32
#
[
View source
]
def
room
: String
#
[
View source
]
def
s_put
(message)
#
[
View source
]
def
start
#
[
View source
]
def
supports_tls
(client)
#
[
View source
]