Method: Cinch::Helpers#outgoing

Defined in:
lib/cinch/helpers.rb

#outgoing(message) ⇒ void

This method returns an undefined value.

Logs an outgoing IRC message.

Parameters:

Since:

  • 2.0.0



169
170
171
# File 'lib/cinch/helpers.rb', line 169

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