diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-03-13 17:45:40 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-03-13 17:45:40 (GMT) |
| commit | c33f6adae7f8033202cdfd20f97008f40391db07 (patch) | |
| tree | 91698270ba6b076c9fcd5b503c7f1744149e23ab /build | |
| parent | db07c1ee0cd853926c01ce99f48d53211bf94f0d (diff) | |
| download | powder-c33f6adae7f8033202cdfd20f97008f40391db07.zip powder-c33f6adae7f8033202cdfd20f97008f40391db07.tar.gz | |
added #define PYEXT so you can use an external tpt_console.py on 64bit OSes
Diffstat (limited to 'build')
| -rw-r--r-- | build/ext_chat.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ext_chat.py b/build/ext_chat.py index 8daa7ca..56a58e5 100644 --- a/build/ext_chat.py +++ b/build/ext_chat.py @@ -28,7 +28,7 @@ def init(): NICK=name+"[tpt]" IDENT=name+"[tpt]" REALNAME=name - CHANNEL="#foobar7" + CHANNEL="#powder" readbuffer="" def exit(): @@ -57,7 +57,7 @@ def key(keyy) : except: key.pmod=(False,False,False) global typing,typed - print "got %s"%repr(keyy) + #print "got %s"%repr(keyy) ctrl1,ctrl2,alt1,alt2,shift1,shift2=tpt.get_modifier() mod=(ctrl1 or ctrl2,alt1 or alt2,shift1 or shift2) skip=False |
