You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: