Class: Twitch::Bot::AuthenticatedCommandParser
- Inherits:
-
CommandParser
- Object
- CommandParser
- Twitch::Bot::AuthenticatedCommandParser
- Defined in:
- lib/twitch/bot/message_parser.rb
Overview
Parses a 372 IRC status code/command.
Instance Attribute Summary
Attributes inherited from CommandParser
Instance Method Summary collapse
Methods inherited from CommandParser
Constructor Details
This class inherits a constructor from Twitch::Bot::CommandParser
Instance Method Details
#call ⇒ Object
88 89 90 |
# File 'lib/twitch/bot/message_parser.rb', line 88 def call Message::Authenticated.new end |