Browse Source

add a caveat

tags/v2.1.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
851c9ef198
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      oragono.yaml

+ 3
- 1
oragono.yaml View File

@@ -353,7 +353,9 @@ accounts:
353 353
         guest-nickname-format: "Guest-*"
354 354
 
355 355
         # when enabled, forces users not logged into an account to use
356
-        # a nickname matching the guest template:
356
+        # a nickname matching the guest template. a caveat: this may prevent
357
+        # users from choosing nicknames in scripts different from the guest
358
+        # nickname format.
357 359
         enforce-guest-format: false
358 360
 
359 361
         # when enabled, forces users logged into an account to use the

Loading…
Cancel
Save