tcpbot/plugins/FuckMyLife.rb
oz modic ea30d13464 ok
2016-07-27 15:52:33 -05:00

17 lines
365 B
Ruby

# encoding: utf-8
require 'cinch'
require 'fmylife'
require_relative '../classes/Util.rb'
class FuckMyLife
include Cinch::Plugin
include Util::PluginHelper
set :prefix, /^:/
#@clist = %w{fml}
#@@commands["fml"] = ":fml - fuck everyone's life"
extend Hooks::ACLHook
#match /fml$/, method: :fml
def fml (m)
end
end