class Twitch::Bot::PingCommandParser
Parses a PING IRC command
Public Instance Methods
call()
click to toggle source
# File lib/twitch/bot/message_parser.rb, line 49 def call Message::Ping.new(hostname: message.params.last) end