diff options
author | Sadie Powell <sadie@witchery.services> | 2025-04-19 22:31:49 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-04-19 22:31:49 +0100 |
commit | c8b38197670965c18df603a5a4329f6f583b77d7 (patch) | |
tree | 6522f9517cd23e93debd7524a1f989ee6575a5d6 /data | |
parent | e6a1982922c2b8031c14381491a435e4c87b537c (diff) |
Add the anope.account and anope.listAccounts RPC events.
Diffstat (limited to 'data')
-rw-r--r-- | data/modules.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 58c167c86..a017e54fe 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -843,6 +843,7 @@ module * * Adds support for the following RPC methods: * + * anope.listAccounts anope.account * anope.listChannels anope.channel * anope.listOpers anope.oper * anope.listServers anope.server |