Project

General

Profile

Actions

Bug #5586

open

2 bugs when running the new AdiIRC Beta of May 14

Added by armin armin almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
05/15/2022
Due date:
% Done:

0%

Estimated time:
Operative System:
All
Regression:
No

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

Actions #1

Updated by Per Amundsen almost 2 years ago

I am not able to reproduce, make sure you have balanced { } brackets, which is required now.

Actions #2

Updated by armin armin almost 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.

Actions #3

Updated by Per Amundsen almost 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-
} 
*/
Actions #4

Updated by armin armin almost 2 years ago

ok thanks i will do that

Actions

Also available in: Atom PDF