From kde-commits Sat Oct 23 17:36:10 2004 From: =?utf-8?q?=C4=B0smail=20D=C3=B6nmez?= Date: Sat, 23 Oct 2004 17:36:10 +0000 To: kde-commits Subject: kdeextragear-2/konversation/konversation Message-Id: <20041023173610.3F5B716B62 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109855297900050 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