2 ideas come to mind,
1) when you open the console, a menu with quick commands (ie for those things you type in often) yeah lazy typist here
2) session isolation. or be able to group some sessions together, so that "ALL" from any of those grouped sessions are the only ones to receive the broadcast. Handy for when you use scripts that use "relay all", rather than sending to only the sessions you are using in said group, maybe add a *:all for when one really wants all sessions to get said commands...
enhancement suggestions
Moderators: Lavish Software Team, Moderators
RelayGroup is the command you're looking for. You can put sessions in a group and then relay to this group instead of "all", if your intent is not actually for something to go to "all"...2) session isolation. or be able to group some sessions together, so that "ALL" from any of those grouped sessions are the only ones to receive the broadcast. Handy for when you use scripts that use "relay all", rather than sending to only the sessions you are using in said group, maybe add a *:all for when one really wants all sessions to get said commands...
Code: Select all
relaygroup -join "group A"
relaygroup -join "group B"
relaygroup -leave "group A"
relay "group B" do something
Additionally, there are other mechanics you can use when targeting the relay command. The ISBoxer web site has a detailed table with examples: http://isboxer.com/wiki/Target#Advanced ... _mechanics. Note that ISBoxer calls a RelayGroup an Action Target Group -- it is the same thing.