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)...")
 
 
(One intermediate revision by the same user not shown)
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]]
Line 9: Line 9:
 
Go to an empty operator room
 
Go to an empty operator room
  
     #(oproom :bring (pick :user))
+
     #(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")