In the kenobi script how do you make it whisper to you automatically when you join the room like hwne i join it will say welcome in the whisper screen
In the kenobi script how do you make it whisper to you automatically when you join the room like hwne i join it will say welcome in the whisper screen
use $privmsg $nick
Pomperom
In the kenobi script how do you make it whisper to you automatically when you join the room like hwne i join it will say welcome in the whisper screen
«Çhãin™» I was given these by someone on the forum
cant remember who ... but I think the second welcome down whispers a welcome in the room so only that person can see it (well I did try lol)
on *:join:*: {
if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D }
else { notice $nick Welcome $nick :D to %latestroom I hope you enjoy your stay , I am $me your BOT and I am here to look after you.
}
}
on *:join:*: {
if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D }
else { msg $nick Welcome $nick :D to %latestroom I hope you enjoy your stay , I am $me your BOT and I am here to look after you.
}
}
on *:join:*: {
if ($nick = $me) { msg # I am $me your room BOT I am here to make sure %latestroom is a happy room :D }
else { ctcpreply $nick TIME Welcome $nick :D to %latestroom I hope you enjoy your stay , I am $me your BOT and I am here to look after you.
}
}
johnson that code is allready in kenobi
its in the history bit in the main dialog
My code does NOT have bugs. It just develops random features.
where do i put it and can i add this to hybrid?
hybrid has its own code in allready
the history one
My code does NOT have bugs. It just develops random features.
Sign in to reply or start a new topic where your account has permission.