ga526321 / prat

Automatically exported from code.google.com/p/prat
GNU General Public License v3.0
0 stars 0 forks source link

Don't need module options displayed twice in FuBar menu for aliased args #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 - What version of Prat are you using?

 2.1 beta

 - Do you use embedded libraries or standalones?

Embedded.

 - What language/realm type?

enGB / EU realm

 - What steps will reproduce the problem?
1. Define moduleOptions for the module including the args group.
2. Set moduleOptions.args.examplecmd = moduleOptions.args.examplealias (to
allow people the option of using either examplecmd or examplealias when
using slash commands)
3. There is now two entries in the FuBar menu for the same option.

 - What is the expected output? What do you see instead?

Only one menu item expected. Two are displayed.

 - Please provide any additional information below.

Maybe check for duplicate options and skip when building the FuBar menu?

Original issue reported on code.google.com by ptvpe...@gmail.com on 28 Jan 2007 at 4:46

GoogleCodeExporter commented 9 years ago
cant you just register another slash command for whatever it is?

Original comment by sylvan...@gmail.com on 1 Feb 2007 at 8:04

GoogleCodeExporter commented 9 years ago
I will do, good idea thanks.

Original comment by ptvpe...@gmail.com on 7 Feb 2007 at 12:42

GoogleCodeExporter commented 9 years ago

Original comment by sylvan...@gmail.com on 8 Apr 2007 at 1:47