I would like to post in the room when a new person joins and has their whispers disabled.
$nick your whispers are disabled. Please go to chat options if you wish to send or recieve whispers.
Any one have suggestions?
sdtorch
A TG007 community discussion started by sdtorch.
I would like to post in the room when a new person joins and has their whispers disabled.
$nick your whispers are disabled. Please go to chat options if you wish to send or recieve whispers.
Any one have suggestions?
sdtorch
if you whisper them onjoin , it should return a ctcpreply(i think) you can then set it to send message to room
My code does NOT have bugs. It just develops random features.
Maybe use something like this, whisper them onjoin like ozzy said and use this to do something if they have whispers off
ctcp *:ERR*:*: {
if ($2 == NOUSERWHISPER) {
<what you want to do here>
}
}
tried it, didn't work ![]()
Fireman
Sign in to reply or start a new topic where your account has permission.