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 over 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 #1

Updated by Per Amundsen over 4 years ago

armin armin wrote:

  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!

There is virtually no difference between the 32 and 64 bit build, besides 32 bit can only load 32 bit $dll and 64 bit can only load 64 bit $dll.

  1. Problem with sound card icon

Please elaborate.

  1. Loss of configuration (config.ini) sometimes when restarting the script AdiIRC

What script? Please elaborate.

  1. 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 :

AdiIRC has built-in random nick colors, I suggest trying that instead https://dev.adiirc.com/projects/adiirc/wiki/Nick_Colors_Options#Use-random-nick-colors

Actions #2

Updated by armin armin over 4 years ago

Per Amundsen wrote in #note-1:

armin armin wrote:

  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!

There is virtually no difference between the 32 and 64 bit build, besides 32 bit can only load 32 bit $dll and 64 bit can only load 64 bit $dll.

With the 64 bit version, sometimes when I turn off the script AdiIRC or the program "AdiIRC" there is a debugging error / send the error to microsoft, just that I think, it should be turned on and fall on the error at any time of the day

  1. Problem with sound card icon

Please elaborate.

I resolved the problem by going to Start> Programs> K-Lite Codec Pack> LAV Audio> I unchecked "enable system tray icon" - The icon is always displayed in the status bar when I receive a sound alert of the AdiIRC program, it does not occur as soon as the sound is deactivated

  1. Loss of configuration (config.ini) sometimes when restarting the script AdiIRC

What script? Please elaborate.

The AdiIRC script = The AdiIRC program (the portable version my preference)
Yes sometimes config.ini has the parameters reset by default as soon as I start the AdiIRC program (even 32 bits)

  1. 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 :

AdiIRC has built-in random nick colors, I suggest trying that instead https://dev.adiirc.com/projects/adiirc/wiki/Nick_Colors_Options#Use-random-nick-colors

No I don't want to, I need to put the girls in pink and boy in blue according to their gender integrated into the realname, this is important for me

Actions #3

Updated by Per Amundsen over 4 years ago

armin armin wrote in #note-2:

With the 64 bit version, sometimes when I turn off the script AdiIRC or the program "AdiIRC" there is a debugging error / send the error to microsoft, just that I think, it should be turned on and fall on the error at any time of the day

That is definitely not normal, do you have any on EXIT scripts, if so, maybe try disable them.

  1. Problem with sound card icon

Please elaborate.

I resolved the problem by going to Start> Programs> K-Lite Codec Pack> LAV Audio> I unchecked "enable system tray icon" - The icon is always displayed in the status bar when I receive a sound alert of the AdiIRC program, it does not occur as soon as the sound is deactivated

AdiIRC uses regular windows beeps, not sure how k-lite could interfere with that, but for playing media files, it uses the windows media player, it's possible that doing so triggers the k-lite plugins, nothing I can do about that though.

The AdiIRC script = The AdiIRC program (the portable version my preference)
Yes sometimes config.ini has the parameters reset by default as soon as I start the AdiIRC program (even 32 bits)

This could be related to the crash on exit, e.g adiirc is writing to the config file during the crash, that's all I can think of. Although there are several layers of protection against that, some more was added in the 3.8 beta, you can get it by typing /betaup.

No I don't want to, I need to put the girls in pink and boy in blue according to their gender integrated into the realname, this is important for me

Retrieving /who data from many channels at once is gonna lag, e.g it's gonna take some time for the server to send all the data, not sure adiirc can do anything about that.

You could try put the /who requests in a timer so they don't all fire at once.

Actions #4

Updated by armin armin over 4 years ago

That is definitely not normal, do you have any on EXIT scripts, if so, maybe try disable them.

I just checked, there is no on :exit: on AdiIRC

AdiIRC uses regular windows beeps, not sure how k-lite could interfere with that, but for playing media files, it uses the windows media player, it's possible that doing so triggers the k-lite plugins, nothing I can do about that though.

The icon of "Lav Audio" it left as soon as I click on the tray in the status bar to display the Adiirc window

This could be related to the crash on exit, e.g adiirc is writing to the config file during the crash, that's all I can think of. Although there are several layers of protection against that, some more was added in the 3.8 beta, you can get it by typing /betaup.

we would have to find out where the crash comes from

Retrieving /who data from many channels at once is gonna lag, e.g it's gonna take some time for the server to send all the data, not sure adiirc can do anything about that.

one would think that it works in "sync" but it would have to be "async"

Actions #5

Updated by Per Amundsen over 4 years ago

we would have to find out where the crash comes from

Since this is a hard windows crash, it's gonna be very difficult.

The only way that can give some clues, is to create a file called debug.txt in your adiirc folder, it records every step taken during exit, figuring out the last successful step could help.

_Remember to delete this file at some point, it can grow very large.

one would think that it works in "sync" but it would have to be "async"

Not sure what you mean by this.

Actions #6

Updated by armin armin over 4 years ago

Hello

3 hours ago I put adiirc.exe 64 bits and also debug.txt, I was going to go to sleep and I closed the program before turning off the computer and here is the crash error report:

19/01/2020 01:33:13 - Closing step 1
19/01/2020 01:33:13 - Closing step 2
19/01/2020 01:33:13 - Closing step 3
19/01/2020 01:33:13 - Closing step 4
19/01/2020 01:33:13 - Closing step 5
19/01/2020 01:33:13 - Closing step 6
19/01/2020 01:33:13 - Closing step 7
19/01/2020 01:33:14 - Closing step 8
19/01/2020 01:33:14 - Closing step 9
19/01/2020 01:33:14 - Closing step 10
19/01/2020 01:33:14 - Closing step 11
19/01/2020 01:33:14 - Closing step 12
19/01/2020 01:33:14 - Closing step 13
19/01/2020 01:33:14 - Closing step 14
19/01/2020 01:33:14 - Closing step 15
19/01/2020 01:33:14 - Closing step 16
19/01/2020 01:33:14 - Upnp: cleared all open ports (0)
19/01/2020 01:33:14 - Closing step 17
19/01/2020 01:33:14 - Closing step 18
19/01/2020 01:33:14 - Closing step 19
19/01/2020 01:33:14 - Closing step 20
19/01/2020 01:33:14 - Closing step 21
19/01/2020 01:33:14 - Closing step 22
19/01/2020 01:33:14 - Closing step 23
19/01/2020 01:33:14 - Closing step 24
19/01/2020 01:33:14 - Closing step 25
19/01/2020 01:33:14 - Closing step 26
19/01/2020 01:33:14 - Closing step 27
19/01/2020 01:33:14 - Closing step 28
19/01/2020 01:33:14 - Closing step 29
19/01/2020 01:33:14 - Closing step 30
19/01/2020 01:33:14 - All ok, closing
19/01/2020 01:33:14 - GlobalHotKey: unregistered, handle is True - 56200037
19/01/2020 01:33:14 - Main: Cannot access a disposed object.
Object name: 'Switchbar'.
19/01/2020 01:33:14 - Main: Cannot access a disposed object.
Object name: 'MainForm'.

Signature du problème :
Nom d’événement de problème: CLR20r3
Signature du problème 01: AdiIRC.exe
Signature du problème 02: 3.8.0.0
Signature du problème 03: 49d87c18
Signature du problème 04: System.Windows.Forms
Signature du problème 05: 4.7.3062.0
Signature du problème 06: 5ab9529b
Signature du problème 07: cf5
Signature du problème 08: 141
Signature du problème 09: System.ObjectDisposedException
Version du système: 6.1.7601.2.1.0.256.1
Identificateur de paramètres régionaux: 1036
Information supplémentaire n° 1: 509f
Information supplémentaire n° 2: 509fc62a826eea1fede710f3f64241fc
Information supplémentaire n° 3: 8c46
Information supplémentaire n° 4: 8c463beca68e4557a9e4f5badd4ff034

Lire notre déclaration de confidentialité en ligne :
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x040c

Si la déclaration de confidentialité en ligne n’est pas disponible, lisez la version hors connexion :
C:\Windows\system32\fr-FR\erofflps.txt

Actions #7

Updated by Per Amundsen about 4 years ago

The log just confirms AdiIRC is closing down correctly, there should be no more writes to config.ini after this.

As expected, there is not enough information in the windows crash to determine the cause.

I'm out of ideas for now.

Actions #8

Updated by armin armin about 4 years ago

ok

I also have this each time the AdiIRC software is started :

19/01/2020 09:55:27 - UsePcre = True, VCInstalled = True, TestRegex = True
19/01/2020 09:55:27 - Add Upnp:Le service a renvoyé un code d’erreur qui lui est spécifique. (Exception from HRESULT: 0x8007042A)
19/01/2020 09:55:29 - 217.182.xxxxx - Connect called
19/01/2020 09:55:29 - 217.182.xxxxx - Connect called and working

error : 19/01/2020 09:55:27 - Add Upnp:Le service a renvoyé un code d’erreur qui lui est spécifique. (Exception from HRESULT: 0x8007042A)

Actions #9

Updated by Per Amundsen about 4 years ago

it usually means your firewall and/or router doesn't allow using automatic Upnp port forwarding for the Identd server on port 113.

Actions #10

Updated by armin armin about 4 years ago

Per Amundsen wrote in #note-9:

it usually means your firewall and/or router doesn't allow using automatic Upnp port forwarding for the Identd server on port 113.

ah ok so I leave it like that on block

Actions #11

Updated by armin armin about 4 years ago

Look, I'm showing you the problem with the "LAV Audio" icon:

By default, it is on "checked":

Now I open AdiIRC, and I wait for someone to write me in pm, it will make a noise and AdiIRC must be minimized

They just wrote to me in pm:

the icon remains blocked until I click on the adiirc icon,

look after clicking:

the icon is gone, it is not normal for the icon to remain displayed, it should leave as soon as the sound is finished

Actions #12

Updated by Per Amundsen about 4 years ago

I made some changes for next beta (soon) which tries to ensure the media player is closed after playing a sound file, let me know if that fixes it.

Actions #13

Updated by armin armin about 4 years ago

when will the beta version be available?

Actions #14

Updated by armin armin about 4 years ago

ah ok i looked: https://adiirc.com/changelog.php
10-30 days

Actions #15

Updated by armin armin about 4 years ago

The log just confirms AdiIRC is closing down correctly, there should be no more writes to config.ini after this.

there was the debug window of windows, but yes I started AdiIRC then and it had not lost the configuration, I do not know how to reproduce this bug

Actions #16

Updated by armin armin about 4 years ago

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

in fact in the remote which generates the colors of sex (pink and blue), it seems that AdiIRC does not support the flood of "/cnick" :( there is not a way to correct that in the beta version?

Actions #17

Updated by Per Amundsen about 4 years ago

Every use of /cnick has to write all the nicks and their color to the config file and also repaint every Nicklist, I don't see any way to make that faster atm.

Actions #18

Updated by armin armin about 4 years ago

ah ok so then if there are 300 nicknames, it saves 300 times in the file "config.ini"? It's a shame it saves in config.ini because it's temporary, can't you create a flag to ignore saving each nick in config.ini?
maybe it would be faster then

Actions #19

Updated by Per Amundsen about 4 years ago

In theory yes, but it does create new problems such as not being able to control the order of nick color rules since they would have to be either added at the end or at the start of the rules list. (Rules order are set in Options -> Nick colors or through the /cnick -sN switch).

Since you don't care about persistence, maybe adding a new switch to /cline allowing <@name> to be a #channel instead.

You can loop through $comchan to find the channels they are on and then use something like this:

alias colornick {
  ; use as /colornick <nick> <color>
  ; $1 is nick, $2 is color
  var %s $comchan($1, 0), %c 0
  while (%c < %s) {
    inc %c
    cline -lW $2 $comchan($1, %c) $1
  }
}

Assuming they are all on the same network, otherwise you have to add /scon or /scid as well.

Actions #20

Updated by armin armin about 4 years ago

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
}

alias colornick {
  ; use as /colornick <nick> <color>
  ; $1 is nick, $2 is color
  var %s $comchan($1, 0), %c 0
  while (%c < %s) {
    inc %c
    cline -lW $2 $comchan($1, %c) $1
  }
}

raw 352:*: {

if (  $right($left($9-,4),1) == F ) {
    ; Format: 18/F/75
   ; .cnick -r $6
   ; .cnick $6 13
    .colornick $6 13
  } 
 else if ( $right($left($9-,4),1) == H ) {
    ; Format: 18/H/75
    ;.cnick -r $6
    ;.cnick $6 12
    .colornick $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
}

AdiIRC has the windows all occupied (freez) while it is busy adding cnick or cline, it is not good that it is occupied like that, it is synchrome this and not asynchrome :(

Actions #21

Updated by Per Amundsen about 4 years ago

I have not actually added that -W parameter to /cline, I was proposing adding it.

Actions #22

Updated by armin armin about 4 years ago

with or without "W", the lag / freezing of AdiIRC is too strong when arriving on the channels. The closer the peak hours are, the more people there are and the longer the freezing is.

Actions #23

Updated by armin armin about 4 years ago

Hi

I updated, to the new beta, the bug of the icon with the driver "Lav Audio" is repaired, it works well

Actions #24

Updated by armin armin almost 4 years ago

On version 3.9 beta, the remote which attributes pink (girl) and blue (boy) is very useful in my case, if I had to leave it I would resume mirc to have this important option.

On the adiirc 3.9 beta version, this lag / freez of adiirc still exists!

I discovered a new problem that could be related, do this:

1) In your config.ini add this:

[Nicks]
n0=¦4¦@¦False¦False¦3¦-1¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n1=¦7¦%¦False¦False¦3¦-1¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n2=¦3¦+¦False¦False¦3¦-1¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n3=Tinou32¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n4=lelevisien¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n5=Ardek¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n6=jeromemarie¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n7=barek3idkom¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n8=AdiiL1¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n9=Nathan¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n10=moreno¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n11=Saule¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n12=kmar45¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n13=Loulouu¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n14=Mario¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n15=Khalid_Kech¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n16=Farees_guillaume¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n17=Bebecita¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n18=fawaz122¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n19=Amira1245¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n20=Abel75¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n21=Alexander_Bg_Metis_28¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n22=Star_platinium¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n23=lol789987¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n24=imad28¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n25=Extra_extasy¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n26=Chi_mtatma¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n27=Der_Fuchs¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n28=doctor228989898¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n29=Senator¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n30=Jihanee¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n31=amour_fatal¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n32=Mathieu38¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n33=Samir007¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n34=le_sortif2020¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n35=Gregj¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n36=Fouad99¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n37=Soufiaane21¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n38=Mustapha_34¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n39=Salah07¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n40=scientifique¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n41=Guest40436¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n42=Arnaud31¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n43=Afraw¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n44=nacim¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n45=Invitedz¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n46=Aly¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n47=Harley¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n48=Amalia¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n49=hasssan¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n50=Hitchiama¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n51=My¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n52=Lotfi_1¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n53=Nouha¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n54=zopikbir¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n55=kech22¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n56=Sosso¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n57=Naji¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n58=zeus2¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n59=Tarik__37¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n60=Blanc¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n61=Anwar4¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n62=Manoon¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n63=Rimming¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n64=Ousou83¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n65=adn75k¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n66=Ussam_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n67=Fatirose¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n68=fares122¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n69=Rot_op¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n70=Mecposer90¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n71=Mzabab¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n72=Laylosee¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n73=saba777¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n74=Yasssiin¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n75=Salah0¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n76=safae96¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n77=Slm¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n78=maroucasa¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n79=Joli-Verbe¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n80=larenard2¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n81=nousdeuxweekend¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n82=Lillyy¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n83=affec¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n84=Mohamed350¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n85=Khaliid¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n86=Nice-dude¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n87=Chi_hnina40_Casa¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n88=Bouchra80¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n89=Salim_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n90=Etoil¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n91=Monbonn¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n92=ToietMoi¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n93=iZual¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n94=Legerement_ronde_¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n95=Velaire¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n96=Zig-Zag¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n97=brume¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n98=tigre¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n99=crassemin¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n100=jolie_rondelette¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n101=_sissi¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n102=Bernachosaure¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n103=wildsyd999¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n104=etoiledenuit¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n105=NaelhyaLOVEMaxime¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n106=louxiia¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n107=Andy0073¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n108=Fabian¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n109=Laraa98¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n110=david60¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n111=SabrinaBlond01¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n112=alvon¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n113=lafilledu80220¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n114=Manon21¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n115=fabb¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n116=Inco¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n117=moi57¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n118=seb_60¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n119=MerguezParty¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n120=Lumiere242¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n121=marco1991¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n122=zak¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n123=_Panzer¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n124=kayne-kho¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n125=juren¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n126=Emmaa¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n127=samy33¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n128=yelloww¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n129=heliux¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n130=LePetitLutinMTL¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n131=Jean-seb33¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n132=justincoolquebec¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n133=khaled240¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n134=Nbehdlekkk¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n135=Avin¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n136=mol_lbomba1¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n137=daryl¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n138=uchiha¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n139=hob_e¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n140=slyze¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n141=nuuul¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n142=fornicateur¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n143=Thomas32¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n144=gharib_fi_gorbatih¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n145=Walter123¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n146=JB0047¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n147=Marie¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n148=amoursauvage¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n149=Blondelle¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n150=Botlog¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n151=Boyman¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n152=castor75¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n153=coeurieux¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n154=Samir_Samir_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n155=_haawai_asfi¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n156=bellaaa¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n157=Barek3idkom_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n158=Carolo11¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n159=_Lucas_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n160=yassin212¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n161=Antony¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n162=aylan¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n163=sifeddine¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n164=Adil350¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n165=Lovense¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n166=Khadija99¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n167=SayHiToMe¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n168=zalale¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n169=Zhwani¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n170=polar-757¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n171=ericdu62¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n172=David26¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n173=JeSuisSimple¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n174=sebaba7878¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n175=cocan¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n176=Lila¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n177=Sand81¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n178=Tidan59¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n179=Ihssan¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n180=Baby_¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n181=annababysitter¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n182=Mouna_¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n183=aml¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n184=Maverick¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n185=perfectbella14¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n186=MrSobad¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n187=Nidhal331_TN¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n188=jean11100011¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n189=Chbanat260¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n190=JusDorange¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n191=Hossni65¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n192=Golden_dragon¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n193=Sonia8¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n194=sauvagement_belle¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n195=Mattt¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n196=Juliano_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n197=Kinator¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n198=Fati¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n199=Homme_46¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n200=Samirparis2020¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n201=Nota79¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n202=Ezer¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n203=adam-¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n204=Steph06¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n205=Mister39¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n206=Balisto¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n207=Walid1¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n208=lea81¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n209=Black-agadir¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n210=Nlhaslik_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n211=Amir21¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n212=Aminejj¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n213=CuteSkirt¦13¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n214=Tamir¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n215=Agadir_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n216=Robber¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n217=Dukes¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n218=Adham¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n219=Relip¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n220=Sphinx¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n221=Cooler_¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦
n222=Samir3520¦12¦¦False¦False¦3¦0¦¦False¦False¦False¦¦False¦False¦False¦¦¦False¦False¦0¦-1¦

2) Then close adiirc

3) Open adiirc, you will see with the mouse cursor (Windows 7) that it has been transformed into loading for almost 3 or 4 seconds. Remember that for 3 or 4 seconds this is a "freezing". It is exactly the same thing that happens when you connect on channels with a much larger freezing which could last nearly 30 seconds to 2 minutes if the average of the cahnnelms is at least 50 connected.

4) Delete all the items you just added in [Nicks] directly on the ini file or by the options> nicklist

5) turn off adiirc

6) turn on adiirc, no freez, no loading on the cursor,

the problem comes from the nicklist and colors ... !

Actions #25

Updated by armin armin almost 4 years ago

Hi

Otherwise can you create an option, for example I check:

"See the girls in pink and boys in blue"

And you detect sex by realname, I give an example with a JavaScript style:

if ( ^18/H/75 .realname.from("toto") {
// nickname in color blue on nickserv and message
// H boy
// The "/" is separation (space or "/")
}

if ( ^18/F/75 .realname.from("toto") {
// nickname in color pink on nickserv and message
// F girl
// The "/" is separation (space or "/")
}

and do that with regex, is it possible?

Actions #26

Updated by armin armin almost 4 years ago

nicklist* (not nickserv)

Actions #27

Updated by armin armin almost 4 years ago

Hi

Is it possible to fix the bug/lag of mass-cnicks ?

This is the only biggest known issue on the version I am using: Adiirc 3.9 2020/04/17 :
https://www.wiki-irc.com/Comparer_entre_AdiIRC_et_mIRC

Then as soon as this bug is corrected, I would like to create a custom AdiIRC, for example the name: Adi`Script (or Adis`Script) and it will use AdiIRC and there will be lots of pre-installed scripts, examples:

- More complete aliases + Anope 2 menu (already created)
- Several remotes
- A nice design with images in the background and menubar
- The default FR language
- The remote of cnick for girls (pink) and boy in blue and users in dark gray and operators in red, and halfop in orange and voices in green.
-
There won't be much to do, work less than an mIRC.

And create a site www.adiscript.com

But the mass cnick it lag too, the users are not going to like, they are not used to not seeing the girls in pink and the boys in blue...

There are a lot of users here who are struggling with mIRC scripts dating from 2008, and the simplest would be to redirect them to adiscript.com for example or something that is created with AdiIRC

Actions #28

Updated by Per Amundsen almost 4 years ago

I am not seeing any speed issues loading AdiIRC with thousands of nick color rules, works perfectly fine, loading nick color rules is a pretty simple task.

I also joined a channel with thousands of users to verify applying nick color rules are fast.

I also made a fake script that added all the users in the nick color list as fake users several times over to verify applying nick color rules for users in the nick color list are fast as well.

If mirc works better for you, I suggest sticking to that for now.

Actions #29

Updated by armin armin almost 4 years ago

Ah yes I just downloaded AdiIRC (executable) and I just put it in a folder "adiirc test" and I launched AdiIRC and I put my remote "nick boy and girl colors" and I configured the connection to the server irc with SASL and I am entering a channel and indeed there is no lag.

I will examine the following points to find the flaw on my AdiIRC script that I have been using since January, here are the details that I will examine:

1) Testing ZNC and AdiIRC may be problematic together

2) Test to see if it is a special problem identified with current /oper on Unrealircd 5 (and 4 before)

3) Test scripts and options in AdiIRC to find the flaw that makes everything the bug of nicklist

several other tests to be performed

Actions #30

Updated by armin armin almost 4 years ago

finally I tested, the lag is not at all too strong if we join 1 or 2 channels, but with 23 channels there is a lot of lag in the nicklist for almost 30 seconds at each reconnection even of the bnc

Actions #31

Updated by Per Amundsen over 3 years ago

  • Category set to Interface
  • Status changed from New to Unconfirmed
  • Assignee set to Per Amundsen
Actions

Also available in: Atom PDF