Ticket #4 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Ballspec module incorrect enforcing restricted commands

Reported by: Maverick Assigned to: dugwyler
Priority: normal Component: Bots - TWBot
Version: Latest version from repository Severity: major
Keywords: Cc:

Description

Ewan: "The ballspec module allows ERs to change the amount of balls in any arena, despite it saying "This command is only for Mod+". Also, it lets you do it in non-setting specific arenas (Like ?go SUPAGUYZTRYOUTS) which then disconnects anyone who is in ANY non-setting specific arena. (I found this out the hard way)."

Attachments

Change History

03/20/07 14:25:53 changed by dugwyler

  • owner set to dugwyler.
  • priority set to normal.
  • status changed from new to assigned.
  • severity changed from minor to major.

03/20/07 14:30:30 changed by dugwyler

  • status changed from assigned to closed.
  • resolution set to fixed.

This command is open to abuse … it's hardly used and was controversial to begin with. Disabling.

In other news, I have no clue why this block doesn't work. Oh well.

            if( !( m_botAction.getOperatorList().isModerator(name) ) ) {
                m_botAction.sendPrivateMessage( name, "You must be a moderator to use this command." );
                return;
            }

Add/Change #4 (Ballspec module incorrect enforcing restricted commands)




Change Properties
Action