mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 08:16:16 -05:00
Allow bash to take multiline input (#2791)
This commit is contained in:
parent
e853a61d58
commit
12052dee7c
|
|
@ -3358,7 +3358,7 @@ let commands = exports.commands = {
|
|||
process.nextTick(() => {
|
||||
// We might want to migrate most of this to a JSON schema of command attributes.
|
||||
CommandParser.multiLinePattern.register(
|
||||
'>>>? ', '/(?:room|staff)intro ', '/(?:staff)?topic ', '/adddatacenters '
|
||||
'>>>? ', '/(?:room|staff)intro ', '/(?:staff)?topic ', '/adddatacenters ', '/bash '
|
||||
);
|
||||
|
||||
let globalCmds = new Set([
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user