Skip to content

Commit

Permalink
Add Mooseman to privileged users. --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-daniels committed Jan 19, 2015
1 parent 0013c1f commit 65f8dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globalvars.py
Expand Up @@ -25,7 +25,7 @@ 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"] }
"245167", "230261", "213575", "241919", "203389", "202832"] }
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 65f8dc5

Please sign in to comment.