mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(irc): append invite command on add (#297)
This commit is contained in:
parent
ffada19506
commit
df7a51d479
3 changed files with 32 additions and 0 deletions
|
@ -72,6 +72,7 @@ type IrcRepo interface {
|
|||
UpdateNetwork(ctx context.Context, network *IrcNetwork) error
|
||||
StoreChannel(networkID int64, channel *IrcChannel) error
|
||||
UpdateChannel(channel *IrcChannel) error
|
||||
UpdateInviteCommand(networkID int64, invite string) error
|
||||
StoreNetworkChannels(ctx context.Context, networkID int64, channels []IrcChannel) error
|
||||
CheckExistingNetwork(ctx context.Context, network *IrcNetwork) (*IrcNetwork, error)
|
||||
FindActiveNetworks(ctx context.Context) ([]IrcNetwork, error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue