Skip to content

Don't transmit "aborted" message to IRC if no prior announcement has been made

Ahmon Dancy requested to merge review/dancy/no-trivial-abort-announcements into master

cli.py: Application.handle_keyboard_interrupt(): Only announce the abort if a prior call to self.announce() has generated broadcast output.

Bug: T329228

Merge request reports