-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
admin: save configuration on .join/.part command #1492
Conversation
What looked like a straightforward patch turns out to have some nice bugs upon testing…
641f1ec
to
0d54cb1
Compare
@dgw the "save password" thing is fixed. One test failed because of some random error, unrelated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to leave my test instance running for a bit before I finish testing for part messages (pretty sure the network I test on hides part/quit messages until the client has been connected for a while, to combat spam). But aside from those, this functionally checks out. 👍
Edit: Part messages tested fine, too.
Rebased upon master. @dgw merge when you want :) |
For good measure, I added a configuration save on the
part
command too.Fixes #563