Module: Aiwolf::Commands::Whisper

Included in:
Aiwolf::Client
Defined in:
lib/aiwolf/commands/whisper.rb

Instance Method Summary collapse

Instance Method Details

#inner_command_whisper(packet) ⇒ Object



6
7
8
# File 'lib/aiwolf/commands/whisper.rb', line 6

def inner_command_whisper(packet)
  send(:command_whisper, packet[:whisperHistory]) || ''
end