From 2b6f481a4e1bac54de7dc6a9a5444af9180babb0 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 12 Apr 2016 13:00:00 +0200 Subject: Add support for multiple accounts in set account The set account for control channels is now a comma separeted list of accounts instead of just one. If the user changes the tag of an accounts trough `account set tag `, the account set will be updated to reflect this change for all relevant channels. If an account is removed trough `account delete` it will be removed from the account set for all relevant channels. --- irc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index 2e0cc3d5..e2f69987 100644 --- a/irc.h +++ b/irc.h @@ -222,7 +222,7 @@ typedef enum { struct irc_control_channel { irc_control_channel_type_t type; struct bee_group *group; - struct account *account; + GSList *account; struct prpl *protocol; char modes[5]; }; -- cgit v1.2.3