Replaced foo in displayed messages (#5348).
This commit is contained in:
parent
03103efa35
commit
5f449b66e5
1 changed files with 11 additions and 11 deletions
|
@ -51,7 +51,7 @@ public class HelpHook extends Hook
|
|||
{
|
||||
result = new StringList();
|
||||
result.append("!aide, !help : afficher l'aide générale");
|
||||
result.append("!aide foo, !help foo : afficher l'aide de la commande foo");
|
||||
result.append("!aide commande, !help commande : afficher l'aide de la commande !commande");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -81,7 +81,7 @@ public class HelpHook extends Hook
|
|||
bot.sendMessage(sender, "Voici les commandes que je comprends :");
|
||||
bot.sendMessage(sender, " ");
|
||||
bot.sendMessage(sender, " !aide,!help : afficher cette aide");
|
||||
bot.sendMessage(sender, " !aide foo : afficher l'aide de la comande foo");
|
||||
bot.sendMessage(sender, " !aide commande : afficher l'aide de la commande !commande");
|
||||
bot.sendMessage(sender, " !début : commencer une nouvelle revue");
|
||||
bot.sendMessage(sender, " % message : traiter comme un commentaire");
|
||||
bot.sendMessage(sender, " # titre : démarrer un sujet individuel");
|
||||
|
|
Loading…
Reference in a new issue