Bug #5586
open2 bugs when running the new AdiIRC Beta of May 14
0%
Description
The 1st bug, it appears on Status from the IRC server joined:
[15:36:37] * off Unknown command
[15:36:37] * off Unknown command
[15:36:37] * off Unknown command
[15:36:37] * off Unknown command
[15:36:37] * off Unknown command
[15:36:37] * off Unknown command
...
The number is very large, it hardly stops
The second bug:
off *:SNOTICE:*Client connecting*91.169.....*: { echo -at 91.169... is connected: 4 $4 - $1- }
Warning: this script must not be modified, you must leave "off " and not "on "
maybe the two bugs are the same error because both are an "off" error
I restored the old adiirc from March 2022
Updated by Per Amundsen over 2 years ago
I am not able to reproduce, make sure you have balanced { } brackets, which is required now.
Updated by armin armin over 2 years ago
on *:SNOTICE:*Client connecting*: { if ( 2a01:cb14:.... isin $6 ) { echo -at 2a01:cb14:.... 4 $4 - $1- } } off *:SNOTICE:*Client connecting*91.169.....*: { echo -at 91.169.... 4 $4 - $1- }
Oh I found it, try this one
There is a conflict with the two, and yet for years they have not caused any problems.
Updated by Per Amundsen over 2 years ago
I can reproduce with this script.
Since "off" is not a valid syntax, for now, just comment it with:
/* off *:SNOTICE:*Client connecting*91.169.....*: { echo -at 91.169.... 4 $4 - $1- } */