diff options
| author | Adam <Adam@anope.org> | 2012-09-07 22:27:28 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-09-07 22:27:28 -0400 |
| commit | c9c477ff9d7e6f833fafac2ef058f82b89229f60 (patch) | |
| tree | d587b9bb1d6ff4e3b7624375bb1ff26312e07791 /data | |
| parent | 4eb7db80a630df8f6e57e6e64662138f96c0c904 (diff) | |
These saset command stubs can go away
Diffstat (limited to 'data')
| -rw-r--r-- | data/chanserv.example.conf | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 229ca1198..87d77b330 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1090,49 +1090,49 @@ command { service = "ChanServ"; name = "SASET"; command = "chanserv/saset"; perm /* * cs_set_bantype * - * Provides the commands chanserv/set/bantype and chanserv/saset/bantype. + * Provides the command chanserv/set/bantype. * * Used for controlling what format bans are placed on channels. */ module { name = "cs_set_bantype" } command { service = "ChanServ"; name = "SET BANTYPE"; command = "chanserv/set/bantype"; } -command { service = "ChanServ"; name = "SASET BANTYPE"; command = "chanserv/saset/bantype"; permission = "chanserv/saset/bantype"; } +command { service = "ChanServ"; name = "SASET BANTYPE"; command = "chanserv/set/bantype"; permission = "chanserv/saset/bantype"; } /* * cs_set_description * - * Provides the commands chanserv/set/description and chanserv/saset/description. + * Provides the command chanserv/set/description. * * Used for changing channels descriptions. */ module { name = "cs_set_description" } command { service = "ChanServ"; name = "SET DESCRIPTION"; command = "chanserv/set/description"; } command { service = "ChanServ"; name = "SET DESC"; command = "chanserv/set/description"; } -command { service = "ChanServ"; name = "SASET DESCRIPTION"; command = "chanserv/saset/description"; permission = "chanserv/saset/description"; } -command { service = "ChanServ"; name = "SASET DESC"; command = "chanserv/saset/description"; permission = "chanserv/saset/description"; } +command { service = "ChanServ"; name = "SASET DESCRIPTION"; command = "chanserv/set/description"; permission = "chanserv/saset/description"; } +command { service = "ChanServ"; name = "SASET DESC"; command = "chanserv/set/description"; permission = "chanserv/saset/description"; } /* * cs_set_founder * - * Provides the commands chanserv/set/founder and chanserv/saset/founder. + * Provides the command chanserv/set/founder. * * Used for changing channel founders. */ module { name = "cs_set_founder" } command { service = "ChanServ"; name = "SET FOUNDER"; command = "chanserv/set/founder"; } -command { service = "ChanServ"; name = "SASET FOUNDER"; command = "chanserv/saset/founder"; permission = "chanserv/saset/founder"; } +command { service = "ChanServ"; name = "SASET FOUNDER"; command = "chanserv/set/founder"; permission = "chanserv/saset/founder"; } /* * cs_set_keeptopic * - * Provides the commands chanserv/set/keeptopic and chanserv/saset/keeptopic. + * Provides the command chanserv/set/keeptopic. * * Used for enabling keeptopic on channels, which causes ChanServ to restore the channel topic * when a channel is created. */ module { name = "cs_set_keeptopic" } command { service = "ChanServ"; name = "SET KEEPTOPIC"; command = "chanserv/set/keeptopic"; } -command { service = "ChanServ"; name = "SASET KEEPTOPIC"; command = "chanserv/saset/keeptopic"; permission = "chanserv/saset/keeptopic"; } +command { service = "ChanServ"; name = "SASET KEEPTOPIC"; command = "chanserv/set/keeptopic"; permission = "chanserv/saset/keeptopic"; } /* * cs_set_misc @@ -1148,113 +1148,113 @@ command { service = "ChanServ"; name = "SET EMAIL"; command = "chanserv/set/misc /* * cs_set_peace * - * Provides the commands chanserv/set/peace and chanserv/saset/peace. + * Provides the command chanserv/set/peace. * * Used for setting the peace option, which prevents users from kicking other users with * higher level access than them. */ module { name = "cs_set_peace" } command { service = "ChanServ"; name = "SET PEACE"; command = "chanserv/set/peace"; } -command { service = "ChanServ"; name = "SASET PEACE"; command = "chanserv/saset/peace"; permission = "chanserv/saset/peace"; } +command { service = "ChanServ"; name = "SASET PEACE"; command = "chanserv/set/peace"; permission = "chanserv/saset/peace"; } /* * cs_set_persist * - * Provides the commands chanserv/set/persist and chanserv/saset/persist. + * Provides the command chanserv/set/persist. * * Used for setting whether ChanServ should stay in channels after the last user leaves. */ module { name = "cs_set_persist" } command { service = "ChanServ"; name = "SET PERSIST"; command = "chanserv/set/persist"; } -command { service = "ChanServ"; name = "SASET PERSIST"; command = "chanserv/saset/persist"; permission = "chanserv/saset/persist"; } +command { service = "ChanServ"; name = "SASET PERSIST"; command = "chanserv/set/persist"; permission = "chanserv/saset/persist"; } /* * cs_set_private * - * Provides the commands chanserv/set/private and chanserv/saset/private. + * Provides the command chanserv/set/private. * * Used for setting whether channels should show up in chanserv/list. */ module { name = "cs_set_private" } command { service = "ChanServ"; name = "SET PRIVATE"; command = "chanserv/set/private"; } -command { service = "ChanServ"; name = "SASET PRIVATE"; command = "chanserv/saset/private"; permission = "chanserv/saset/private"; } +command { service = "ChanServ"; name = "SASET PRIVATE"; command = "chanserv/set/private"; permission = "chanserv/saset/private"; } /* * cs_set_restricted * - * Provides the commands chanserv/set/restricted and chanserv/saset/restricted. + * Provides the command chanserv/set/restricted. * * Used for setting whether users not on a channel's access list can join. */ module { name = "cs_set_restricted" } command { service = "ChanServ"; name = "SET RESTRICTED"; command = "chanserv/set/restricted"; } -command { service = "ChanServ"; name = "SASET RESTRICTED"; command = "chanserv/saset/restricted"; permission = "chanserv/saset/restricted"; } +command { service = "ChanServ"; name = "SASET RESTRICTED"; command = "chanserv/set/restricted"; permission = "chanserv/saset/restricted"; } /* * cs_set_secure * - * Provides the commands chanserv/set/secure and chanserv/saset/secure. + * Provides the command chanserv/set/secure. * * Used for setting whether users who are recognized for accounts should have their access in channels. */ module { name = "cs_set_secure" } command { service = "ChanServ"; name = "SET SECURE"; command = "chanserv/set/secure"; } -command { service = "ChanServ"; name = "SASET SECURE"; command = "chanserv/saset/secure"; permission = "chanserv/saset/secure"; } +command { service = "ChanServ"; name = "SASET SECURE"; command = "chanserv/set/secure"; permission = "chanserv/saset/secure"; } /* * cs_set_securefounder * - * Provides the commands chanserv/set/securefounder and chanserv/saset/securefounder. + * Provides the command chanserv/set/securefounder. * * Used for setting whether users with founder level access in channels have true founder or not. */ module { name = "cs_set_securefounder" } command { service = "ChanServ"; name = "SET SECUREFOUNDER"; command = "chanserv/set/securefounder"; } -command { service = "ChanServ"; name = "SASET SECUREFOUNDER"; command = "chanserv/saset/securefounder"; permission = "chanserv/saset/securefounder"; } +command { service = "ChanServ"; name = "SASET SECUREFOUNDER"; command = "chanserv/set/securefounder"; permission = "chanserv/saset/securefounder"; } /* * cs_set_secureops * - * Provides the commands chanserv/set/secureops and chanserv/saset/secureops. + * Provides the command chanserv/set/secureops. * * Used for restricting who can have channel op privilege in a channel to those whom have access in the channel. */ module { name = "cs_set_secureops" } command { service = "ChanServ"; name = "SET SECUREOPS"; command = "chanserv/set/secureops"; } -command { service = "ChanServ"; name = "SASET SECUREOPS"; command = "chanserv/saset/secureops"; permission = "chanserv/saset/secureops"; } +command { service = "ChanServ"; name = "SASET SECUREOPS"; command = "chanserv/set/secureops"; permission = "chanserv/saset/secureops"; } /* * cs_set_signkick * - * Provides the commands chanserv/set/signkick and chanserv/saset/signkick. + * Provides the command chanserv/set/signkick. * * Used for setting signkick, which appends the kicker's name to kicks sent through ChanServ. */ module { name = "cs_set_signkick" } command { service = "ChanServ"; name = "SET SIGNKICK"; command = "chanserv/set/signkick"; } -command { service = "ChanServ"; name = "SASET SIGNKICK"; command = "chanserv/saset/signkick"; permission = "chanserv/saset/signkick"; } +command { service = "ChanServ"; name = "SASET SIGNKICK"; command = "chanserv/set/signkick"; permission = "chanserv/saset/signkick"; } /* * cs_set_successor * - * Provides the commands chanserv/set/successor and chanserv/saset/successor. + * Provides the command chanserv/set/successor. * * Used for setting channel successors, which become channel founders if the founders account expires. */ module { name = "cs_set_successor" } command { service = "ChanServ"; name = "SET SUCCESSOR"; command = "chanserv/set/successor"; } -command { service = "ChanServ"; name = "SASET SUCCESSOR"; command = "chanserv/saset/successor"; permission = "chanserv/saset/successor"; } +command { service = "ChanServ"; name = "SASET SUCCESSOR"; command = "chanserv/set/successor"; permission = "chanserv/saset/successor"; } /* * cs_set_topiclock * - * Provides the commands chanserv/set/topiclock and chanserv/saset/topiclock. + * Provides the command chanserv/set/topiclock. * * Used for setting topiclock, which prevents channel topics from being modified. */ module { name = "cs_set_topiclock" } command { service = "ChanServ"; name = "SET TOPICLOCK"; command = "chanserv/set/topiclock"; } -command { service = "ChanServ"; name = "SASET TOPICLOCK"; command = "chanserv/saset/topiclock"; permission = "chanserv/saset/topiclock"; } +command { service = "ChanServ"; name = "SASET TOPICLOCK"; command = "chanserv/set/topiclock"; permission = "chanserv/saset/topiclock"; } /* * cs_set_noexpire |
