Val Lorentz
Val Lorentz
After applying 8029e2b3900ffc1ed0693e37bc0abcad3c71a6f6, passing the `--clean` option should ensure `supybot-test` cleans after itself. Could you check?
Ah yes my bad, `--clean` removes files *before* running tests, not after
Is it possible for you to rm them from your own test script, or change the CWD to /tmp before running supybot-test?
I'll think about it > Also now there is only one file left... I partially reverted my fix because it disabled the main log (`test-logs/messages.log`) entirely during tests which is...
c337684b01978b8b8ed5ef0940f5e8d3b05753f6 should do it
oops, f8dd8d764264ec3c0ef69555e438a2d1c0024ea0
`@daily name HH:MM:SS ` is equivalent to `@repeat --delay [seconds HH:MM:SS] name [seconds 1d] `, and shares its main issue: the event runs every 86400 seconds instead of every day,...
Could you add debug logs? (To get them, set `supybot.log.level` or `supybot.log.stdout.level` to `DEBUG`, trigger the crash, then set it back to `INFO`)
Here is how I'd fix it: in `format_entry`, we could compute total message size (`len(str(ircmsgs.privmsg(channel, normalized_entry))`) and if it's over 512, then subtract 512 to the message size and truncate...
That's a know issue. When running supybot-wizard, configuration variables with the replies are set using the current locale; in this case it's `supybot.replies.incorrectAuthentication`. From this point on, the bot cannot...