-
Notifications
You must be signed in to change notification settings - Fork 1
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
Validity checks #4
Comments
Look at:
|
Been working on this now today and last few days. |
Leaving it running on Contabo to see how it fairs - doubt there are any bugs :) |
Gonna continue watching. Only disconnects I had was a misconfigured release hook being handled by gitea-irc-bot's |
Added some unit tests |
This seems fine ✔️ Honestly, a better test is with botty - so I will test with that tonight |
I have confirmed it works with botty and does strip ✔️ |
Going to finish up and merge soon |
Added unit tests to test
|
Okay, merging this now. |
textPass(ref string)
We should add two modes:
Invalid can mean containing a CR or LF basically. So this would be an easy check.
What about
Message
'sencode()
?Currently it does the same but on error throws an exception. Are we sure we want that behaviour?
The text was updated successfully, but these errors were encountered: