mIRC Homepage
Posted By: PaN12 How do I show L/Q Msgs in $active - 15/12/05 08:17 PM
Hi again

I want to see my L/Q msgs in $active or just in all channels, anyone know howto?

Thanks for helping

- PaN 12
Posted By: RusselB Re: How do I show L/Q Msgs in $active - 16/12/05 02:36 AM
It would help if you'd supply an example of a message from L/Q that is one that you'd want displayed. In the meantime, I think the following would work
Code:
on *:notice:*:*:{
if ($nick == L) || ($nick == Q) {
.msg $active $nick $1-
}
}
  


If you want to see the messages, but don't want to send them to the channel, change
Code:
.msg $active $nick $1-  
to
Code:
 echo -a $nick $1- 


I included the $nick identifier so that you would be able to tell if the message came from L or Q .

confused Star Trek moment? L = Lwaxana (Troi), Q (John DeLancie) -- maybe? laugh
Posted By: schaefer31 Re: How do I show L/Q Msgs in $active - 16/12/05 02:55 AM
L and Q are the 'ChanServ' of the QuakeNet irc network.
L is the lite version.
© mIRC Discussion Forums