View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000042 | WolfAdmin | Commands | public | 2016-02-01 20:38 | 2016-02-03 18:22 |
Reporter | Timo | Assigned To | Timo | ||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | feedback | Resolution | open | ||
Summary | 0000042: Add possibility to !enablevote when there are no admins online | ||||
Description | Some servers (Dark Alchemy) allow some high level regular players to do !enablevote, but obviously do not want to have them execute !cancelvote. | ||||
Tags | No tags attached. | ||||
Mod | N/A | ||||
Mod version | |||||
Standalone | no | ||||
|
A few ideas crossed my mind: * Grant !enablevote to a specific level, disable it for them once admins come online. Cons: have to check for admins and regulars, which differs for every server; it would need introduction of several CVARs; !cancelvote is also bound to the same flag as !enablevote. * Allow !enablevote to be used without shrubbot Cons: need a set of special constraints in commands.lua; less consistency * Use the existing nextmap vote timeout (g_voteNextMapTimeout) and disable nextmap voting altogether when admins come online Cons: I could not think of any to be honest. Since I like backward compatibility - who doesn't - and consistency makes for an easy-to-use module I quite quickly rejected option 1 and 2. Though I would like to hear some opinions on the latter idea. |