Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created July 24, 2015 13:33
Show Gist options
  • Save anonymous/d92aebccde3a5dd6b8c9 to your computer and use it in GitHub Desktop.
Save anonymous/d92aebccde3a5dd6b8c9 to your computer and use it in GitHub Desktop.
on :channel, /^!gather/i do
if user_is_an_admin?(nick)
set %x1 x
set %x2 x
set %x3 x
set %x4 x
set %x5 x
set %x6 x
set %x7 x
set %x8 x
set %x9 x
set %x10 x
msg channel, "Gather is on: %x1 - %x2 - %x3 - %x4 - %x5 - %x6 - %x7 - %x8 - %x9 - %x10"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment