Guest User

Untitled

a guest
Oct 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. %chanlist = $array("#buxville");
  2. %winid = $channel();
  3. foreach (%ch, %chanlist) {
  4. part -k %ch;
  5. }
  6. nick $0-;
  7.  
  8. timer -p (sleep, 4000) {
  9. foreach (%ch, %chanlist) {
  10. join %ch;
  11. }
  12. window.activate -q %winid;
  13. killtimer;
  14. }
Add Comment
Please, Sign In to add comment