yl_ticker/chatcommands.lua
2024-05-12 13:04:37 +02:00

8 lines
511 B
Lua

dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_list.lua")
dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_list_all.lua")
dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_add.lua")
dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_delete.lua")
dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_say.lua")
dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_say_all.lua")
dofile(yl_announcements.modpath .. DIR_DELIM .. "chatcommand_copy.lua")