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

QUITs are often sent with an incorrect ChatBotId #39

@ipmb

Description

@ipmb

// 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions