mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2021
Posts: 2
M
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Oct 2021
Posts: 2
When I send tags on a server with the capabilities
Code
labeled-response message-tags
, mIRC adds a label tag and also duplicates my own tags to a second tag token, breaking protocol.

I type:
Code
/raw @+test=foo PRIVMSG #test :test


mIRC actually sends:
Code
@+test=foo;label=0026 @+test=foo PRIVMSG #test :test


I'd really like mIRC to not fiddle in raw messages at all, but if the label really needs to stay, please at least remove the duplicate tags token so that it doesn't break the IRC protocol.

Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
I don't have a snap judgement on whether or not /raw should be adding tags or not, but.

In the mean time, you can use the /parseline command which sends out /raw messages at the sub-protocol level, and mIRC won't tinker with them.

/parseline -otqnu1 @+test=foo PRIVMSG #test :test

/alias /paw .parseline -otqnu1 $$1-
/paw @+test=foo PRIVMSG #test :test

Last edited by Raccoon; 26/10/21 10:55 AM.

Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Joined: Oct 2021
Posts: 2
M
Bowl of petunias
OP Offline
Bowl of petunias
M
Joined: Oct 2021
Posts: 2
Nope, just tried that, it's exactly the same problem except for some reason I always get label=0000:

Code
/.parseline -otqnu1 @+test=foo PRIVMSG #test :test

-> @+test=foo;label=0000 @+test=foo PRIVMSG #test :test

Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
I will have to defer to @Khaled


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thanks for your bug report. I was able to reproduce this issue. This has been fixed for the next version.


Link Copied to Clipboard