logoutCommand = new LogoutCommand(this);
uptimeCommand = new UptimeCommand(this);
- setFloodInterval(5);
+ setFloodInterval(3);
stateMachine = new QtStateMachine(this);
void Client::connect()
{
-qDebug() << "Conneting";
+qDebug() << "Connecting";
emit startConnecting();
}
void Client::disconnect(bool graceful)
{
-qDebug() << "Disconneting" << (graceful ? "gracefully" : "");
+qDebug() << "Disconnecting" << (graceful ? "gracefully" : "");
if (graceful)
{
disconnecting = true;