diff options
author | Sadie Powell <sadie@witchery.services> | 2023-12-22 15:58:28 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-12-22 15:58:28 +0000 |
commit | 4a622596956b755ee3c748663d5e4515e3a5a0da (patch) | |
tree | f72cf70f9a5c92cc3491418f55bffbe47f261f09 /data/botserv.example.conf | |
parent | 87e3d5a04578abd3fb4532494a36edfe545ba4b9 (diff) |
Move privilege descriptions to the example configs.
Diffstat (limited to 'data/botserv.example.conf')
-rw-r--r-- | data/botserv.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/botserv.example.conf b/data/botserv.example.conf index 28dab350b..5dd150f42 100644 --- a/data/botserv.example.conf +++ b/data/botserv.example.conf @@ -323,6 +323,7 @@ command { service = "NickServ"; name = "SASET GREET"; command = "nickserv/saset/ privilege { name = "GREET" + desc = _("Greet message displayed on join") rank = 40 level = 5 flag = "g" |