Method: Cinch::Logger#incoming
- Defined in:
- lib/cinch/logger.rb
#incoming(message) ⇒ void
This method returns an undefined value.
Logs an incoming IRC message.
81 82 83 |
# File 'lib/cinch/logger.rb', line 81 def incoming() log(, :incoming, :log) end |