Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: PAL-18 on April 04, 2013, 11:53:09 AM

Title: BanID Access Isint Working
Post by: PAL-18 on April 04, 2013, 11:53:09 AM
I have an admin group that should have access to the banid command (it is checked), but whenever they use the command; nothing happens.

I have the command set up with a limit of 1d:1w

Any idea why it isint working?  Users are still able to use the ban command (its also set for a limit of 1d:1w) fine.
Title: Re: BanID Access Isint Working
Post by: Megiddo on April 04, 2013, 01:22:16 PM
Any errors in console?
Title: Re: BanID Access Isint Working
Post by: PAL-18 on April 04, 2013, 02:23:07 PM
Console says this:

Can't ban users with ID ":"
Title: Re: BanID Access Isint Working
Post by: Megiddo on April 04, 2013, 08:05:40 PM
Oh, you have the permission set incorrectly, you want something like this:

Code: [Select]
ulx groupallow admin "ulx banid" "* 1d:1w"
It sounds like it's currently set to this:

Code: [Select]
ulx groupallow admin "ulx banid" "1d:1w"
Notice the difference of which argument is being specified.
Title: Re: BanID Access Isint Working
Post by: PAL-18 on April 04, 2013, 11:42:25 PM
Sort of.  Here's what they're to:

"ulx banid"   "*1d:1w"
"ulx ban"   "*1d:1w"
"ulx voteban" "*1d"

Is the space needed?
Title: Re: BanID Access Isint Working
Post by: Megiddo on April 05, 2013, 06:33:08 AM
Yes. The space indicates a different argument.