Change author line and move bot.py to ircBot.py
This commit is contained in:
parent
74255a2373
commit
d9d30d9279
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Author: HarHar (https://github.com/HarHar)
|
# @author HarHar
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
@ -229,4 +229,4 @@ def elapsed_time(seconds, suffixes=['y','w','d','','',''], add_s=False, separato
|
|||||||
if seconds < 1:
|
if seconds < 1:
|
||||||
break
|
break
|
||||||
|
|
||||||
return separator.join(time)
|
return separator.join(time)
|
||||||
Loading…
x
Reference in New Issue
Block a user