-
-
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
Ability to add admins in irc #886
Comments
Actually, once |
Sounds like a good idea. But set doesn't let you change it? or do you have to redefine the whole list to change 1 item? |
The way |
|
This (and .set too) is a bad idea |
Yeah, changing the confg from IRC, with the current state of auth, is probably not something we should have. This is a blatantly obvious privilege escalation vuln. When it does come time to do this, it should be more general append/remove support for list items. |
As I've to maintain a server, I totally agree with @elad661 and @embolalia, it's scary! |
#1385 fixed the issue with |
There currently is no way to add admins to the config file without manually editing the file and adding them. A simple:
would be awesome. Also should be restricted to owner only for obvious reasons.
The text was updated successfully, but these errors were encountered: