From ea9e14868126f307f136b4257e463bbd9d428984 Mon Sep 17 00:00:00 2001 From: cyan <> Date: Thu, 11 Sep 2003 07:17:25 +0000 Subject: [PATCH] Suggest a default port on the M:Line for those running in jsexec, and correct a typo *^^* --- ctrl/ircd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctrl/ircd.conf b/ctrl/ircd.conf index cfceee0f30..442ef13e6c 100644 --- a/ctrl/ircd.conf +++ b/ctrl/ircd.conf @@ -32,7 +32,7 @@ # # M:hostname:ip(Unused):description:port # -M:SYSTEM_QWKID.synchro.net:*:SYSTEM_NAME:* +M:SYSTEM_QWKID.synchro.net:*:SYSTEM_NAME:6667 # ########## A:Line ## Required ## Compatibility: FULL # This line defines what sort of information is returned when a user uses @@ -267,7 +267,7 @@ H:*:*:rrx.synchro.net # originate from. A message is displayed to the user upon connect containing # the URL as defined here pointing them towards more information. # The http:// is automatically prefixed on the defined URL. -# Currently, T:Lines are unsupprted by the Synchronet IRCd. +# Currently, T:Lines are unsupported by the Synchronet IRCd. # # T:hostname:url # -- GitLab