ignoring slack chan join msg
parent
dcf9fd17e1
commit
4f31e65628
|
@ -204,7 +204,8 @@ func (bm *BotManager) handleCommand(eventText string) string {
|
|||
func (bm *BotManager) handleBotMessage(m *BotMessage) string {
|
||||
command := m.Message
|
||||
|
||||
if command == "" {
|
||||
switch command {
|
||||
case "", "has joined the channel":
|
||||
return ""
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue