Advertisement
illpastethat

Network relay special-g

Mar 19th, 2013
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.42 KB | None | 0 0
  1. on *:text:*:#relaychan:{
  2.   if ($network == Rizon) {
  3.     scid $net(Swiftirc) msg #relaychan $+([,$network,]) $nick $+ : $1-
  4.   }
  5.   elseif ($network == swiftirc) {
  6.     scid $net(rizon) msg #relaychan $+([,$network,]) $nick $+ : $1-
  7.   }
  8. }
  9. alias net {
  10.   var %netcount $scon(0)
  11.   while %netcount {
  12.     if ($scon(%netcount).network == $1) { var %netid %netcount }
  13.     dec %netcount
  14.   }
  15.   scon %netid return $!cid
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement