In the MUD I'm playing there's an alias that stops most ongoing activities, "stop", and I wish to use that throughout all my plugins to stop whatever chaining activities they have going on.
The problem is that I also want stop to be sent to the MUD. I've so far been forced to add a line with Send("stop") to the aliases (since I wont know which plugins will be installed) but that only results in the MUD being spammed.
What I suggest is a fallthrough option being added to aliases which, when enabled, will make the alias not interrupt the executed command.
The problem is that I also want stop to be sent to the MUD. I've so far been forced to add a line with Send("stop") to the aliases (since I wont know which plugins will be installed) but that only results in the MUD being spammed.
What I suggest is a fallthrough option being added to aliases which, when enabled, will make the alias not interrupt the executed command.