Skip to content
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

Messages can be pulled by anyone with the nick #9

Open
Nebulon-BFrigateFTW opened this issue Sep 2, 2016 · 5 comments
Open

Messages can be pulled by anyone with the nick #9

Nebulon-BFrigateFTW opened this issue Sep 2, 2016 · 5 comments
Labels

Comments

@Nebulon-BFrigateFTW
Copy link
Collaborator

Nebulon-BFrigateFTW commented Sep 2, 2016

While we might want this behavior for users that aren't registered (not much of a choice), it's undesirable for those that are since then people can just pull out their messages at any time by switching to their nick and saying something.
For registered nicks, we should check whether someone is identified to nickserv under the account for the nick.

@ask-compu
Copy link
Owner

how

@Nebulon-BFrigateFTW
Copy link
Collaborator Author

/ns info <nickname> gets information on the nickname and what account it's under. /whois <nickname will tell you about what account someone's registered under currently, I think.

@ask-compu
Copy link
Owner

ask-compu commented Feb 17, 2017

but the format that info is given in can change at any time, theres no way to be sure, also the way the code works it would need to do the check for every single message/join the bot sees, which would probably not make the irc admins too happy

@Nebulon-BFrigateFTW
Copy link
Collaborator Author

It only needs to check if the nick it sees has messages waiting.

@ask-compu
Copy link
Owner

ok look at the seen code then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants