Method: IrcLogModule#timestamp

Defined in:
lib/rbot/core/irclog.rb

#timestamp(time) ⇒ Object



49
50
51
# File 'lib/rbot/core/irclog.rb', line 49

def timestamp(time)
  return time.strftime(@bot.config['irclog.timestamp_format'])
end