mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2010
Posts: 2
2
Bowl of petunias
OP Offline
Bowl of petunias
2
Joined: May 2010
Posts: 2
On all my other mIRC I used to include
in popups.ini in [bpopup] this command :

Clear all windows: scid -a clearall -snqmtg

usualy all the windows on all networks are clear.
on all mIRC 7 it's doesn't work, could you help me please ?

Joined: Dec 2002
Posts: 344
D
Pan-dimensional mouse
Offline
Pan-dimensional mouse
D
Joined: Dec 2002
Posts: 344
Removing the "-g" switch solves the problem. Since finger windows are no longer available in mIRC, the "-g" switch is no longer valid.

That said, the easiest way to clear all windows on all connections is to simply do:

Code:
/clearall -a


(No need to use /scid)

Last edited by drum; 24/05/10 01:05 AM.
Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks, it turns out this is due to the -g switch, which refers to the finger window that no longer exists in v7.x. The way the -g switch is handled has been fixed in the next version.

Joined: May 2010
Posts: 2
2
Bowl of petunias
OP Offline
Bowl of petunias
2
Joined: May 2010
Posts: 2
Thank you for your reply drum and Khaled,
its working now ^^.


Link Copied to Clipboard