summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-07-31 03:22:23 -0400
committerAdam <Adam@anope.org>2011-07-31 03:22:23 -0400
commit1cb11bba5dd36c2ac1f02e7b49c659de142ce481 (patch)
tree1650215b843b98fc64991f373b018dc0b238975c /data
parentf29c88bcd535e6dcf3bbf453423bca4b697a60fc (diff)
Fixed a few small problems, including m_ssl's connect feature sometimes failing for no good reason
Diffstat (limited to 'data')
-rw-r--r--data/commands.example.conf2
-rw-r--r--data/example.conf6
2 files changed, 4 insertions, 4 deletions
diff --git a/data/commands.example.conf b/data/commands.example.conf
index 20a65ec66..4385ae6de 100644
--- a/data/commands.example.conf
+++ b/data/commands.example.conf
@@ -131,7 +131,7 @@ module { name = "cs_set_xop" }
command { service = "ChanServ"; name = "SET XOP"; command = "chanserv/set/xop"; }
command { service = "ChanServ"; name = "SASET XOP"; command = "chanserv/saset/xop"; }
module { name = "cs_saset_noexpire" }
-command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/set/noexpire"; }
+command { service = "ChanServ"; name = "SASET NOEXPIRE"; command = "chanserv/saset/noexpire"; }
module { name = "cs_status" }
command { service = "ChanServ"; name = "STATUS"; command = "chanserv/status"; }
module { name = "cs_suspend" }
diff --git a/data/example.conf b/data/example.conf
index cd6f0570d..e5820f60c 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -538,7 +538,7 @@ botserv
* The name of the client that should be BotServ.
* Clients are configured above.
*/
- nick = "BotServ"
+ name = "BotServ"
/*
* The default bot options for newly registered channels. Note that changing these options
@@ -1315,7 +1315,7 @@ log
* chanserv/saset/peace chanserv/saset/persist chanserv/saset/private
* chanserv/saset/secure chanserv/saset/securefounder chanserv/saset/secureops
* chanserv/saset/signkick chanserv/saset/successor chanserv/saset/topiclock
- * chanserv/saset/url chanserv/saset/xop
+ * chanserv/saset/url chanserv/saset/xop chanserv/saset/noexpire
*
* memoserv/sendall memoserv/staff
*
@@ -1377,7 +1377,7 @@ opertype
inherits = "Services Operator"
- commands = "chanserv/access/list chanserv/drop chanserv/forbid chanserv/getkey chanserv/set/noexpire memoserv/sendall nickserv/saset/* nickserv/getemail operserv/news operserv/jupe operserv/svsnick operserv/stats operserv/oline operserv/noop global/*"
+ commands = "chanserv/access/list chanserv/drop chanserv/forbid chanserv/getkey chanserv/saset/noexpire memoserv/sendall nickserv/saset/* nickserv/getemail operserv/news operserv/jupe operserv/svsnick operserv/stats operserv/oline operserv/noop global/*"
privs = "*"
}