1. 가이드 페이지
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

conchat 메서드

            ██            
          ██  ██          
        ██      ██        
        ██      ██        
      ██          ██      
      ██          ██      
    ██              ██    
    ██              ██    
  ██░░  ██      ██░░░░██  
  ██░░████░░░░████░░░░██  
██░░░░░░░░░░░░░░░░░░░░░░██
██░░░░░░░░████░░░░░░░░░░██
██░░░░░░░░████░░░░░░░░░░██
  ██░░░░░░░░░░░░░░░░░░██  
    ██░░░░░░░░░░░░░░██    
      ██████████████      

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

사용자 설정

con.username()

채팅 대화

con.speak()