diff options
author | Robert Scheck <robert-scheck@users.noreply.github.com> | 2024-02-17 22:34:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 21:34:03 +0000 |
commit | 909b9b2679773125c69113717174436510d2daf6 (patch) | |
tree | 10042df38b35794548fac30bcb95c80e5ca75d69 /data | |
parent | 49ea709027595a7ac17c9a4cca8637deeed52eb0 (diff) |
Remove a leftover use of the m_ module prefix.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index d60c83cce..a6d3c2657 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -783,7 +783,7 @@ module { name = "sasl" } * xmlrpc * * Allows remote applications (websites) to execute queries in real time to retrieve data from Anope. - * By itself this module does nothing, but allows other modules (m_xmlrpc_main) to receive and send XMLRPC queries. + * By itself this module does nothing, but allows other modules (xmlrpc_main) to receive and send XMLRPC queries. */ #module { |