-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tell/remind] Add warning when trying to tell/remind someone many thing #29
Comments
Do we actually want this? I've put the query in the code commented out, but it seems kinda... useless? |
* Fixed docstrigns for calc * Fixed handling of calc error * Changed strins of assembleMsgWLen to use .format instead of % for string interpolation, which means changed modules to use {0}etc instead of %s * Changed strins of assembleMsgWLen so that is requires a list for manipulating. Also changed modules that used this to use lists * Fixed missing import in tell for dpasting * Added checking for self in tell and remind * Added code for #29 but commented it out * Changed bot to not blindly truncate lines because that's bads * Fixed bot's trimming of unicode data/maximum msg size * Used a little bit saner implementation of assembleMsgWLen which changed splitEncodedUnicode to return encoded trimmed string size. Fixes #28 * Hardcoded a "granularity" in distance_of_time_in_words * Fixed bug in settings which would dump list with None in it * Fixed bug in settings where old server wouldn't be removed when config changed. Fixes #31
Not a big deal if it's a slow query since it'll just be on tell, but I agree that it seems kinda useless. The message existed in oldbbm because oldbbm did fire and forget with the tells when pastebinning them, so it would be better to focus our attention on ensuring the delivery of tells instead of warning that they might get lost. |
This may be important after all since current bot will fire and forget pastehelper. |
I'm thinking the best bet is to modify the database to indicate delivery after either |
That would be useful to rewire the logic to update the DB after paste finishes. |
I guess need to query for undelivered items and count. Should be trivial.
The text was updated successfully, but these errors were encountered: