-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
how |
|
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 |
It only needs to check if the nick it sees has messages waiting. |
ok look at the seen code then |
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.
The text was updated successfully, but these errors were encountered: