Sha256: a34f84848d995e51112d2ff972f6cef11844b372488a43548b3215859f2c0952

Contents?: true

Size: 219 Bytes

Versions: 6

Compression:

Stored size: 219 Bytes

Contents

require 'rubygems'
require 'isaac'
# https://github.com/vangberg/isaac

on :channel, /.*/ do
  open("#{channel}.log", "a") do |log|
    log.puts "#{nick}: #{message}"
  end

  puts "#{channel}: #{nick}: #{message}"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tipjar-0.1.196 lib/bitbot/plugin/log.rb
tipjar-0.1.195 lib/bitbot/plugin/log.rb
tipjar-0.1.194 lib/bitbot/plugin/log.rb
tipjar-0.1.193 lib/bitbot/plugin/log.rb
tipjar-0.1.192 lib/bitbot/plugin/log.rb
tipjar-0.1.191 lib/bitbot/plugin/log.rb