Ticket #13280 (closed defect: fixed)
Menu items for IRC are disabled
| Reported by: | wbowling | Owned by: | zacw |
|---|---|---|---|
| Milestone: | Component: | Service/IRC | |
| Version: | 1.5hg | Severity: | normal |
| Keywords: | IRC Menu Items | Cc: | |
| Patch Status: | Rejected |
Description
Summary
Currently any IRC account action menu items are disable, eg View MOTD from libpurple.
Steps to reproduce
File -> IRC Account -> View MOTD
Expected results
Menu item should be enabled if the account is connected.
Actual results
Menu item is disabled all the time.
Regression
Happens because of d11404141154 and menu items with no tag specified default to an AIOperationRequirement of AIRequiresHalfop.
Notes
Patch adds AIRequiresNone as the first item in AIOperationRequirement so that when no tag is specified it will get chosen, and adds code to always validate items with tag AIRequiresNone.
Patch: 3c61985387e0
Change History
Note: See
TracTickets for help on using
tickets.

