- Home»
- Cod sursa: Simple relay script
Simple relay script
Simple relay script
mIRC snippet - relay - acest cod preia informatiile dintr-un CID diferit si posteaza ntr-unul predefinit.
| Postat de | Copyright | Categorie | Review user | Vizualizari | Data |
|---|---|---|---|---|---|
| BLKoldSUN | necunoscut | activity | Cod testat | 433 | 2023-12-04 20:13:58 |
on *:text:!relay *:#:{
if ($network == Rizon) {
scid $net( $+ $2 $+ ) msg %relaychannel [RELAY] (From $nick $+ ) $2-
}
}
alias net {
var %netcount $scon(0)
while %netcount {
if ($scon(%netcount).network == $1) { var %netid %netcount }
dec %netcount
}
scon %netid return $!cid
}
on *:text:*:#:{
if ($network == [network]) {
scid $net(Rizon) msg # $+([,$network,]) < $+ $nick $+ > $1-
alias net {
var %netcount $scon(0)
while %netcount {
if ($scon(%netcount).network == $1) { var %netid %netcount }
dec %netcount
}
scon %netid return $!cid
}
IRC Snippets