Skip to content

Commit

Permalink
stop fire from going to SOCVR --autoupdate
Browse files Browse the repository at this point in the history
till the duplicate message problem is solved
  • Loading branch information
double-fault committed May 9, 2017
1 parent e30fe4c commit 2d4a165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/startup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ func main() throws {
rooms = [
ChatRoom(client: client, host: .stackOverflow, roomID: 123602), //FireAlarm Development
ChatRoom(client: client, host: .stackOverflow, roomID: 111347), //SOBotics
ChatRoom(client: client, host: .stackOverflow, roomID: 41570), //SO Close Vote Reviewers
ChatRoom(client: client, host: .stackExchange, roomID: 54445), //SEBotics
//ChatRoom(client: client, host: .stackOverflow, roomID: 41570), //SO Close Vote Reviewers
//ChatRoom(client: client, host: .stackExchange, roomID: 54445), //SEBotics
]

development = false
Expand Down

0 comments on commit 2d4a165

Please sign in to comment.