Advertisement
illpastethat

Basic network relay script for andromeda

Apr 11th, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.17 KB | None | 0 0
  1. on *:text:*:#test: {
  2.   var %x 1
  3.   while (%x <= $scon(0)) {
  4.     if ($scon(%x) != $cid) {
  5.       scon %x msg $chan THE STUFF YOU WANT AND THEN $1-
  6.     }
  7.     inc %x
  8.   }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement