progval / Limnoria

A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins.
https://docs.limnoria.net/
Other
622 stars 174 forks source link

Karma add setting to share the karma between channels #1597

Closed ThatLurker closed 1 month ago

ThatLurker commented 1 month ago

Would it be possible to get a setting where you could toggle the karma to be shared between channels. So karma changes in one channel would reflect the changes in another channel.

progval commented 1 month ago

You can use supybot.databases.plugins.channelSpecific.link, but it will apply to all plugins, not just Karma. Would that work for you?

ThatLurker commented 1 month ago

Ohh in this instance that works perfectly. Thanks