Guest User

Untitled

a guest
Apr 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class Echo < Plugin
  2. author "Henrik Hodne (dvyjones)"
  3.  
  4. permission :echo, :default => false
  5.  
  6. help "Says whatever text you pass to it."
  7. def echo(line)
  8. say(line)
  9. end
  10. end
Add Comment
Please, Sign In to add comment