@ -697,7 +697,7 @@ void Server::quitServer()
// a TQUIT).
// a TQUIT).
updateConnectionState ( Konversation : : SSDeliberatelyDisconnected ) ;
updateConnectionState ( Konversation : : SSDeliberatelyDisconnected ) ;
TQString command ( Preferences : : commandChar ( ) + " T QUIT" ) ;
TQString command ( Preferences : : commandChar ( ) + " QUIT" ) ;
Konversation : : OutputFilterResult result = getOutputFilter ( ) - > parse ( getNickname ( ) , command , TQString ( ) ) ;
Konversation : : OutputFilterResult result = getOutputFilter ( ) - > parse ( getNickname ( ) , command , TQString ( ) ) ;
queue ( result . toServer , HighPriority ) ;
queue ( result . toServer , HighPriority ) ;
@ -1072,7 +1072,7 @@ int Server::_send_internal(TQString outputLine)
else // no argument (servers recognize it as "*")
else // no argument (servers recognize it as "*")
m_inputFilter . addWhoRequest ( " * " ) ;
m_inputFilter . addWhoRequest ( " * " ) ;
}
}
else if ( outboundCommand = = 1 ) //" T QUIT"
else if ( outboundCommand = = 1 ) //" QUIT"
updateConnectionState ( Konversation : : SSDeliberatelyDisconnected ) ;
updateConnectionState ( Konversation : : SSDeliberatelyDisconnected ) ;
// set channel encoding if specified
// set channel encoding if specified