put yolo.lua in specials.lua
This commit is contained in:
11
plugins/pluginsold/yolo.lua
Normal file
11
plugins/pluginsold/yolo.lua
Normal 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]
|
Reference in New Issue
Block a user