mIRC Home    About    Download    Register    News    Help

Print Thread
#51790 28/09/03 10:08 PM
B
bunar
bunar
B
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
R
r0ck0
r0ck0
R
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: 129
O
Vogon poet
Offline
Vogon poet
O
Joined: Jul 2003
Posts: 129
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
C
codemastr
codemastr
C
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
B
bunar
bunar
B
thanx oringod, it worked great !


Link Copied to Clipboard