Fixes #225 fix am/pm for timestamps

This commit is contained in:
fourtf
2018-01-17 18:36:12 +01:00
parent 4ddb4616ee
commit f3357cf0f4
12 changed files with 77 additions and 11 deletions
+2
View File
@@ -188,6 +188,8 @@ void IrcManager::beginConnecting()
this->writeConnection->open();
this->readConnection->open();
this->connected();
}
void IrcManager::disconnect()