degesch: request channel mode after joining

This commit is contained in:
Přemysl Eric Janouch 2015-06-06 01:24:44 +02:00
parent a8dc6ad141
commit 671536bfca
1 changed files with 3 additions and 0 deletions

View File

@ -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