diff --git a/files/routes/posts.py b/files/routes/posts.py index c8fd8d0a0..c10ebd68d 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -1367,7 +1367,7 @@ def submit_post(v, sub=None): if body.startswith('!slots'): check_for_slots_command(body, snappy, c) - if body.startswith(':#marseypin'): + if body.startswith(':#marseypin:') or body.startswith(':#marseypin2:'): post.stickied = "Snappy" post.stickied_utc = int(time.time()) + 3600