diff --git a/src/mdb/mdb_shell.py b/src/mdb/mdb_shell.py index 3d5f93f..c9426c7 100644 --- a/src/mdb/mdb_shell.py +++ b/src/mdb/mdb_shell.py @@ -349,7 +349,7 @@ def precmd(self, line: str) -> str: return "broadcast stop" return line - if line == "broadcast stop": + if line in ("broadcast stop", "bc stop"): return line if self.broadcast_mode: