WARNING: Contains spoilers for the final solution. Click here to jump to it.
In AD 2014, ARG was beginning.
WARNING: Contains spoilers for the final solution. Click here to jump to it.
In AD 2014, ARG was beginning.
require 'cinch' | |
class ValveARG | |
include Cinch::Plugin | |
match /!argstatus/, handler: :argstatus | |
def argstatus(m) | |
m.reply "#{m.user.nick}, we're currently waiting for Valve." | |
end | |
end |