Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaggivara committed Feb 10, 2012
1 parent ba6df05 commit bfc8858
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -125,7 +125,7 @@ On the emit directive we look at the user provided token to see what they want t

directive = "emit"
channel = LOBBY_CHANNEL

token = match("^create_room")
run("forum:api_create_room")
end
Expand All @@ -135,7 +135,7 @@ On the emit directive we look at the user provided token to see what they want t
end
end
....
....


**-- api_create_rooms.js (behaviors)**
Expand Down Expand Up @@ -267,7 +267,6 @@ On open on the LOBBY_CHANNEL we invoke **onhandshake.js** where we get the **con
deny("CHANNEL_MUST_BE_OPENED_WITH_EMIT_ONLY")
end


for (var ROOM = 1; ROOM <= MAX_ROOMS; ROOM++) {
channel = (ROOM + ROOM_OFFSET)
mode = "rwe"
Expand Down

0 comments on commit bfc8858

Please sign in to comment.