This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/plugins/pluginsold/yolo.lua

11 lines
234 B
Lua

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]