summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-17 06:08:35 -0400
committerAdam <Adam@anope.org>2011-07-17 06:08:35 -0400
commitcb56d508373b0a28a781d14249386eb643b1773c (patch)
treed6df45e3c0502715e900fb0f26467ef32db8ffb5 /data
parentb19dddb0f60042eaf192cc1044af5272a8cbdf6c (diff)
Fixed up cs_set_misc and ns_set_misc
Diffstat (limited to 'data')
-rw-r--r--data/modules.example.conf43
1 files changed, 6 insertions, 37 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf
index 198604024..b26f12e66 100644
--- a/data/modules.example.conf
+++ b/data/modules.example.conf
@@ -57,28 +57,11 @@ cs_entrymsg
* cs_set_misc
*
* Allows you to create misc /chanserv set commands, and have the data
- * show up in /chanserv info
+ * show up in /chanserv info.
*/
module { name = "cs_set_misc" }
-cs_set_misc
-{
- /* The name of the command */
- name = "OINFO"
- /* A short description of the command */
- desc = "Associate oper only information to this channel"
- /* Set to yes if only opers and privileged users can set it and see it */
- privileged = yes
-}
-cs_set_misc
-{
- name = "URL"
- desc = "Associate a URL with the channel"
-}
-cs_set_misc
-{
- name = "EMAIL"
- desc = "Associate an EMail with the channel"
-}
+command { service = "ChanServ"; name = "SET URL"; command = "chanserv/set/misc"; }
+command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc"; }
/*
* cs_sync
@@ -424,25 +407,11 @@ ns_maxemail
* ns_set_misc
*
* Allows you to create misc /nickserv set commands, and have the data
- * show up in /nickserv info
+ * show up in /nickserv info.
*/
module { name = "ns_set_misc" }
-ns_set_misc
-{
- name = "OINFO"
- desc = "Associate oper only information to this nick"
- privileged = yes
-}
-ns_set_misc
-{
- name = "URL"
- desc = "Associate a URL with the nick"
-}
-ns_set_misc
-{
- name = "ICQ"
- desc = "Associate an ICQ number with the nick"
-}
+command { service = "NickServ"; name = "SET URL"; command = "nickserv/set/misc"; }
+command { service = "NickServ"; name = "SET ICQ"; command = "nickserv/set/misc"; }
/*
* os_defcon