Method: Cinch::Logger#incoming

Defined in:
lib/cinch/logger.rb

#incoming(message) ⇒ void

This method returns an undefined value.

Logs an incoming IRC message.

Parameters:

Since:

  • 2.0.0



81
82
83
# File 'lib/cinch/logger.rb', line 81

def incoming(message)
  log(message, :incoming, :log)
end