diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 2 | ||||
-rw-r--r-- | docs/conf/services/anope.conf.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 945027842..e5b8af9a5 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -734,7 +734,7 @@ # If 'bypasscharsuline' is empty, then 'bypasschars' will # match for both regular and U-lined users. # enableprivdeaf - Whether to enable usermode +D (privdeaf). -# privdeafuline - Whether U-lined users bypass usermode +D (privdeaf).A +# privdeafuline - Whether U-lined users bypass usermode +D (privdeaf). # #<deaf bypasschars="" bypasscharsuline="!" enableprivdeaf="no" privdeafuline="yes"> diff --git a/docs/conf/services/anope.conf.example b/docs/conf/services/anope.conf.example index b753874be..5c8f859ff 100644 --- a/docs/conf/services/anope.conf.example +++ b/docs/conf/services/anope.conf.example @@ -6,4 +6,4 @@ # /GLOBAL <message> # Sends a global notice. -<alias text="GLOBAL" format="*" replace="ยง $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes"> +<alias text="GLOBAL" format="*" replace="SQUERY $requirement :GLOBAL $2-" requires="Global" uline="yes" operonly="yes"> |