From d9d30d9279a61e21bdd100cf7f3f2af0cae50677 Mon Sep 17 00:00:00 2001 From: HarHar Date: Thu, 24 Jan 2013 17:52:21 -0200 Subject: [PATCH] Change author line and move bot.py to ircBot.py --- syncplay/{bot.py => ircBot.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename syncplay/{bot.py => ircBot.py} (99%) 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)