From 5695a8b59524b58062e4874a135ee97e58cfe4ca Mon Sep 17 00:00:00 2001 From: Adam- Date: Sat, 26 Sep 2009 16:12:22 +0000 Subject: Fixed bug #1108. nickserv status now replies correctly and has been changed to reply with a 3rd parameter which is for the account name the user is logged in as git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2519 5417fbe8-f217-4b02-8779-1006273d7864 --- lang/fr.l | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'lang/fr.l') diff --git a/lang/fr.l b/lang/fr.l index 618ae2563..ab022bb6d 100644 --- a/lang/fr.l +++ b/lang/fr.l @@ -721,14 +721,8 @@ NICK_ACCESS_LIST_X_EMPTY La liste d'accès de %s est vide. # Status messages -NICK_STATUS_0 - STATUS %s 0 -NICK_STATUS_1 - STATUS %s 1 -NICK_STATUS_2 - STATUS %s 2 -NICK_STATUS_3 - STATUS %s 3 +NICK_STATUS_REPLY + STATUS %s %d %s # INFO responses NICK_INFO_SYNTAX @@ -4006,10 +4000,11 @@ NICK_HELP_STATUS Retourne si l'utilisateur utilisant le pseudo donné est reconnu en tant que propriétaire du pseudo. La réponse a ce format: - pseudo code-status + pseudo code-status account - où pseudo est le pseudo envoyé avec la commande, et - code-status peut être l'un des suivants: + where pseudo is the nickname sent with the command, + code-status is one of the following, and account + is the account they are logged in as. 0 - cet utilisateur n'est pas online ou le pseudo n'est pas enregistré -- cgit