Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/now switch for enqueueing commands #206

Open
brazilofmux opened this issue Mar 24, 2015 · 4 comments
Open

/now switch for enqueueing commands #206

brazilofmux opened this issue Mar 24, 2015 · 4 comments

Comments

@brazilofmux
Copy link
Owner

Original issue 203 created by brazilofmux on 2006-10-30T22:37:07.000Z:

TinyMUSH 3.1 offers a /now switch on enqueueing commands like @switch,
@dolist, @trigger, and @force. This essentially skips the extra queue cycle
and executes the command immediately.

For example:

&cmd-mywho me = $mywho:
@pemit %# = u(u-mywho-header);
@dolist/now lwho() = {@pemit %# = u(u-mywho-line, ##)};
@pemit %# = u(u-mywho-footer);

The mywho command would put the footer after the who list, not before it.

Might want to make /now wiz-only for security and tight-looping reasons.

@brazilofmux
Copy link
Owner Author

Comment #1 originally posted by brazilofmux on 2006-10-30T23:24:08.000Z:

This one is a tad controversial, and there are interactions with @break and @Assert,
but if something can done, ...

@brazilofmux
Copy link
Owner Author

Comment #2 originally posted by brazilofmux on 2006-11-01T07:38:04.000Z:

As a historical note, a discussion of those sorts of interactions took place on
Adam's softcode list in 2001, so he should be familiar with the "controversy". I'll
attach a couple of old emails here in case that's helpful, because a google search
doesn't turn up these archives.

@brazilofmux
Copy link
Owner Author

Comment #3 originally posted by brazilofmux on 2006-12-27T20:50:51.000Z:

<empty>

@brazilofmux
Copy link
Owner Author

Comment #4 originally posted by brazilofmux on 2007-09-21T00:53:07.000Z:

<empty>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant