Class IrcLogModule
In: lib/rbot/core/irclog.rb
Parent: CoreBotModule
Author:Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com>

Methods

Attributes

nolog_rx  [RW] 

Public Class methods

Public Instance methods

log IRC-related message message to a file determined by where. where can be a channel name, or a nick for private message logging

def log_invite(m)

  # TODO

end

def names(m)

  # TODO

end

Protected Instance methods

[Validate]