mIRC Home    About    Download    Register    News    Help

Print Thread
#202511 23/07/08 08:57 PM
M
michael2
michael2
M
Is there a method to make user levels only for a specfic network and not global?

#202514 23/07/08 09:04 PM
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
No. User levels are stored globally. How you use them, however, is up to you. Just because the level is globally stored doesn't mean you have to use it that way-- you can check $network or $cid in your events to verify that the user in question is on the right network, thereby implementing network specific user levels. Of course, you cant share user level numbers/names, so you do need a unique one for each network, but that should only be a minor issue.

#202516 23/07/08 10:20 PM
Joined: Aug 2003
Posts: 143
M
Vogon poet
Offline
Vogon poet
M
Joined: Aug 2003
Posts: 143
Hi.

Or you can always use the $network and/or $chan in the user level name.
For example.

auser $+( $network, $chan, 1) Extreminador

on the "User" part it will show something like this.

EFnet#mirc1:Extreminador

good luck

Last edited by Miguel_A; 23/07/08 10:20 PM.

Link Copied to Clipboard