Implement message reply/forward bridging in both directions

This commit is contained in:
Tulir Asokan
2018-01-22 21:20:56 +02:00
parent aaaf52576c
commit 8a3ccb6e8c
8 changed files with 113 additions and 30 deletions
-1
View File
@@ -43,7 +43,6 @@ class CommandHandler:
try:
command = command_handlers[command]
except KeyError:
print(sender.command_status)
if sender.command_status and "next" in sender.command_status:
args.insert(0, command)
command = sender.command_status["next"]