github.com/zhangbo2008/go_cherry_room@v0.0.0-20200225122943-fc7e48f14105/aliens_on_earth.cherry (about)

     1  # Aliens on earth room config.
     2  
     3  cherry.aliens-on-earth.templates (
     4      top = "templates/top/0.html"
     5      body = "templates/body/0.html"
     6      banner = "templates/banner/0.html"
     7      highlight = "templates/highlight/0.html"
     8      entrance = "templates/entrance/0.html"
     9      exit = "templates/exit/0.html"
    10      nickclash = "templates/nickclash/0.html"
    11      skeleton = "templates/skeleton/0.html"
    12      brief = "templates/brief/0.html"
    13      find-results-head = "templates/find/h0.html"
    14      find-results-body = "templates/find/b0.html"
    15      find-results-tail = "templates/find/t0.html"
    16      find-bot = "templates/find/fb0.html"
    17  )
    18  
    19  cherry.aliens-on-earth.actions (
    20      a01 = "talks to"
    21      a02 = "screams with"
    22      a03 = "IGNORE"
    23      a04 = "NOT IGNORE"
    24  )
    25  
    26  cherry.aliens-on-earth.actions.templates (
    27      a01 = "templates/actions/a01.html"
    28      a02 = "templates/actions/a02.html"
    29      a03 = "templates/actions/a01.html"
    30      a04 = "templates/actions/a01.html"
    31  )
    32  
    33  #cherry.aliens-on-earth.images ()
    34  
    35  #cherry.aliens-on-earth.images.url ()
    36  
    37  cherry.aliens-on-earth.misc (
    38      join-message = "joined...<script>scrollIt();</script>"
    39      exit-message = "has left...<script>scrollIt();</script>"
    40      on-ignore-message = "(only you can see it) IGNORING "
    41      on-deignore-message = "(only you can see it) is NOT IGNORING "
    42      greeting-message = "Take meeeeee to your leader!!!"
    43      private-message-marker = "(private)"
    44      max-users = 10
    45      allow-brief = yes
    46      all-users-alias = "EVERYBODY"
    47      ignore-action = "a03"
    48      deignore-action = "a04"
    49  )