communi / libcommuni

A cross-platform IRC framework for Qt
https://communi.github.io
BSD 3-Clause "New" or "Revised" License
83 stars 37 forks source link

IrcChannel::mode is always empty #54

Open daker opened 7 years ago

daker commented 7 years ago

Not sure why but IrcChannel::mode is always empty

Tested on trunk

jpnurmi commented 7 years ago

Hmm, I vaguely remember that some IRC servers didn't send the channel mode automatically upon joining a channel. Perhaps the framework should send a mode-command in that case...