zorael / kameloso

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

Counters and oneliners can share trigger !words #115

Closed zorael closed 2 years ago

zorael commented 2 years ago
me | !counter add test
it | Counter test added! Access it with !test.
me | !oneliner add test this is a oneliner
it | Oneliner !test added.
me | !test
it | this is a oneliner
it | Current test count: 0

To work around this we'd need to somehow let the counter plugin inspect the current oneliner commands, or vice versa.

It's tractable, but it's really a minor issue, so perhaps later.

zorael commented 2 years ago

Fixed for both counter and oneliners plugins by 17f1efc36b0c482c6e5eabb0cd4b2c2b8fa35c77.