Skip to content
Snippets Groups Projects
Select Git revision
  • 4.7.x-1.x
  • 8.x-1.x default
  • 9.x-1.x
  • 7.x-2.x
  • facebook-chat
  • 6.x-2.x
  • 6.x-3.x
  • 7.x-1.x
  • drupalconlondon
  • gsoc2011
  • master
  • 5.x-1.x
  • 6.x-1.x
  • 8.x-1.0-beta1
  • 7.x-2.2
  • 7.x-2.1
  • 7.x-2.0
  • 7.x-2.0-alpha2
  • 7.x-2.0-alpha1
  • 6.x-2.18
  • 7.x-1.0-beta1
  • 6.x-2.17
  • 6.x-2.16
  • 7.x-1.0-alpha1
  • 6.x-2.15
  • 6.x-2.14
  • 6.x-2.13
  • 6.x-2.12
  • 6.x-2.11
  • 6.x-2.10
  • 6.x-2.9
  • 6.x-2.8
  • 6.x-2.7
33 results

chatroom

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    The Great Git Migration authored and Drupal Git User (LDAP) committed
    0f576bfa
    History
    Chat Room allows users to talk together in real time. Users enter chat rooms
    which can have multiple chats. Permissions can be set to restrict who can
    access, edit, and create chats and chat rooms.
    
    You can:
    
    Create a chat room (at node/add/chatroom).
    View a list of chat rooms (at chatrooms).
    Add a title to the list of chat rooms (at admin/settings/chatroom).
    Archive chats on the chat room edit page.
    
    CHAT COMMANDS
    -------------
    
    /msg username message - Send a private message to a specific user.
    
    The following commands can be used by administrators while they are in a
    chat:
    
    /kick (username) - The user will be kicked from the chat and be redirected
    to a message page (message is configurable). The other users in the chat
    will just see that the user has left the chat. The kicked user can enter the
    chat again.
    
    /ban username - Permanently bans user from the chat. Works only for
    registered users. Edit the chat room to remove users from the banned list.