diff options
-rw-r--r-- | data/anope.example.conf | 10 | ||||
-rw-r--r-- | data/hostserv.example.conf | 22 | ||||
-rw-r--r-- | data/nickserv.example.conf | 2 | ||||
-rw-r--r-- | data/stats.standalone.example.conf | 6 | ||||
-rw-r--r-- | docs/README | 2 |
5 files changed, 21 insertions, 21 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 0de53533c..578830186 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -325,7 +325,7 @@ networkinfo * The characters allowed in hostnames. This is used for validating hostnames given * to services, such as BotServ bot hostnames and user vhosts. Changing this is not * recommended unless you know for sure your IRCd supports whatever characters you are - * wanting to use. Telling services to set a vHost containing characters your IRCd + * wanting to use. Telling services to set a vhost containing characters your IRCd * disallows could potentially break the IRCd and/or Anope. * * It is recommended you DON'T change this. @@ -333,7 +333,7 @@ networkinfo vhost_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-/" /* - * If set to true, allows vHosts to not contain dots (.). + * If set to true, allows vhosts to not contain dots (.). * Newer IRCds generally do not have a problem with this, but the same warning as * vhost_chars applies. * @@ -343,7 +343,7 @@ networkinfo /* * The characters that are not allowed to be at the very beginning or very ending - * of a vHost. The same warning as vhost_chars applies. + * of a vhost. The same warning as vhost_chars applies. * * It is recommended you DON'T change this. */ @@ -890,8 +890,8 @@ opertype /* An optional list of user@host masks. If defined the user must be connected from one of them */ #host = "*@*.anope.org ident@*" - /* An optional vHost to set on users who identify for this oper block. - * This will override HostServ vHosts, and may not be available on all IRCds + /* An optional vhost to set on users who identify for this oper block. + * This will override HostServ vhosts, and may not be available on all IRCds */ #vhost = "oper.mynet" } diff --git a/data/hostserv.example.conf b/data/hostserv.example.conf index 4c15e04a1..4451207ad 100644 --- a/data/hostserv.example.conf +++ b/data/hostserv.example.conf @@ -26,7 +26,7 @@ service /* * The realname of the HostServ client. */ - gecos = "vHost Service" + gecos = "Hostname Service" /* * The modes this client should use. @@ -106,7 +106,7 @@ command { service = "HostServ"; name = "HELP"; command = "generic/help"; } * * Provides the commands hostserv/del and hostserv/delall. * - * Used for removing users' vHosts. + * Used for removing users' vhosts. */ module { name = "hs_del" } command { service = "HostServ"; name = "DEL"; command = "hostserv/del"; permission = "hostserv/del"; } @@ -117,14 +117,14 @@ command { service = "HostServ"; name = "DELALL"; command = "hostserv/delall"; pe * * Provides the command hostserv/group. * - * Used for grouping one vHost to many nicks. + * Used for syncing one vhost to many nicks. */ module { name = "hs_group" /* - * Upon nickserv/group, this option syncs the nick's main vHost to the grouped nick. + * Upon nickserv/group, this option syncs the nick's main vhost to the grouped nick. */ syncongroup = true @@ -140,7 +140,7 @@ command { service = "HostServ"; name = "GROUP"; command = "hostserv/group"; } * * Provides the command hostserv/list. * - * Used for listing actively set vHosts. + * Used for listing actively set vhosts. */ module { name = "hs_list" } command { service = "HostServ"; name = "LIST"; command = "hostserv/list"; permission = "hostserv/list"; } @@ -150,7 +150,7 @@ command { service = "HostServ"; name = "LIST"; command = "hostserv/list"; permis * * Provides the command hostserv/off. * - * Used for turning off your vHost. + * Used for turning off your vhost. */ module { name = "hs_off" } command { service = "HostServ"; name = "OFF"; command = "hostserv/off"; } @@ -160,7 +160,7 @@ command { service = "HostServ"; name = "OFF"; command = "hostserv/off"; } * * Provides the command hostserv/on. * - * Used for turning on your vHost. + * Used for turning on your vhost. */ module { name = "hs_on" } command { service = "HostServ"; name = "ON"; command = "hostserv/on"; } @@ -170,20 +170,20 @@ command { service = "HostServ"; name = "ON"; command = "hostserv/on"; } * * Provides the commands hostserv/request, hostserv/activate, hostserv/reject, and hostserv/waiting. * - * Used to manage vHosts requested by users. + * Used to manage vhosts requested by users. */ module { name = "hs_request" /* - * If set, Anope will send a memo to the user requesting a vHost when it's been + * If set, Anope will send a memo to the user requesting a vhost when it's been * approved or rejected. */ #memouser = yes /* - * If set, Anope will send a memo to all services staff when a new vHost is requested. + * If set, Anope will send a memo to all services staff when a new vhost is requested. */ #memooper = yes } @@ -197,7 +197,7 @@ command { service = "HostServ"; name = "WAITING"; command = "hostserv/waiting"; * * Provides the commands hostserv/set and hostserv/setall. * - * Used for setting users' vHosts. + * Used for setting users' vhosts. */ module { name = "hs_set" } command { service = "HostServ"; name = "SET"; command = "hostserv/set"; permission = "hostserv/set"; } diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 4743a6f90..536632036 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -699,7 +699,7 @@ command { service = "NickServ"; name = "UNSUSPEND"; command = "nickserv/unsuspen * * Provides the command nickserv/update. * - * Used to update your status on all channels, turn on your vHost, etc. + * Used to update your status on all channels, turn on your vhost, etc. */ module { name = "ns_update" } command { service = "NickServ"; name = "UPDATE"; command = "nickserv/update"; } diff --git a/data/stats.standalone.example.conf b/data/stats.standalone.example.conf index c769201b1..37fe4ab4d 100644 --- a/data/stats.standalone.example.conf +++ b/data/stats.standalone.example.conf @@ -315,7 +315,7 @@ networkinfo * The characters allowed in hostnames. This is used for validating hostnames given * to services, such as BotServ bot hostnames and user vhosts. Changing this is not * recommended unless you know for sure your IRCd supports whatever characters you are - * wanting to use. Telling services to set a vHost containing characters your IRCd + * wanting to use. Telling services to set a vhost containing characters your IRCd * disallows could potentially break the IRCd and/or Anope. * * It is recommended you DON'T change this. @@ -323,7 +323,7 @@ networkinfo vhost_chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-" /* - * If set to true, allows vHosts to not contain dots (.). + * If set to true, allows vhosts to not contain dots (.). * Newer IRCds generally do not have a problem with this, but the same warning as * vhost_chars applies. * @@ -333,7 +333,7 @@ networkinfo /* * The characters that are not allowed to be at the very beginning or very ending - * of a vHost. The same warning as vhost_chars applies. + * of a vhost. The same warning as vhost_chars applies. * * It is recommended you DON'T change this. */ diff --git a/docs/README b/docs/README index 916d7b4f8..2f0503dc4 100644 --- a/docs/README +++ b/docs/README @@ -160,7 +160,7 @@ Table of Contents they log on, to set modes and to kick users from any channel, to send notices quickly to the entire network, and much more! - * HostServ, a neat service that allows users to show custom vHosts + * HostServ, a neat service that allows users to show custom vhosts (virtual hosts) instead of their real IP address; this only works on daemons supporting ip cloaking, such as UnrealIRCd. |