diff options
author | Sadie Powell <sadie@witchery.services> | 2024-11-29 20:35:44 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-11-29 20:39:22 +0000 |
commit | ea8a692191f7c786bcba38d45b802b1046ac0afa (patch) | |
tree | 99788bf654e9108f1c5cfe48aa3e981f1550cfaa /data | |
parent | 026d6c461dace442ea1463af4ccc4c88f202da57 (diff) |
Add support for numerics associated with cs_set_misc entries.
This is mainly to allow the URL entry to use RPL_CHANNELURL.
Diffstat (limited to 'data')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 4701ddd88..df91f3d92 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1256,7 +1256,7 @@ command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/saset * A field named misc_description may be given for use with help output. */ module { name = "cs_set_misc" } -command { service = "ChanServ"; name = "SET URL"; command = "chanserv/set/misc"; misc_description = _("Associate a URL with the channel"); } +command { service = "ChanServ"; name = "SET URL"; command = "chanserv/set/misc"; misc_description = _("Associate a URL with the channel"); misc_numeric = 328; } command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc"; misc_description = _("Associate an email address with the channel"); } /* |