Skip to content

Instantly share code, notes, and snippets.

@td512
Created March 19, 2018 23:21
Show Gist options
  • Save td512/d20cb6508681fdf866265d7fec748369 to your computer and use it in GitHub Desktop.
Save td512/d20cb6508681fdf866265d7fec748369 to your computer and use it in GitHub Desktop.
class HelloWorld
include Cinch::Plugin
match "hello"
def execute(m)
m.reply "Hello, World"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment