mIRC Home    About    Download    Register    News    Help

Print Thread
#46715 03/09/03 01:19 AM
Joined: Sep 2003
Posts: 7
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Sep 2003
Posts: 7
Now when I recconect for any reason mirc doesn't rejoin my channels automatically I have to cycle them and the appropriate box is ticked in the options.

Also mirc now floods me off easily when getting large amounts of text eg. akill list from services (mirc 6.03 doesnt do this same settings) I was told because my mirc now does /who on join if this is the case then why was this changed.

indeed adding the following line to my remote area fixed this but it wasnt needed in mirc 6.03.

alias who { if ($nick( # ,0) > 400) { .who # } | else { echo -a ERROR who has not been preformed. to many users in # } }

#46716 03/09/03 01:23 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
If mIRC 6.1 does perform a /who when you join a channel then it's an option I don't have enabled and cannot find in either the options screen or versions.txt.

Maybe you have a script doing it? Many scrips do that so nickcoloring, clone detection and various other things work all the time.

#46717 03/09/03 01:37 AM
Joined: Sep 2003
Posts: 7
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Sep 2003
Posts: 7
I dont run a mirc script

#46718 03/09/03 01:42 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Type /debug @debug and rejoin a smallish channel, does a /who get sent by mIRC? If so type /remote off and try again. Does it still get sent?

#46719 03/09/03 07:02 AM
Joined: Dec 2002
Posts: 212
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Dec 2002
Posts: 212
Is it just me or this alias will work only on large channels, which is not the point?


And all I need now is intellectual intercourse, a soul to dig the hole much deeper
#46720 03/09/03 10:16 AM
Joined: Sep 2003
Posts: 7
C
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
C
Joined: Sep 2003
Posts: 7
2 updates the /who isnt shown in debug so that isnt to blame I guess

and the line it seems makes no difference anyway

the 1 time it worked must have been a fluke but it defenitly works everytime on mirc 6.03.

quit reason Quit (SendQ exceeded)

#46721 03/09/03 12:11 PM
Joined: Mar 2003
Posts: 160
Vogon poet
Offline
Vogon poet
Joined: Mar 2003
Posts: 160
This kind of relates to a post i done yesterday, mIRC has a new option to do /who onjoin, options -> IRC -> options
now, on plain mIRC the switch works, but i always do a /who onjoin in my script, and it relays everything nice and tidy and matching to my script in the status window, but the default switch doesn't turns it on or off, now i scripted it, i had to make my own switch, but also i've joined large channels in excess of 1000 users and i've never flooded off, maybe lagged by a few seconds.

#46722 03/09/03 12:18 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
If you're refering to the "Nicks on join" option then that does not do a /who on the channel. It doesn't perform any extra commands, it simply shows/hides the raws that get sent to you when you join a channel.

You must have an on JOIN script doing a /who, or be on a very wierd server.

#46723 03/09/03 02:25 PM
Joined: Mar 2003
Posts: 160
Vogon poet
Offline
Vogon poet
Joined: Mar 2003
Posts: 160
Thats what i'm saying.
i scripted the /who raw to echo the users details from a channel into the status window, but using the show nicks on join option in mIRC didn't seem to work for me, so i just added this
on *:join:*:{ if ($nick == $me) { if ($chan(#).ial == $false) { who # } } }

#46724 12/09/03 04:24 AM
Joined: Feb 2003
Posts: 810
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Feb 2003
Posts: 810
That option isn't related to /who raw replies.. it's related to /names, which gives all nicks on a channel, not the further info that /who gives. That's why it didn't seem to work.


* cold edits his posts 24/7

Link Copied to Clipboard