1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 15:23:12 +02:00

Fixed some typos/errors in the example configs comments.

This commit is contained in:
lethality
2011-10-27 00:13:00 +01:00
parent b14f5ea884
commit 961bb6e27e
4 changed files with 20 additions and 21 deletions
+4 -5
View File
@@ -131,8 +131,7 @@ operserv
* should be noted that session limiting, along with a large exception list, can degrade Services'
* performance.
*
* See the source and comments in sessions.c and the online help for more information about
* session limiting.
* See the online help for more information about session limiting.
*
* This directive is optional.
*/
@@ -248,7 +247,7 @@ command { service = "OperServ"; name = "AKILL"; command = "operserv/akill"; perm
*
* Provides the command operserv/chankill.
*
* Used to akill uses from an entire channel.
* Used to akill users from an entire channel.
*/
module { name = "os_chankill" }
command { service = "OperServ"; name = "CHANKILL"; command = "operserv/chankill"; permission = "operserv/chankill"; }
@@ -511,7 +510,7 @@ command { service = "OperServ"; name = "OLINE"; command = "operserv/oline"; perm
/*
* os_oper
*
* Provides the command opersev/oper.
* Provides the command operserv/oper.
*
* Used to configure opers and show information about opertypes.
*/
@@ -544,7 +543,7 @@ command { service = "OperServ"; name = "SESSION"; command = "operserv/session";
*
* Provides the command operserv/set.
*
* Used to set various settinsg such as superadmin, debug mode, etc.
* Used to set various settings such as superadmin, debug mode, etc.
*/
module { name = "os_set" }
command { service = "OperServ"; name = "SET"; command = "operserv/set"; permission = "operserv/set"; }