소스 검색

rename conventional.yaml -> traditional.yaml

tags/v2.4.0-rc1
Shivaram Lingamneni 3 년 전
부모
커밋
4edd3198cd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      traditional.yaml

conventional.yaml → traditional.yaml 파일 보기

@@ -1,4 +1,4 @@
1
-# This is the "conventional" or "mainstream" config file for Oragono.
1
+# This is the "traditional" or "mainstream" config file for Oragono.
2 2
 # It tries to replicate the behavior of other ircds, at the cost of not
3 3
 # taking full advantage of Oragono's features. This config is suitable for use
4 4
 # in IRCv3 conformance testing.
@@ -437,7 +437,7 @@ accounts:
437 437
         # parallel setting to force-nick-equals-account: if true, this forbids
438 438
         # anonymous users (i.e., users not logged into an account) to change their
439 439
         # nickname after the initial connection is complete
440
-        forbid-anon-nick-changes: false
440
+        forbid-anonymous-nick-changes: false
441 441
 
442 442
     # multiclient controls whether oragono allows multiple connections to
443 443
     # attach to the same client/nickname identity; this is part of the

Loading…
취소
저장