Typo; todos

This commit is contained in:
Davte 2018-11-25 10:56:35 +01:00
parent 085f473257
commit 1a784b2b08
2 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@ __author__ = "Davide Testa"
__email__ = "davte@libero.it" __email__ = "davte@libero.it"
__credits__ = "Marco Origlia" __credits__ = "Marco Origlia"
__license__ = "GNU General Public License v3.0" __license__ = "GNU General Public License v3.0"
__version__ = "1.4.14" __version__ = "1.4.15"
__maintainer__ = "Davide Testa" __maintainer__ = "Davide Testa"
__contact__ = "t.me/davte" __contact__ = "t.me/davte"

View File

@ -23,11 +23,11 @@ TALK_MESSAGES = dict(
'Until you end this session, your messages will be ' 'Until you end this session, your messages will be '
'forwarded to each other.' 'forwarded to each other.'
), ),
it={ it=(
'Sei ora connesso con {u}.\n' 'Sei ora connesso con {u}.\n'
'Finché non chiuderai la connessione, i messaggi che scriverai ' 'Finché non chiuderai la connessione, i messaggi che scriverai '
'qui saranno inoltrati a {u}, e ti inoltrerò i suoi.' 'qui saranno inoltrati a {u}, e ti inoltrerò i suoi.'
}, ),
), ),
help_text=dict( help_text=dict(
en='Press the button to search for user.', en='Press the button to search for user.',
@ -364,6 +364,8 @@ async def _talk_button(update, bot):
), ),
['admin'] ['admin']
) )
# TODO: message which says it has stopped
# TODO: register talking session in database
if text: if text:
return dict( return dict(
text=result, text=result,