mIRC Home    About    Download    Register    News    Help

Print Thread
#240929 06/03/13 05:47 PM
Joined: Mar 2013
Posts: 4
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Mar 2013
Posts: 4
I am using Perform to hide my username and it works fine, but I would also like to completely clear my status window afterwards as to not show my IP on screen. typing /clear works like a charm, but doing the same in a new line in Perform simply doesn't seem to do anything at all, same with /clearall. Any help would be much appreciated.

Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
You need to specify a target for /clear
See /help /clear

E.g. /clear -s

Joined: Mar 2013
Posts: 4
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Mar 2013
Posts: 4
That doesn't seem to help the case either sadly... the full content of my Perform commands is as follows:

/MSG Q@CServe.quakenet.org AUTH xxx yyy
/mode $me +x
/clear -s

The first 2 commands are getting executed, last one doesn't seem to have any effect.

EDIT:
Upon further investigation, turns out that it does actually clear the window, but not completely – my IP and the notification that i changed my usermode are the only things left. If I type /clear manually it completely clears everything. Is it maybe an issue of the command getting executed too early, then messages coming in afterwards?

Last edited by yellowpete; 08/03/13 06:55 AM.
Joined: Feb 2011
Posts: 467
K
Pan-dimensional mouse
Offline
Pan-dimensional mouse
K
Joined: Feb 2011
Posts: 467
I think you want

/clearall -s


Last edited by KindOne; 08/03/13 06:50 AM. Reason: Missread it..
Joined: Mar 2013
Posts: 4
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Mar 2013
Posts: 4
/clearall -s has the exact same effect as /clear -s.

The whole status window is cleared except for 3 lines showing my IP and that i recently set my usermode to +x

(I wouldn't be so picky about it if it wasn't necessary – if I open the window to type /clear the damage has already been done)

Last edited by yellowpete; 08/03/13 07:02 AM.
Joined: Oct 2012
Posts: 164
D
Vogon poet
Offline
Vogon poet
D
Joined: Oct 2012
Posts: 164
Try it with a timer.

MSG Q@CServe.quakenet.org AUTH xxx yyy
mode $me +x
.timer 1 3 clear -s

Joined: Mar 2013
Posts: 4
Y
Self-satisified door
OP Offline
Self-satisified door
Y
Joined: Mar 2013
Posts: 4
Works like a charm, thanks a lot


Link Copied to Clipboard