Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

QUITs are often sent with an incorrect ChatBotId #39

Open
ipmb opened this issue Nov 23, 2015 · 0 comments
Open

QUITs are often sent with an incorrect ChatBotId #39

ipmb opened this issue Nov 23, 2015 · 0 comments
Labels

Comments

@ipmb
Copy link
Member

ipmb commented Nov 23, 2015

// Dispatch the line to several channels.
// We need this for QUIT for example, which goes to all channels
// that user was in.
func (dis *Dispatcher) DispatchMany(l *line.Line, channels []string) {
for _, chName := range channels {
l.Channel = chName
dis.Dispatch(l)
}
}

If the ChatBotId/Channel don't match the plugins won't be able to process the line.

@ipmb ipmb added the bug label Nov 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant