CVS commit by cartman: Ok now stop bugging me :p M +1 -2 outputfilter.cpp 1.120 --- kdeextragear-2/konversation/konversation/outputfilter.cpp #1.119:1.120 @@ -223,6 +223,5 @@ namespace Konversation { result = usage(i18n("Usage: %1JOIN [password]").arg(commandChar)); } else { - if(!channelName.startsWith("#") && !channelName.startsWith("!") && - !channelName.startsWith("&") && !channelName.startsWith("+")) + if(!isAChannel(channelName)) result.toServer = "JOIN #" + channelName.stripWhiteSpace(); else