Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Herramienta / Comando para impedir intercambios entre usuario A y B #438

Open
python245 opened this issue Oct 10, 2023 · 3 comments
Open

Comments

@python245
Copy link

Como en toda plataforma p2p siempre hay malos entendidos, falta de seriedad, etc, por parte de algunos usuarios por lo cual siempre es necesaria alguna herramienta o forma de bloquear o impedir que un usuario con el que ya se ha tenido una mala experiencia
pueda tomar una orden, actualmente la unica forma de hacerlo es cancelar el intercambio por ambas partes, por lo cual el usuario mal intencionado puede ignorar y dejar tus fondos congelados hasta que el bot expire el intercambio. Debido a la falta de opcion de bloqueo el usuario mal intencionado puede realizar el congelamiento una y otra vez indefinidamente.

Posible Solucion:
comando /banuser @PERFIL
el cual debera bloquear intercambios entre usuario A y B, el bot debera conservar el id de telegram para prevenir cambios del @PERFIL.

comando /unbanuser @PERFIL
En caso de error o solucion al mal entendido y poder seguir haciendo intercambios con el usuario.

comando /banlist
Mostrara el listado de @Perfiles en la lista de bloqueo.

El bot debera ignorar el comando /banuser @PERFIL en caso de tener algun intercambio activo entre ambos usuarios para evitar mal uso del comando.

@grunch
Copy link
Member

grunch commented Oct 10, 2023

Ya tenemos los comandos /ban y /unban para fines administrativos así que llamarlo igual se prestaría para confusiones, creo que podemos llamarlo más bien /ignore, /unignore y /ignorelist.

Proposal in English

As in any p2p platform there are always misunderstandings, lack of seriousness, etc., by some users so it is always necessary some tool or way to block or prevent a user with whom you have already had a bad experience, to take an order.

Currently the only way to do this is to cancel the trade by both parties, so the ill-intentioned user can ignore and leave your funds frozen until the bot expires the trade. Due to the lack of blocking option the malicious user can perform the freeze over and over again indefinitely.

Possible Solution:
First command /ignore @username

Which should avoid exchanges between user A and B, the bot should keep the telegram id to prevent @username changes.

Second command `/unignore @username

In case of error or solution to the misunderstanding and be able to continue doing exchanges with the user.

Third command /ignorelist
Will show the list of @usernames in the list for this user.

The bot should ignore the /ignore @username command in case of an active exchange between both users to avoid misuse of the command.

@knocte
Copy link
Contributor

knocte commented Jan 5, 2024

creo que podemos llamarlo más bien /ignore, /unignore y /ignorelist.

or /block//unblock//blocklist?

@grunch
Copy link
Member

grunch commented Jan 19, 2024

creo que podemos llamarlo más bien /ignore, /unignore y /ignorelist.

or /block//unblock//blocklist?

perfecto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants