diff options
author | lethality <lethality@anope.org> | 2011-10-27 00:13:00 +0100 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-10-27 00:13:00 +0100 |
commit | 961bb6e27e5f71bbfb8eb5227b2bf94e08bbd798 (patch) | |
tree | 2c95f8ee55eb8bef26d88a2c109d34a166ab467f /data/operserv.example.conf | |
parent | b14f5ea884e17500d5a08e3ca18957a8fb2a79f6 (diff) |
Fixed some typos/errors in the example configs comments.
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index ac038a58a..f30c187e5 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -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"; } |