|
Joined: Feb 2013
Posts: 11
Pikka bird
|
OP
Pikka bird
Joined: Feb 2013
Posts: 11 |
hello I have a problem, I can see QUITS users in the channel. Then the number of users increases and always in the nick list appear nicks that are no longer connected. I'm using mirc v7.29 installed on windows 7, regards Ivan, from Chile
exeCutive irc-hispano.org #scripting
|
|
|
|
Joined: Jun 2007
Posts: 933
Hoopy frood
|
Hoopy frood
Joined: Jun 2007
Posts: 933 |
Since, at first glance, this looks like a script issue, can you tell us what this returns when you paste it in mIRC?
//echo -a $os $version $md5($mircexe,2) $file($mircexe).sig $alias(0) $script(0) $dll(0) $com(0)
|
|
|
|
Joined: Feb 2013
Posts: 11
Pikka bird
|
OP
Pikka bird
Joined: Feb 2013
Posts: 11 |
This is the result
7 7.29 942102f04bb890f14f52a6b0047c92f7 ok 1 1 0 0
Regards
exeCutive irc-hispano.org #scripting
|
|
|
|
Joined: Oct 2012
Posts: 164
Vogon poet
|
Vogon poet
Joined: Oct 2012
Posts: 164 |
7 7.29 942102f04bb890f14f52a6b0047c92f7 ok 1 1 0 0 ^^ 1 alias file 1 script file
Try typing /!remote off and see if it helps.
|
|
|
|
Joined: Oct 2003
Posts: 3,918
Hoopy frood
|
Hoopy frood
Joined: Oct 2003
Posts: 3,918 |
mIRC will always return 1 for $script(0), because it's impossible to have "0" scripts loaded (a blank file will be automatically loaded). It's more likely that nothing (of importance) is in this file.
More importantly, scripts can't control contents of a nicklist, only the colors, so it would be extremely unlikely that the user has a script doing this.
I would go about this another way, because it seems like there could be a communication issue here:
exeCutive, can you describe more specifically what you are seeing? It would be helpful if you could answer as many of the following questions as possible:
1. You say the "number of users increases"-- where are you observing this increase? 2. When exactly is this increase in users happening? 3. Did any nicks join after the QUIT? 4. When do the nicks show up in the nicklist? 5. Are they coming back after another user joins, or are they not being removed at all? 6. Is this happening on a single channel, or all? 7. If all, can you join a small channel (1-10 people) and reproduce this?
- argv[0] on EFnet #mIRC - "Life is a pointer to an integer without a cast"
|
|
|
|
Joined: Oct 2004
Posts: 8,330
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,330 |
It sounds like JOIN messages are being halted or hidden, making it appear that no one joined, even though the more people appear on the nick list. And someone who quit could come back without any indication other than that they appear in the nicklist again. Just one possibility, anyhow.
Invision Support #Invision on irc.irchighway.net
|
|
|
|
Joined: Feb 2013
Posts: 11
Pikka bird
|
OP
Pikka bird
Joined: Feb 2013
Posts: 11 |
1. You say the "number of users increases"-- where are you observing this increase?
R.- In the title bar of the channel
2. When exactly is this increase in users happening?
R.- when a user enters
3. Did any nicks join after the QUIT?
R.- I can not see quits, I see only joins, parts, and other events but it quits. Many nicknames are still in the list of nicks but are not connected.
4. When do the nicks show up in the nicklist?
R.- when a user enters
5. Are they coming back after another user joins, or are they not being removed at all?
R.- not
6. Is this happening on a single channel, or all?
R.- all channels
7. If all, can you join a small channel (1-10 people) and reproduce this?
R.- yes, i can not see quits.
exeCutive irc-hispano.org #scripting
|
|
|
|
Joined: Jul 2006
Posts: 4,222
Hoopy frood
|
Hoopy frood
Joined: Jul 2006
Posts: 4,222 |
...
Here the deal: mIRC does not behave the way you described by default, therefore it's either a script, a mIRC's setting, or a bug. You were asked to try /remote off to see if it were a script, you never answered that question, having only one remote file loaded is enough, assuming it's nothing of importance is an assumption only and could be the problem here, you should have tried /remote off in the first place and reported the result back here. Anyway, it didn't seem to be the problem, so what is left? Settings: Riamus2 made a good point that has been, for some reasons, totally overlooked, but it's likely the problem here, go to the options (alt + o > irc > options > event's'button) and check that you are not hidding on quit event.
#mircscripting @ irc.swiftirc.net == the best mIRC help channel
|
|
|
|
|