knugi

Untitled

Mar 15th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. if arg 1 is "info":
  2. if arg 2 is set:
  3. if file "{@folder}/kits/%arg 2%.yml" exists:
  4. set {_kitsy::*} to all files in "%{@folder}/kits"
  5. loop {_kitsy::*}:
  6. set {_i} to "%loop-value%"
  7. replace all ".yml" in {_i} with ""
  8. add {_i} to {_kit::*}
  9. send "{@tag} &cDostepne zestawy: &7%{_kit::*}%"
Advertisement
Add Comment
Please, Sign In to add comment