Advertisement
illpastethat

Network Relay for Raymond'

Feb 8th, 2014
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on *:text:*:#test:{
  2.   if ($network == LegendaryIRC) {
  3.     scid $net(koach.com) msg #test $+([,$network,]) $nick $+ : $1-
  4.   }
  5.   elseif ($network == koach.com) {
  6.     scid $net(LegendaryIRC) msg #test $+([,$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