diff options
author | Marius Halden <marius.h@lden.org> | 2016-04-12 17:04:07 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-05-07 14:31:03 +0200 |
commit | aaf30d6cdb11667ccf8f1eeb523e81272fa8066c (patch) | |
tree | 374dc937f954601c8a7e56c938c6e352ea31fccf /irc.h | |
parent | 290f2f974a0f933fd94629bdb1263c462e2bd961 (diff) |
Revert "Add support for multiple accounts in set account"
This reverts commit 56fd7212a75237669de37589fc18e2e02444b3d2.
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; }; |