From aaf30d6cdb11667ccf8f1eeb523e81272fa8066c Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 12 Apr 2016 17:04:07 +0200 Subject: Revert "Add support for multiple accounts in set account" This reverts commit 56fd7212a75237669de37589fc18e2e02444b3d2. --- irc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc.h') diff --git a/irc.h b/irc.h index deb11edf..cca90bf7 100644 --- a/irc.h +++ b/irc.h @@ -241,7 +241,7 @@ typedef enum { struct irc_control_channel { irc_control_channel_type_t type; struct bee_group *group; - GSList *account; + struct account *account; struct prpl *protocol; char modes[5]; }; -- cgit v1.2.3