Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. alias awaysys.loadsetup {
  2. did $iif(%away.minimize, -c, -u) awaysys 5
  3. did $iif(%away.selfdeop, -c, -u) awaysys 6
  4. did $iif(%away.announce, -c, -u) awaysys 7
  5. did $iif(%away.autoaway, -c, -u) awaysys 8
  6. did -ra awaysys 9 (away.autoaway.time)
  7. did $iif(away.nick), -c, -u) awaysys 10
  8. did -ra awaysys 11 (away.awaynick)
  9. did $iif(%away.remind, -c, -u) awaysys 12
  10. did -ra awaysys 13 (away.remind.time)
  11. did $iif(%away.qclose, -c, -u) awaysys 14
  12. did $iif(%away.qblock, -c, -u) awaysys 15
  13. did $iif(%away.qblock.show, -c, -u) awaysys 16
  14. did $iif(%away.notice, -c, -u) awaysys 17
  15. awaysys.mainED
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement