diff --git a/davtelepot/__init__.py b/davtelepot/__init__.py index 96dc216..90d6759 100644 --- a/davtelepot/__init__.py +++ b/davtelepot/__init__.py @@ -7,7 +7,7 @@ __author__ = "Davide Testa" __email__ = "davte@libero.it" __credits__ = "Marco Origlia" __license__ = "GNU General Public License v3.0" -__version__ = "1.4.14" +__version__ = "1.4.15" __maintainer__ = "Davide Testa" __contact__ = "t.me/davte" diff --git a/davtelepot/admin_tools.py b/davtelepot/admin_tools.py index ec3c517..b8aa279 100644 --- a/davtelepot/admin_tools.py +++ b/davtelepot/admin_tools.py @@ -23,11 +23,11 @@ TALK_MESSAGES = dict( 'Until you end this session, your messages will be ' 'forwarded to each other.' ), - it={ + it=( 'Sei ora connesso con {u}.\n' 'Finché non chiuderai la connessione, i messaggi che scriverai ' 'qui saranno inoltrati a {u}, e ti inoltrerò i suoi.' - }, + ), ), help_text=dict( en='Press the button to search for user.', @@ -364,6 +364,8 @@ async def _talk_button(update, bot): ), ['admin'] ) + # TODO: message which says it has stopped + # TODO: register talking session in database if text: return dict( text=result,