zorael / kameloso

IRC bot with Twitch support
Boost Software License 1.0
9 stars 3 forks source link

`!help` lists all commands prefixed even if their policy isn't `prefixed` #137

Closed zorael closed 1 year ago

zorael commented 1 year ago

Excerpt:

* admin        [!auth] [!blacklist] [!cycle] [!elevated] [!home] [!hostmask] [!join] [!operator] [!part] [!quit] [!reload] [!save] [!set] [!staff] [!summary] [!whitelist] [!whoami]

auth, status, set, summary, cycle etc there are annotated PrefixPolicy.nickname and can't be invoked with !command.

zorael commented 1 year ago

Fixed in https://github.com/zorael/kameloso/commit/7442606fb5d6be91e8f4923c497a50e6379064d2 and surrounding commits.