class Command
- Command
- Reference
- Object
Defined in:
chatty/commands/command.crConstructors
- .get_command(ircm : IRCMessage) : Command
- .new(name : String, description : String, &proc : IRCMessage -> String)
Class Method Summary
- .all : Hash(String, Command)
- .is_command?(ircm : IRCMessage) : Bool
- .link
- .link=(nl : String)
-
.naughty?(args : Array(String)) : Bool
tries to use a twitch chat command 🤬
- .parse_ircm(ircm : IRCMessage) : Tuple(Model::Ducky | Nil, Array(String))
- .static : Array(String)
- .static=(new_static : Array(String))