mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
- xp template reload now uses new pubsub
- multiplexer.GetSubscriber().subscribe is no longer used in any service - fixed some build warnings
This commit is contained in:
@@ -386,7 +386,6 @@ namespace NadekoBot.Modules.Administration.Services
|
||||
return isToAll;
|
||||
}
|
||||
|
||||
// todo pubsub via IPubSub
|
||||
private void HandleStatusChanges()
|
||||
{
|
||||
_pubSub.Sub(_activitySetKey, async data =>
|
||||
|
Reference in New Issue
Block a user