mIRC Home    About    Download    Register    News    Help

Print Thread
#51790 28/09/03 10:08 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
i have this in my popups:

.List Channels
..List with max 5 users:/list -max 5
..List with max 10 users:/list -max 10
..List with max 15 users:/list -max 15
..List with max 20 users:/list -max 20
..List with max 30 users:/list -max 30
..List with max 40 users:/list -max 40
..List with max 50 users:/list -max 50

but it list then ALL channels from 1 user to xx user

i am wondering how to make if i want to list for example channels with ONLY 5 users, so that all chans with 5 users will chow, not with 1, 2, 3, 4 and 5

possible?

#51791 28/09/03 10:10 PM
Joined: Jun 2003
Posts: 242
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Jun 2003
Posts: 242
try /list -min 1 -max 5

.List Channels
..List with max 5 users:list -min 1 -max 5
..List with max 10 users:list -min 1 -max 10
..List with max 15 users:list -min 1 -max 15
..List with max 20 users:list -min 1 -max 20
..List with max 30 users:list -min 1 -max 30
..List with max 40 users:list -min 1 -max 40
..List with max 50 users:list -min 1 -max 50

Last edited by r0ck0; 28/09/03 10:15 PM.
#51792 28/09/03 11:01 PM
Joined: Jul 2003
Posts: 132
O
Vogon poet
Offline
Vogon poet
O
Joined: Jul 2003
Posts: 132
answer is:

/list -min 5 -max 5

so mIRC will search channels with minimum 5 users AND maximum 5 users... now it will display channels with ONLY 5 users.

#51793 29/09/03 12:01 AM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
Max means "maximum." A maximum is the highest size, not the required size. If you set a maximum of 10 then it means you want any channel with no more than 10 users, not a channel with exactly 10 users.

#51794 29/09/03 09:15 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
thanx oringod, it worked great !


Link Copied to Clipboard