Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ircbot
master
IRCBot
Bot
CoreOptions
Handler
IRC
IRCConnection
Options
Built with Crystal 1.10.0
2023-11-04 01:13:53 UTC
class
IRCBot::
IRC
IRCBot::IRC
Reference
Object
Defined in:
ircbot/irc.cr
Constructors
.new
(options : CoreOptions)
Instance Method Summary
#finalize
#location
#run
(&)
#send
(msg : String, action =
false
, priv =
false
)
#write
(line)
Macro Summary
method_missing
(call)
Constructor Detail
def self.
new
(options :
CoreOptions
)
#
[
View source
]
Instance Method Detail
def
finalize
#
[
View source
]
def
location
#
[
View source
]
def
run
(&)
#
[
View source
]
def
send
(msg : String, action =
false
, priv =
false
)
#
[
View source
]
def
write
(line)
#
[
View source
]
Macro Detail
macro
method_missing
(call)
#
[
View source
]