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

Document /ns confirm nick in /ns help confirm for services operators

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2587 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2009-10-25 04:13:07 +00:00
parent 6e3aa36876
commit 13f92e03be
15 changed files with 68 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
Anope Version 1.9.2
--------------------
*** New Strings:
NICK_HELP_CONFIRM_OPER
*** Mod Strings:
+5
View File
@@ -4010,6 +4010,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -4041,6 +4041,11 @@ NICK_HELP_CONFIRM
Registrationsprozesses. Für mehr Informationen über die erste
Stufe des Registrationsprozesses tippe: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -3876,6 +3876,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -3982,6 +3982,11 @@ NICK_HELP_CONFIRM
registo. Para mas informacion sobre la primera etpa del proceso
de registro, escribe: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Sintaxis: RESEND
+5
View File
@@ -4041,6 +4041,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -4013,6 +4013,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -3922,6 +3922,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -3889,6 +3889,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -3955,6 +3955,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -4966,6 +4966,11 @@ NICK_HELP_CONFIRM
adres e-mail podany podczas pierwszego kroku rejestracji.
Aby siê dowiedzieæ wiêcej wpisz %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Sk³adnia: RESEND
+5
View File
@@ -3901,6 +3901,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+5
View File
@@ -3951,6 +3951,11 @@ NICK_HELP_CONFIRM
íà âàø e-mail â ïåðâîé ÷àñòè ïðîöåññà ðåãèñòðàöèè íèêà. Äëÿ áîëåå
ïîäðîáíîé èíôîðìàöèè ñì. %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Ñèíòàêñèñ: RESEND
+5
View File
@@ -4002,6 +4002,11 @@ NICK_HELP_CONFIRM
registration process. For more information about the first
stage of the registration process, type: %R%S HELP REGISTER
NICK_HELP_CONFIRM_OPER
Additionally, Services Operators with the nickserv/confirm permission can
replace passcode with a users nick to force validate them.
NICK_HELP_RESEND
Syntax: RESEND
+2
View File
@@ -162,6 +162,8 @@ class CommandNSConfirm : public Command
bool OnHelp(User *u, const ci::string &subcommand)
{
notice_help(s_NickServ, u, NICK_HELP_CONFIRM);
if (u->nc && u->nc->HasCommand("nickserv/confirm"))
notice_help(s_NickServ, u, NICK_HELP_CONFIRM_OPER);
return true;
}
};