Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alkorgun/blacksmith-2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Korgun <alkorgun@gmail.com>2012-10-18 22:24:47 +0400
committerAl Korgun <alkorgun@gmail.com>2012-10-18 22:24:47 +0400
commit1d7825fc7ae8df8001cdb1d43ced31c388cc8d2f (patch)
tree05f4bab30484bbb80687713e85dfa04f5a313fdc /BlackSmith.py
parent2463064775ffac7193828d78b6c7506a30525b08 (diff)
expansion book added
Diffstat (limited to 'BlackSmith.py')
-rw-r--r--BlackSmith.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/BlackSmith.py b/BlackSmith.py
index 6a3f892..095c700 100644
--- a/BlackSmith.py
+++ b/BlackSmith.py
@@ -164,7 +164,7 @@ Info = {
"omsg": itypes.Number(), "outiq": itypes.Number()
}
-# Helpfull functions
+# Helpful functions
class SelfExc(Exception):
pass
@@ -264,7 +264,7 @@ GenConFile = static % ("config.ini")
ConDispFile = static % ("clients.ini")
ChatsFile = dynamic % ("chats.db")
-(BsMark, BsVer, BsRev) = (2, 29, 0)
+(BsMark, BsVer, BsRev) = (2, 30, 0)
if os.access(SvnCache, os.R_OK):
Cache = open(SvnCache).readlines()
@@ -279,7 +279,7 @@ ProdName = "BlackSmith mark.%d" % (BsMark)
ProdVer = "%d (r.%s)" % (BsVer, BsRev)
Caps = "http://blacksmith-2.googlecode.com/svn/"
CapsVer = "%d.%d" % (BsMark, BsVer)
-FullName = "HellDev's %s CoreVer.%s (%s)" % (ProdName, ProdVer, Caps)
+FullName = "HellDev's %s Ver.%s (%s)" % (ProdName, ProdVer, Caps)
BotOs, BsPid = os.name, os.getpid()
@@ -359,7 +359,7 @@ Handlers = {
Sequence = iThr.Semaphore()
-# call & execut Threads & handlers
+# call & execute Threads & handlers
def execute_handler(handler_instance, list = (), command = None):
try: