mIRC Homepage
Posted By: GogetaX Problem with RAW - 29/12/04 05:13 PM
raw JOIN:*:{ haltdef | echo -s New Join: $nick $+ ( $+ $address($nick,1) $+ ) }

whats wrong with this?

i want it to say New Join to the ppls that joined to channel
Posted By: gemeau50 Re: Problem with RAW - 29/12/04 05:34 PM
Quote:
i want it to say New Join to the ppls that joined to channel

on *:JOIN:*:{ msg $nick New Join: $nick $+ ( $+ $address($nick,1) $+ ) }

Set it to your specific channel, if not, you may end up getting banned for annoyance.
Posted By: GogetaX Re: Problem with RAW - 29/12/04 05:48 PM
it says:
* New Join: He`Mou(*!*Pscript@195.13.200.114)
* He`Mou has joined #mu.crash

but i need to replace 'He`Mou has joined #mu.crash' with my own TEXT...
Posted By: SladeKraven Re: Problem with RAW - 29/12/04 06:31 PM
Code:
on ^!*:JOIN:#: {
   echo $chan <Your message here> $nick ( $+ $address $+ )
   haltdef
}
© mIRC Discussion Forums