What do you mean by not working? From what I can see, it should work, but only if you have selected at least two nicks. That does not mean it should work on all nicks you have selected, but on the second one.
I think there is error in format of auser and ruser because when i select a nick and give it the access it doesn't added to the users and also the remove
and if it is added the level not work ( no response from script to the nick orders )
Any help here ?!!!!!!!!!!!!!!!!!!!!
Helloooooooooooo ,, any helpppppppppp
if that is in your nicklist you should be using $$1 instead of $$2
Get information about ircWx here
ok a couple of issues. first you posted this in general ircd. buzzen is not ircd.
next you need to understand the buzzen has a dynamic passport ( meaning it changes )
example using the passport you gave
2.3c434f4.2df1e2ebee524738bb7bd06458e16f85@BuzzenPassport
The colored areas change for multicore supported reasons
Adding the passport to anything in this format will not work long term.
The only part of that passport that stays the same is the part i put in green bold below
2.3c434f4.2df1e2ebee524738bb7bd06458e16f85@BuzzenPassport
If you are using this in your mirc levels the easiest way is to use
Script Access .Add ..Admin: auser Level7 $address($$1,1) $$1
alias gaddy {
var %n $numtok($ial($1).user,46)
if (%n isnum 1-3) { return $gettok($ial($1).user,%n,46) }
else { return $ial($1).user }
}
Example using this alias
ACCESS %#channelname ADD DENY $gaddy($nickname) 1440 : Banned
Get information about ircWx here
Sign in to reply or start a new topic where your account has permission.