Jump to content

Error In Script Access Ading


Rashed

Recommended Posts

Script Access

.Add

..Admin: auser Level7 *! $ial($2,1).addr

..Owner: auser Level4 $address($$2,1)

..Host: auser Level2 $address($$2,1)

.Remove

..Admin: ruser Level7 *! $+ $ial($2,1).addr

..Owner: ruser Level4 $address($$2,1)

..Host: ruser Level2 $address($$2,1)



This format not working on nick list menue

the adding and removing not working

Link to comment
Share on other sites

  • 3 weeks later...

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.

Link to comment
Share on other sites

  • 1 month later...

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 )

Link to comment
Share on other sites

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
This would result in
Level7:*!*458e16f85@BuzzenPassport nickname
This will also work in the room Access but there is a limit to how many wildcard entries you can put in the Buzzen Access list
When it comes to room access it is better to use the full passport without the dynamic bit. ( use what's in green ).
I have created a simple alias that will get you the full non dynamic part of the gate.
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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...