Skip to content

Commit

Permalink
change order of room joining
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsan committed Aug 25, 2015
1 parent 04c361c commit a8b6c0b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions nap/data/RoomData.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,16 @@ var BotRoomData = {

camperbot: [

// dev rooms
{
title: "Botdiscussion",
name: "dcsan/botzy",
private: true,
topics: ['bots', 'fcc', 'teaching']
title: "MainHelp",
name: "FreeCodeCamp/FreeCodeCamp",
topics: ['bots', 'fcc']
},

{
title: "Help Bonfires",
name: "FreeCodeCamp/HelpBonfires",
topics: bonfireTopics
},

{
Expand Down Expand Up @@ -244,12 +248,6 @@ var BotRoomData = {
topics: ["ziplines"]
},

{
title: "Help Bonfires",
name: "FreeCodeCamp/HelpBonfires",
topics: bonfireTopics
},

{
title: "CoreTeam",
name: "FreeCodeCamp/CoreTeam",
Expand Down Expand Up @@ -321,11 +319,13 @@ var BotRoomData = {
name: "LiveCoding"
},

// dev rooms
{
title: "MainHelp",
name: "FreeCodeCamp/FreeCodeCamp",
topics: ['bots', 'fcc']
}
title: "Botdiscussion",
name: "dcsan/botzy",
private: true,
topics: ['bots', 'fcc', 'teaching']
},

// {
// title: "HelpBonfires",
Expand Down

0 comments on commit a8b6c0b

Please sign in to comment.