Typo; todos
This commit is contained in:
parent
085f473257
commit
1a784b2b08
@ -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"
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user