diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-26 16:12:22 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-26 16:12:22 +0000 |
| commit | 5695a8b59524b58062e4874a135ee97e58cfe4ca (patch) | |
| tree | 9dd9711ef61e8040df484e0e2ca20f26d04397ac /lang/fr.l | |
| parent | 897f11e5176d7f42469dbd3c7e608607c7b51107 (diff) | |
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
Diffstat (limited to 'lang/fr.l')
| -rw-r--r-- | lang/fr.l | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -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é |
