Skip to content
MSN Addons

User whisper enabled or disables

A TG007 community discussion started by Blayde.

Discussion 3 posts
Page 1 of 1
Open
Topic #6576 · 3 published posts · 972 views

Is it possible to detect whether a person's whispers are enabled or not, and if the whispers are disabled, we can send a message to the channel asking the user to enable his whisper. I use kenobi... If it can be done please post the code here.. thanks

ctcp *:ERR*:*: { 
 if ($2 == NOUSERWHISPER) { 
   msg $comchan($nick,1) Please enable your whispers $nick :D 
 } 
}

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

thanks man, it worked...