1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 03:46:39 +02:00

Add support for numerics associated with cs_set_misc entries.

This is mainly to allow the URL entry to use RPL_CHANNELURL.
This commit is contained in:
Sadie Powell
2024-11-29 20:35:44 +00:00
parent 026d6c461d
commit ea8a692191
3 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -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"); }
/*