diff options
-rw-r--r-- | data/chanserv.example.conf | 4 | ||||
-rw-r--r-- | data/nickserv.example.conf | 2 | ||||
-rw-r--r-- | data/operserv.example.conf | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 276697bb0..3971e8cd2 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -870,7 +870,7 @@ command_group command_group { name = "chanserv/admin"; - description = "Servies Operator commands" + description = "Services Operator commands" } /* Give it a help command */ @@ -1235,7 +1235,7 @@ command service = "ChanServ"; name = "OWNER"; command = "rewrite"; group = "chanserv/status" rewrite = true - rewrite_souce = "OWNER $" + rewrite_source = "OWNER $" rewrite_target = "MODE $1 SET +q $2" rewrite_description = _("Gives you owner status on channel") diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 136d586cb..0222aa5cf 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -308,7 +308,7 @@ nickserv command_group { name = "nickserv/admin"; - description = "Servies Operator commands" + description = "Services Operator commands" } /* Give it a help command */ diff --git a/data/operserv.example.conf b/data/operserv.example.conf index 9c11555c7..d0579e219 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -593,7 +593,7 @@ command { service = "OperServ"; name = "OPER"; command = "operserv/oper"; permis /* * os_reload * - * Provides the command operserv/relad. + * Provides the command operserv/reload. * * Used to reload the services.conf configuration file. */ |