mIRC Homepage
Posted By: gans status window /notice - 14/07/05 01:08 AM
is there a way to notice a user so it will go in there status window?
i dont want to do /notice as it will give it them in the active chan there on
Posted By: RusselB Re: status window /notice - 14/07/05 01:18 AM
To my knowledge, only if you're an IRCop on that network.
Posted By: gans Re: status window /notice - 14/07/05 01:21 AM
there is a way as iv seen sum bots do it and there not ircops and they use mirc6.16
Posted By: Riamus2 Re: status window /notice - 14/07/05 03:00 AM
You sure you aren't thinking of CTCP's?

Where notices appear depends solely on the user's preference (mIRC Options). I have my notices appear in active. Others have them appear only in status. You can't control that.
Posted By: Bullseye Re: status window /notice - 14/07/05 06:54 AM
I know of scripts or bots that will send a message to people leaving the room.
That message ends up in the status window.
As far as i know that is done by a /notice.
here is the code:
Code:
 on !+1:PART:#:{
  set %target $nick
  set %place $chan
  /timergreet 1 3 /notice $nick $read $mircdir $+ part.txt
} 


Hope this helps smile

Greetzzzz
Posted By: RusselB Re: status window /notice - 14/07/05 07:27 AM
notices do appear in the person's status window, CONDITIONAL that the person isn't in a room that is common between them and the person sending the notice
Posted By: Riamus2 Re: status window /notice - 14/07/05 12:39 PM
Ah, good point. smile
Posted By: gans Re: status window /notice - 14/07/05 12:54 PM
ok thanks for all the replys
Posted By: xDaeMoN Re: status window /notice - 14/07/05 07:21 PM
Quote:
is there a way to notice a user so it will go in there status window?
i dont want to do /notice as it will give it them in the active chan there on


Notices would normally go to the status window. There is an option in mIRC where notices can be seen in the active window instead. So if this option is not checked in the person's mIRC, the notices will go to the status window.
Posted By: gans Re: status window /notice - 15/07/05 03:38 PM
oh dint know that ty for the info :P
© mIRC Discussion Forums