Oxygen recently added a sizable number of irc-* icons, for example for op/deop and joining channels. Konversation should make use of those.
SVN commit 971097 by psn: Use the icons for operator and voice if available CCBUG: 193211 M +12 -0 irc/nicklistview.cpp M +12 -0 viewer/ircview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=971097
Looks like we're using all of the available icons that make sense for us right now, which means all but the "irc-channel-one" (where we use "tab-close-other" as we have more tab types than just channels and hacking around to use "irc-channel-one" specifically for channel tabs doesn't seem worth the effort, or necessary even a good idea given concerns for consistency). So, closing.
(err ... s/irc-channel-one/irc-close-channel)
SVN commit 998141 by tjmchenry: Give the channel list some much needed love Port it to QTreeWidget and to a .ui Added a 'Channel List Buffer' progress bar to give user feedback on refresh list progress Apply patch to add join channel to context menu thanks to anselmolsm BUG:161816 Use irc-* join channel icon in the ircview context menu. CCBUG:193211 M +9 -1 CMakeLists.txt M +166 -355 irc/channellistpanel.cpp M +23 -81 irc/channellistpanel.h A irc/channellistpanelui.ui D irc/channellistviewitem.cpp D irc/channellistviewitem.h M +6 -1 viewer/ircview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=998141