BOT COMMANDS LINE JOIN

    Usage: MSG <botname> LINE #<room> JOIN <nick|reason>

    This command will join you to a line if auto isn't enabled on the server. At the end is an optional reason that you can place in the join that will let the channel operators know the reason for being in the line.

    This command also will allow channel operators to add someone to a channel line.

    Example:
    /msg SupportBot line #lobby join Java Support please.
    /msg SupportBot line #lobby join Mark

    This command can be used to manually add yourself to the channel line. This enables you to add UI elemnts to have users 'take-a-ticket'.


    BOT COMMANDS LINE LIST

    Usage: MSG <botname> LINE #<room> LIST [<nick|number-number>]

    Command only: Lists the people that are currently in the channel line waiting assistance.

    With Nickname: Lists the status of that nickname.

    With Queue Number: Lists the users that are on the specified number range.

    Example:
    /msg SupportBot line #lobby list /msg SupportBot line #lobby list kelly
    /msg SupportBot line #lobby list 12-21

    Use this command when you're manually pulling people to other channels, or just need a status for the current channel.


    BOT COMMANDS LINE PART

    Usage: MSG <botname> LINE #<room> PART <nick>

    This command will part from the specified channel line. If used by a channel operator then a nickname may be used to remove someone from the channel line.

    Example:
    /msg SupportBot line #lobby part
    /msg SupportBot line #lobby part Mark

    This command can be used to manually remove yourself to the channel queue. This enables you to add UI elemnts to have users remove themselves if they don't want to be helped, or don't have any questions.


    BOT COMMANDS LINE PULL

    Usage: MSG <botname> LINE #<room> PULL <nick|channel> <nick|channel>

    PULL: When move is 'not' enabled in the channel this command will pull the first person in line and move them and the person that initiates the command to a server specified channel or if auto isn't enabled it will remove them from the line.

    PULL <nick>: This commnand pulls the person from the head of the line. If 'move' is enabled, the person is moved to a new channel, otherwise, they are not.

    PULL <nick> #: This will pull a specific person in line and move them and the person that initiates the command to a a newly-created channel. The operator will be pulled into the channel as well, the operator will be an operator of the new channel, and the channel will be set +is.

    PULL <nick> #<channel>: This will pull a specific person into an operator specified room. If the room doesn't exist the operator will be joined also and the room set +is.

    PULL #: This will take the next user in line and pull them into a newly-created channel. The operator will be pulled into the channel as well, the operator will be an operator of the new channel, and the channel will be set +is.

    PULL #<channel>: This will take the next user in line and pull them into the specified channel.

    Example:
    /msg SupportBot line #lobby pull
    /msg SupportBot line #lobby pull Mark


    BOT COMMANDS LINE REASON

    Usage: MSG <botname> LINE #<room> REASON <reason>

    Command only: Lists the people that are currently in the channel line waiting assistance.

    With Nickname: Lists the status of that nickname.

    With Queue Number: Lists the users that are on the specified number range.

    Example:
    /msg SupportBot line #lobby list /msg SupportBot line #lobby list kelly
    /msg SupportBot line #lobby list 12-21

    Use this command when you're manually pulling people to other channels, or just need a status for the current channel.


    BOT COMMANDS LINE STATUS

    Usage: MSG <botname> LINE #<room> REASON <reason>

    Command only: Lists your specific place in the channel line.

    With Nickname: Lists the status of that nickname.

    With Queue Number: Lists the users that are on the specified number range.

    Example:
    /msg SupportBot line #lobby status

    Use this comamnd to get your place in line.