aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-06-06 01:24:44 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-06-06 01:24:44 +0200
commit671536bfcae6cc0378972d8c2ea96c8681e093c1 (patch)
tree1f08f9c6791fe5f32ce993dd075164c3b8d6c58c /degesch.c
parenta8dc6ad1418f9bec9bd2e912804332a8520e7115 (diff)
downloadxK-671536bfcae6cc0378972d8c2ea96c8681e093c1.tar.gz
xK-671536bfcae6cc0378972d8c2ea96c8681e093c1.tar.xz
xK-671536bfcae6cc0378972d8c2ea96c8681e093c1.zip
degesch: request channel mode after joining
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/degesch.c b/degesch.c
index ef2a1e8..26d7fcf 100644
--- a/degesch.c
+++ b/degesch.c
@@ -3886,6 +3886,9 @@ irc_handle_join (struct server *s, const struct irc_message *msg)
buffer_add (s->ctx, buffer);
buffer_activate (s->ctx, buffer);
+
+ // Request the channel mode as we don't get it automatically
+ irc_send (s, "MODE %s", channel_name);
}
// This is weird, ignoring