Skip to content
MSN

add on help - raw

A TG007 community discussion started by sdtorch.

Discussion 4 posts
Page 1 of 1
Open
Topic #60 · 4 published posts · 815 views

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 huh.gif

 

Fireman