diff --git a/src/sbbs3/ctrl/MainFormUnit.cpp b/src/sbbs3/ctrl/MainFormUnit.cpp
index f4a9241bc135b0892e2150d4cce20f4534176896..6599bf2b810d826d78f4a22bf9a25266168456fe 100644
--- a/src/sbbs3/ctrl/MainFormUnit.cpp
+++ b/src/sbbs3/ctrl/MainFormUnit.cpp
@@ -763,7 +763,7 @@ __fastcall TMainForm::TMainForm(TComponent* Owner)
 
     /* These are SBBSCTRL-specific */
     LoginCommand="telnet://127.0.0.1";
-    ConfigCommand="%sscfg.exe %s -l25";
+    ConfigCommand="%sscfg.exe %s";
     MinimizeToSysTray=false;
     UndockableForms=false;
     UseFileAssociations=true;