summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/crsm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index dd8605d..5c478d8 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -68,8 +68,6 @@ CRSM::CRSM(QObject *parent) :
QFile sessionFile(SESSION_FILE_NAME);
if(sessionFile.exists()) sessionFile.remove();
- setupCmds();
-
connect(&greetMapper, SIGNAL(mapped(QString)), this, SLOT(greet(QString)));
autoHost = Config.Hosting.Auto;
@@ -752,6 +750,7 @@ void CRSM::readConfig()
ok = false;
exit();
}
+ setupCmds();
return;
}