Meow
# Written by Lil' Miss Rarity # # Requires chatbot-rb # https://github.com/sactage/chatbot-rb class Chatbot::EditReport include Chatbot::Plugin #!report (user) match /^report (.*)/, :method => :execute def execute(c, user) target = c[1] end end