[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [Konversation] 2f0f48a: Handle ERR_NOMOTD case too
From:       "İsmail" "Dönmez" <ismail () kde ! org>
Date:       2010-07-01 13:28:03
Message-ID: 20100701132803.84EFCBB5757 () projects ! kde ! org
[Download RAW message or body]

commit 2f0f48acfcf7c1a84a217bda4305a2c94a56c05b
Author: İsmail Dönmez <ismail@kde.org>
Date:   Fri Aug 20 15:22:40 2004 +0000

    Handle ERR_NOMOTD case too
    
    svn path=/trunk/kdeextragear-2/konversation/; revision=339298

diff --git a/konversation/inputfilter.cpp b/konversation/inputfilter.cpp
index 5fd01f3..0d45509 100644
--- a/konversation/inputfilter.cpp
+++ b/konversation/inputfilter.cpp
@@ -966,6 +966,12 @@ void InputFilter::parseServerCommand(const QString &prefix, const QString &comma
             server->queue(server->getAutoJoinCommand());
           break;
         }
+    case ERR_NOMOTD:
+      {
+	if(server->getAutoJoin())
+            server->queue(server->getAutoJoinCommand());
+          break;
+      }
       case RPL_GLOBALUSERS: // Current global users: 589 Max: 845
         {
           QString current(trailing.section(' ',3,3));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic