Thoroughly refuck everything
This commit is contained in:
@@ -224,19 +224,12 @@ SlashCmdList["KBS"] = function(argv)
|
||||
local args = { strsplit(" ", argv) }
|
||||
local cmd = args[1]
|
||||
|
||||
if cmd == "save" then
|
||||
SaveSet(args[2])
|
||||
elseif cmd == "restore" then
|
||||
RestoreSet(args[2])
|
||||
elseif cmd == "delete" then
|
||||
DeleteSet(args[2])
|
||||
elseif cmd == "list" then
|
||||
ListSets()
|
||||
elseif cmd == "export" then
|
||||
ExportSet(args[2])
|
||||
elseif cmd == "import" then
|
||||
ImportSetDialogue(args[2])
|
||||
else
|
||||
PrintUsage()
|
||||
end
|
||||
if cmd == "save" then SaveSet(args[2]) end
|
||||
if cmd == "restore" then RestoreSet(args[2]) end
|
||||
if cmd == "delete" then DeleteSet(args[2]) end
|
||||
if cmd == "list" then ListSets() end
|
||||
if cmd == "export" then ExportSet(args[2]) end
|
||||
if cmd == "import" then ImportSetDialogue(args[2]) end
|
||||
|
||||
if cmd == "" or not cmd then PrintUsage() end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user