This site uses [ConsoleChat.io](<http://consolechat.io/>) - The Underground Meeting Room. There are 0 users online.
Launch [cc.io](<http://cc.io/>): cc.start()
All availble commands:
cc.start() = Launch chat
cc.help() = Get instructions
cc.username("username") = Set a nickname
cc.public() = Chat with users on global channel
cc.onsite() = Chat only to users on the same site that your are currently (current tab)
cc.say("message") = Send a message to chat
cc.msg("username", "message") = Send a private message to user
cc.join("channel") = Join a channel. Or create a chanel if the channel does not exist yet.
cc.join("channel", "private") = Creates a private channel that is not visible for others via cc.list()
cc.list() = Shows a list of all public channels available.
cc.who() = Shows a list of users who are currently on the channel.
cc.leave() = Leave your current channel
cc.close() = Close chat
██
██ ██
██ ██
██ ██
██ ██
██ ██
██ ██
██ ██
██░░ ██ ██░░░░██
██░░████░░░░████░░░░██
██░░░░░░░░░░░░░░░░░░░░░░██
██░░░░░░░░████░░░░░░░░░░██
██░░░░░░░░████░░░░░░░░░░██
██░░░░░░░░░░░░░░░░░░██
██░░░░░░░░░░░░░░██
██████████████
con.chat() = start chatting
con.username()
con.speak()
-----------------
con.debug()
con.DM()
-----------------
con.public()
con.onSite()
con.createRoom()
con.enterRoom()
con.leaveRoom()
-----------------
con.userList()
con.roomList()
-----------------
con.guide()
con.close()
con.chat()
채팅을 시작합니다.
default: public 모드
chat 을 시작하면 conchat을 시작했다는 것을 유저에게 시각적으로 보여줄 방법 (backgound-color?, 텍스트..)
가이드 내용
con.username()
con.speak()