Skip to content

Commit

Permalink
Add bummi to privileged Tavern users
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Jan 29, 2015
1 parent fc5ce69 commit 74ec9c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion globalvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ class GlobalVars:
privileged_users = {charcoal_room_id: ["117490", "66258", "31768", "103081", "73046", "88521", "59776", "31465"],
meta_tavern_room_id: ["259867", "244519", "244382", "194047", "158100", "178438", "237685",
"215468", "229438", "180276", "161974", "244382", "186281", "266094",
"245167", "230261", "213575", "241919", "203389", "202832", "160017"]}
"245167", "230261", "213575", "241919", "203389", "202832", "160017",
"201151"]}
smokeDetector_user_id = {charcoal_room_id: "120914", meta_tavern_room_id: "266345"}
commit = os.popen("git log --pretty=format:'%h' -n 1").read()
commit_with_author = os.popen("git log --pretty=format:'%h (%cn: *%s*)' -n 1").read()
Expand Down

0 comments on commit 74ec9c0

Please sign in to comment.