Class: Twitch::Bot::AuthenticatedCommandParser

Inherits:
CommandParser show all
Defined in:
lib/twitch/bot/message_parser.rb

Overview

Parses a 372 IRC status code/command.

Instance Attribute Summary

Attributes inherited from CommandParser

#message

Instance Method Summary collapse

Methods inherited from CommandParser

#initialize

Constructor Details

This class inherits a constructor from Twitch::Bot::CommandParser

Instance Method Details

#callObject



88
89
90
# File 'lib/twitch/bot/message_parser.rb', line 88

def call
  Message::Authenticated.new
end