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

[Alias] BBM sometimes 2blind #71

Open
gkistler opened this issue Feb 18, 2016 · 1 comment
Open

[Alias] BBM sometimes 2blind #71

gkistler opened this issue Feb 18, 2016 · 1 comment
Assignees

Comments

@gkistler
Copy link
Collaborator

When bbm joins a channel, he should iterate over the nick list and add them all to seen users. This way even if a channel member has never spoken before, bbm still has a record of them (and users can send .tells, etc).

(10:36:44) * newnick ([email protected]) has joined #BEFREEAN
(10:36:53) <Grau> .alias newnick nick
(10:36:54) <bbm> (newnick) not seen before.


<- :[email protected] JOIN :#channel
-> irc.rizon.sexy PRIVMSG #channel :.alias newnick nick
<- :[email protected] PRIVMSG #channel :(newnick) not seen before.
@gkistler gkistler assigned gkistler and Clam- and unassigned gkistler Feb 18, 2016
@Clam-
Copy link
Owner

Clam- commented Feb 19, 2016

I agree somewhat on this. bbm should "see" them, but he hasn't really seen them "speak."
So a user entry could/should probably be made, but there's no actual "seen" data I guess...
Will think about how to handle it while I do the alias group thing

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

No branches or pull requests

2 participants