mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2015
Posts: 1
M
Mostly harmless
OP Offline
Mostly harmless
M
Joined: Jul 2015
Posts: 1
Essentially I could use some help writing a script that will tell mIRC to send the ZNC server the message, "*status clearbuffer **name of query**" when the query is closed. HexChat has this feature but for some reason no one seems to have implemented it in mIRC.

Could someone more knowledgeable than me possibly help with this?

Thanks.

EDIT: I just wrote a small alias to do this.

/cq /msg *status clearbuffer $$1

so one would type /cq **nameofquery** and it would clear the buffer.

Hopefully someone could implement this in a remote so it is automated when the query is closed, but this is the best I can do.

Last edited by mackid1993; 14/07/15 07:53 PM.
Joined: Jan 2004
Posts: 1,358
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Jan 2004
Posts: 1,358
Code:
on *:close:?:*:msg *status clearbuffer $target


Link Copied to Clipboard