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
abstract class
IRCBot::
Options
IRCBot::Options
Reference
Object
Direct Known Subclasses
IRCBot::CoreOptions
Defined in:
ircbot/options.cr
Constructors
.new
(argv =
ARGV
)
Macro Summary
array
(name)
bool
(name)
int
(name)
option
(name, type, convert)
string
(name)
Constructor Detail
def self.
new
(argv =
ARGV
)
#
[
View source
]
Macro Detail
macro
array
(name)
#
[
View source
]
macro
bool
(name)
#
[
View source
]
macro
int
(name)
#
[
View source
]
macro
option
(name, type, convert)
#
[
View source
]
macro
string
(name)
#
[
View source
]