From c00d57e2858fdef0b776403b03434c27f309916e Mon Sep 17 00:00:00 2001 From: cyan <> Date: Thu, 11 Sep 2003 07:15:02 +0000 Subject: [PATCH] Minor changes to the default ircd.conf --- ctrl/ircd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ctrl/ircd.conf b/ctrl/ircd.conf index b999c48637..cfceee0f30 100644 --- a/ctrl/ircd.conf +++ b/ctrl/ircd.conf @@ -116,7 +116,7 @@ I:*@*::*@*::1 # f -- Unavailable in Synchronet IRCd as of latest version -- # F -- Unavailable in Synchronet IRCd as of latest version -- # s /CHATOPS -# x /DEBUG + /EVAL +# X /DEBUG + /EVAL # o "Local Operator" which is inclusive of flags: rgwlckbBnuf # O "Global Operator" which is inclusive of flags: oCKNs # S Check password against the BBS system password. @@ -169,14 +169,13 @@ U:services.synchro.net:*:* # determining certain types of behaviour. # # FLAG DESCRIPTION -# t Server is a 'time master' to synchronize time from. # q Use the relevant server's local QWK password to authenticate. # c Server is allowed to send special 'CLINE' command. # # C:hostname or ip address:password:server name:port:irc class # N:hostname or ip address:password:server name:flags:irc class C:vert.synchro.net:QWK_PASSWORD:vert.synchro.net:6667:30 -N:vert.synchro.net:QWK_PASSWORD:vert.synchro.net:t:30 +N:vert.synchro.net:QWK_PASSWORD:vert.synchro.net::30 #C:rrx.synchro.net:password:rrx.synchro.net::30 #N:rrx.synchro.net:password:rrx.synchro.net::30 # @@ -268,6 +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. # # T:hostname:url # -- GitLab