OPROOM

From Tootsville Wiki-Wiki
Jump to: navigation, search


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")