From f43b54f08b78afbbe677e39a652c344f403f8d83 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 12 Aug 2007 23:39:10 +0000
Subject: [PATCH] Add MSP support to default config.

---
 ctrl/services.ini | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/ctrl/services.ini b/ctrl/services.ini
index c50dfb80bb..95d506d972 100644
--- a/ctrl/services.ini
+++ b/ctrl/services.ini
@@ -19,6 +19,19 @@ MaxClients=10
 Options=0
 Command=nntpservice.js -f
 
+; Message Send Protocol service
+[MSP]
+Port=18
+MaxClients=10
+Command=mspservice.js
+
+; Message Send Protocol service (UDP)
+[MSP-UDP]
+Port=18
+MaxClients=10
+Options=UDP
+Command=mspservice.js
+
 ; Active User service
 [ActiveUser]
 Port=11
-- 
GitLab