mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2018
Posts: 2
D
danie Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Dec 2018
Posts: 2
Well, I had to remove ver 7.54 because /onotice (for me) was doing this:
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test
[01:04:40] -> @#chaosbar&grill: test

I reinstalled 7.53 and the problem stopped .. (?)

Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thank for your bug report. Can you describe the problem a little more? Do you mean that /onotice is not sending the notice to other ops on the channel?

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
confirmed on 3 different networks, including those not recognizing the & prefix, swiftirc and freenode. They're sending a separate privmsg multiplied by each of the other ops in channel.

A workaround that works at these 3 different network ircd's is an alias like this:

Code:
alias onotice notice @ $+ $$chan optional_text_here $1-


This should work at the networks showing the @#channel bug. For other ircd's not supporting that format, this alias won't work. I'm guessing that the other networks not using the @#channel format are working fine, so at those networks the alias could selectively use "if ($network == name) !onotice $1- | else notice @ $+ $$chan $1-

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
each of the other ops are seeing the multiple onotices. If you're 1 of 4 ops in channel, you send out 3 privmessages and each of the other 3 ops see all 3.

Joined: Dec 2002
Posts: 5,411
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,411
Thanks this issue has been fixed for the next version.

Joined: Dec 2018
Posts: 2
D
danie Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
D
Joined: Dec 2018
Posts: 2
Thanks so much


Link Copied to Clipboard