From 4b1d3a25ddb0abf31093ac19246b3b92344379b5 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 14 Mar 2013 07:35:42 +0000
Subject: [PATCH] Create the [chat_sec] section with properties which may be
 used to over-ride the default IRC server/port and channel name.

---
 ctrl/modopts.ini | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini
index 79cd0887b6..97667d2d40 100644
--- a/ctrl/modopts.ini
+++ b/ctrl/modopts.ini
@@ -30,6 +30,11 @@
 ; Sort the list of external programs alphabetically by name
 	sort = false
 
+[chat_sec]
+; Over-ride default IRC server/port and channel (if desired) here:
+	irc_server = irc.synchro.net 6667
+	irc_channel = #Synchronet
+
 [flashpolicyserver]
 ; If you want to allow flash clients to connect to additional ports, add them here as a comma
 ; separated list (e.g. 21,25).  
-- 
GitLab