I would like an ad on where I can send onjoin messages to everyone who enters as well as away messages.
I would like an ad on where I can send onjoin messages to everyone who enters as well as away messages.
This works for any script, not only bloodlust...
;This whispers them when they join. on *:JOIN:#: msg $nick Welcome to This Channel ;This whisers them when they go away. on *:AWAY:#: msg $nick Hurry Back! ;This messeges the channel when they join... on *:JOIN:#: msg $chan Welcome $nick ;This messages the channel when there away... on *:AWAY:#: msg $chan Hurry Back!
Sign in to reply or start a new topic where your account has permission.