mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add AN slash command
This commit is contained in:
@ -97,7 +97,9 @@ function executeSlashCommands(text) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const lines = text.split('\n');
|
||||
// Hack to allow multi-line slash commands
|
||||
// All slash command messages should begin with a slash
|
||||
const lines = [text];
|
||||
const linesToRemove = [];
|
||||
|
||||
let interrupt = false;
|
||||
|
Reference in New Issue
Block a user