Wave Image
















  • help > channel > player
    PLAYER-OWNED CHANNELS
    
    The new channel daemon allows players to create a channel for the private
    use of a particular group of players.  This might be a team, a site, or
    just a group of friends.
    
    You can only be on five player-owned channels at any given time, regardless
    of how many channels you may have been invited to join.
    
    If you choose to register a channel, use common sense.  Creating a channel
    that is inappropriately named will result in the immediate removal of the
    channel and possibly further consequences such as banishment and being
    banned from creating new channels.
    
    
    To show online admins for a channel:
        <channel name> /showadmin
    
        This will list channel admins that are online (and not who off) that
        you can ask for an invitation to join a channel.
    
    To register a channel:
        player /register <channel name> [<long name>]
    
        The name must be only alphabetic letters, it is the name by which
        you will refer to the channel.  The long name is optional, but may
        contain any description you like.
    
        Examples:
            player /register styx
            player /register luth Team LuTH
    
    To invite another player to the channel:
        <channel name> /invite <who>
    
        Use the name that you registered for your channel for <channel name>
        and the name of the character that you wish to invite for <who>.
        You may invite a player that is not currently logged on if you wish
        provided that they have logged in recently.
    
        Examples:
            styx /invite gorefeast
            luth /invite tooth
    
    To list the players that have invitations:
        <channel name> /invite list
    
        This will list the players that currently have invitations to join the
        specified channel.  This command is only available to the channel owner
        and channel administrators.
    
        Example:
            styx /invite list
    
    To remove an invitation for a player:
        <channel name> /banish <who>
        
        This command will remove the invitation for the given player.  They
        will be forced to leave the channel.  Only channel administrators (or
        the channel owner) may use this command.
    
        Example:
            styx /banish rune
    
    To list channel administrators:
        <channel name> /admin list
    
        Use this command to list the channel administrators for a given
        channel.  Only the channel owner or other channel admins may use this
        command.
    
        Examples:
            luth /admin list
    
    To make a player a channel administrator:
        <channel name> /admin <who>
    
        Use this to make the character <who> a channel administrator.  They
        will be able to invite other players to join the channel.  Only the
        owner of the channel may add or remove administrators.  If you wish 
        to remove an administrator, simply use the same command.
    
        Example:
            luth /admin chogall
    
    To remove your channel:
        <channel name> /unregister
    
        Use this command if you no longer wish to keep your channel.  Only
        the channel owner may use this command.
    
    See also:
        help channel 
    
    --
    Nov 03 - Sebastian