Change author line and move bot.py to ircBot.py

This commit is contained in:
HarHar 2013-01-24 17:52:21 -02:00
parent 74255a2373
commit d9d30d9279

View File

@ -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)
return separator.join(time)