diff --git a/src/Tgstation.Server.Host/Components/Watchdog/ISessionController.cs b/src/Tgstation.Server.Host/Components/Watchdog/ISessionController.cs
index 97e19b271d..6b21bbd6ca 100644
--- a/src/Tgstation.Server.Host/Components/Watchdog/ISessionController.cs
+++ b/src/Tgstation.Server.Host/Components/Watchdog/ISessionController.cs
@@ -88,5 +88,10 @@ namespace Tgstation.Server.Host.Components.Watchdog
/// Changes to without telling the DMAPI
///
void ResetRebootState();
+
+ ///
+ /// Enables the reading of custom chat commands from the
+ ///
+ void EnableCustomChatCommands();
}
}
diff --git a/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs b/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs
index eeacaa941a..bd46ebea5c 100644
--- a/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs
+++ b/src/Tgstation.Server.Host/Components/Watchdog/SessionController.cs
@@ -200,6 +200,8 @@ namespace Tgstation.Server.Host.Components.Watchdog
rebootTcs = new TaskCompletionSource