1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 20:13:13 +02:00

Rename things from services to anope.

This commit is contained in:
Sadie Powell
2020-09-11 16:28:52 +01:00
parent 907aa60380
commit f430522b41
27 changed files with 132 additions and 138 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ module { name = "m_sasl" }
/* Query to execute to determine if a user should have operator privileges.
* A field named opertype must be returned in order to link the user to their oper type.
* The oper types must be configured earlier in services.conf.
* The oper types must be configured earlier in anope.conf.
*
* If a field named modes is returned from this query then those modes are set on the user.
* Without this, only a simple +o is sent.