RaphielGang / Telegram-Paperplane

The Paperplane userbot project - a Telegram userbot helping to improve your Telegram experience. https://t.me/tgpaperplane
Other
289 stars 1.06k forks source link

userbot: Reply to a list for easier editing, no annoying sed errors, more #181

Closed zakaryan2004 closed 5 years ago

zakaryan2004 commented 5 years ago

==========Changes in Lists:==========

===================================

=======Other minor changes:========

===================================

More on the Lists module's second change: Starting with this change, you can no longer use .addlistitem(s) like this: .addlistitems list item 1 item 2 ...

Now, it needs to be like this: .addlistitems list item 1 item 2 ...

I have done this, because the new change allows you to omit the list name when replying, and the pattern wouldn't be able to distinguish if the given argument was the list name or an item. So, items need to be listed starting from a new line. If anyone has a better way to make this work, please suggest your changes.