forked from swee/MeowNex
Update sweebot.py
This commit is contained in:
parent
a64c3b0d05
commit
1642ceff30
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#0.0.1p4
|
||||||
|
version_unpretty = "0.0.1p4"
|
||||||
|
__version__ = "0.0.1 patch 4"
|
||||||
import socket
|
import socket
|
||||||
import subprocess
|
import subprocess
|
||||||
from time import sleep, time, ctime
|
from time import sleep, time, ctime
|
||||||
|
@ -339,7 +342,7 @@ while True:
|
||||||
update()
|
update()
|
||||||
|
|
||||||
elif command[0] == "$version":
|
elif command[0] == "$version":
|
||||||
irc.send_irc(channel, "This is SweeBot 0.0.1 patch 3")
|
irc.send_irc(channel, "This is SweeBot " + __version__)
|
||||||
|
|
||||||
elif command[0] == "$figlet":
|
elif command[0] == "$figlet":
|
||||||
if len(command) > 1:
|
if len(command) > 1:
|
||||||
|
|
Loading…
Reference in a new issue