Difference between revisions of "OPROOM"
From Tootsville Wiki-Wiki
BRFennPocock (talk | contribs) |
BRFennPocock (talk | contribs) |
||
| Line 9: | Line 9: | ||
Go to an empty operator room | Go to an empty operator room | ||
| − | #(oproom :bring ( | + | #(oproom :bring ([[PICK]] :user)) |
Pick a user by clicking on them, and then go to an empty operator room with them. | Pick a user by clicking on them, and then go to an empty operator room with them. | ||
Latest revision as of 13:36, 12 October 2016
Go to, or bring someone to, an Operator Room
Usage types:
#(oproom)
Go to an empty operator room
#(oproom :bring (PICK :user))
Pick a user by clicking on them, and then go to an empty operator room with them.
#(oproom :send (pick :user))
Send the user picked to an operator room, but don't join them there yet.
#(oproom :join NUMBER)
Go to the occupied operator room identified by NUMBER, joining anyone already there.
Instead of (pick :user) you can provide a "quoted-nickname" to find the user, eg:
#(oproom :bring "Example")