Advertisement
illpastethat

Relay chan W24

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