Project

General

Profile

Actions

Bug #4873

closed

I got to know AdiIRC yesterday and I also tested problems for the first time yesterday

Added by armin armin about 4 years ago. Updated over 3 years ago.

Status:
Unconfirmed
Priority:
Normal
Assignee:
Category:
Interface
Target version:
Start date:
01/18/2020
Due date:
% Done:

0%

Estimated time:
Operative System:
Windows 7
Regression:
No

Description

Hi

Since 2005 I use mIRC, but since yesterday I use AdiIRC, the system of remotes and aliases and variables identical to mIRC make me very happy !!!

Here is the list of the problems found (which are not cool - I am using Windows 7 SP1 Ultimate 64bits):

  1. Already to start I tested the 64-bit version of AdiIRC, too many problems, I switched to the 32-bit version, I have the impression that it works better!
  2. Problem with sound card icon
  3. Loss of configuration (config.ini) sometimes when restarting the script AdiIRC
  4. Big lag as soon as you join 15 channels at the same time with more than 50 connected, it only lag when this script is activated :

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; Colors NickList : Girls and boys
;; Who_nicklist_asl version 1.3 (21.06.2019) 
;; Compatible pour 
;; divers serveurs IRC 
:: exemples: 
;; EuropNet, Discussionner, Andromede...
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

on 1:START: {
  .initialize_coloring
}

alias initialize_coloring {
  ; reset all entries in the clist
  var %compteur = 5
  while (%compteur <= $cnick(0,1)) {
    .uncolor_nick $cnick(%compteur)
    Inc %compteur 1
  }
}

on *:join:#: {
  if ( $me == $nick ) {
    who $chan
  } else {
  who $nick
  }
}

raw 315:*: {
  halt
}

raw 352:*: {

  ; Les "F" et "H" et "M" correspondent avec $10
  ; Format classique: 18 H 75
  if (  $10 == F || $10 == f ) {
    .cnick -r $6
    .cnick $6 13
  }
 else if (  $10 == H || $10 == h || $10 == M ) {
    .cnick -r $6
    .cnick $6 12
  }

 else if ( $right($left($9-,4),1) == F ) {
    ; Format 18;F;75
    .cnick -r $6
    .cnick $6 13
  } 
 else if ( $right($left($9-,4),1) == H ) {
    ; Format 18;H;75
    .cnick -r $6
    .cnick $6 12
  }

  else if (  $right($left($9-,4),1) == F ) {
    ; Format: 18/F/75
    .cnick -r $6
    .cnick $6 13
  } 
 else if ( $right($left($9-,4),1) == H ) {
    ; Format: 18/H/75
    .cnick -r $6
    .cnick $6 12
  }

  ;echo -a Response: $1-

  halt
}

on 1:NICK: { 
  .uncolor_nick $nick
  who $newnick 
}

on 1:JOIN:*: { 
  who $nick
}

on 1:QUIT: { 
  .uncolor_nick $nick
}

alias uncolor_nick {
  .cnick -r $1
}

Voila, AdiIRC is very good, I am ready to bury mIRC, but the bugs mentioned above are not cool

Actions

Also available in: Atom PDF