pull/374/head
Mike Lang 12 months ago
parent b7e8b83c8d
commit 859852fc50

@ -128,6 +128,10 @@ def post_schedule(client, send_client, start_time, schedule, stream, hour, no_me
shift = "omega"
shift_hour = hour - omega + 1
if hour == last:
shift = "crab"
shift_hour = 8.88
def render_name(user_id, mention=True):
if no_mentions:
mention = False

Loading…
Cancel
Save