aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-04-12 17:04:07 +0200
committerMarius Halden <marius.h@lden.org>2016-05-07 14:31:03 +0200
commitaaf30d6cdb11667ccf8f1eeb523e81272fa8066c (patch)
tree374dc937f954601c8a7e56c938c6e352ea31fccf /irc.h
parent290f2f974a0f933fd94629bdb1263c462e2bd961 (diff)
Revert "Add support for multiple accounts in set account"
This reverts commit 56fd7212a75237669de37589fc18e2e02444b3d2.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
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];
};