Difference between revisions of "OPROOM"

From Tootsville Wiki-Wiki
Jump to: navigation, search
(Created page with "Category:Operator Commands Go to, or bring someone to, an Operator Room Usage types: #(oproom) Go to an empty operator room #(oproom :bring (pick :user)...")
 
Line 1: Line 1:
[[Category:Operator Commands]]
+
[[Category:Operator commands]]
  
 
Go to, or bring someone to, an [[Operator Room]]
 
Go to, or bring someone to, an [[Operator Room]]

Revision as of 13:35, 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")