diff --git a/syncplay/bot.py b/syncplay/ircBot.py similarity index 99% rename from syncplay/bot.py rename to syncplay/ircBot.py index 38d097a..c51afee 100644 --- a/syncplay/bot.py +++ b/syncplay/ircBot.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Author: HarHar (https://github.com/HarHar) +# @author HarHar import sys import os @@ -229,4 +229,4 @@ def elapsed_time(seconds, suffixes=['y','w','d','','',''], add_s=False, separato if seconds < 1: break - return separator.join(time) \ No newline at end of file + return separator.join(time)