Skip to content

Commit d97cd0d

Browse files
llmIIqaisjp
andcommitted
Update bridge/irc_manager.go
No, we shouldn't warn. Co-authored-by: Qais Patankar <[email protected]>
1 parent d83dda1 commit d97cd0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bridge/irc_manager.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,7 @@ func (m *IRCManager) formatDiscordMessage(msgFormat string, e *irc.Event, conten
413413
msg = strings.ReplaceAll(msg, "${HOST}", e.Host)
414414
msg = strings.ReplaceAll(msg, "${CONTENT}", content)
415415
msg = strings.ReplaceAll(msg, "${TARGET}", target)
416-
} // else {
417-
// should we warn?
418-
//}
416+
}
419417

420418
return strings.Trim(msg, " ")
421419
}

0 commit comments

Comments
 (0)