Skip to content

Commit

Permalink
No hats anymore :( --autopull
Browse files Browse the repository at this point in the history
  • Loading branch information
angussidney committed Jan 18, 2017
1 parent 46b8c66 commit 5f495ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chatcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def command_wut(*args, **kwargs):
return Response(command_status=True, message="Whaddya mean, 'wut'? Humans...")


""" Uncomment when Winterbash comes back
# noinspection PyIncorrectDocstring,PyUnusedLocal
def command_hats(*args, **kwargs):
wb_start = datetime(2016, 12, 19, 0, 0, 0)
Expand Down Expand Up @@ -452,6 +453,7 @@ def command_hats(*args, **kwargs):
return_string = "Winter Bash won't end for {} {}, {} {}, {} {}, and {} {}. GO EARN SOME HATS!".format(
diff.days, daystr, hours, hourstr, minutes, minutestr, seconds, secondstr)
return Response(command_status=True, message=return_string)
"""


# --- Block application from posting functions --- #
Expand Down

0 comments on commit 5f495ba

Please sign in to comment.