diff --git a/sweebot.py b/sweebot.py index 5fcecf5..cba123b 100644 --- a/sweebot.py +++ b/sweebot.py @@ -1,3 +1,6 @@ +#0.0.1p4 +version_unpretty = "0.0.1p4" +__version__ = "0.0.1 patch 4" import socket import subprocess from time import sleep, time, ctime @@ -339,7 +342,7 @@ while True: update() 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": if len(command) > 1: