diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-06 01:24:44 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-06-06 01:24:44 +0200 |
commit | 671536bfcae6cc0378972d8c2ea96c8681e093c1 (patch) | |
tree | 1f08f9c6791fe5f32ce993dd075164c3b8d6c58c | |
parent | a8dc6ad1418f9bec9bd2e912804332a8520e7115 (diff) | |
download | xK-671536bfcae6cc0378972d8c2ea96c8681e093c1.tar.gz xK-671536bfcae6cc0378972d8c2ea96c8681e093c1.tar.xz xK-671536bfcae6cc0378972d8c2ea96c8681e093c1.zip |
degesch: request channel mode after joining
-rw-r--r-- | degesch.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |