put yolo.lua in specials.lua

This commit is contained in:
2015-08-02 22:12:22 +02:00
parent 790c5d96cf
commit db27df7043
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,11 @@
function run(msg, matches)
return 'Hä YOLO?'
end
return {
description = "Sendet euch ein Hä YOLO?",
usage = {'yolo','Yolo','YOLO'},
patterns = {'^yolo$','^Yolo$','^YOLO$'},
run = run
}
--by Akamaru [https://ponywave.de]