sda
This commit is contained in:
parent
e8ffe79618
commit
f345ecb8fc
18 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
logs/*
|
||||
build/*
|
||||
profiles/*
|
||||
irctest.log
|
BIN
convo.pyc
BIN
convo.pyc
Binary file not shown.
BIN
dataobjs.pyc
BIN
dataobjs.pyc
Binary file not shown.
BIN
generic.pyc
BIN
generic.pyc
Binary file not shown.
BIN
irc.pyc
BIN
irc.pyc
Binary file not shown.
BIN
memos.pyc
BIN
memos.pyc
Binary file not shown.
BIN
menus.pyc
BIN
menus.pyc
Binary file not shown.
BIN
mispeller.pyc
BIN
mispeller.pyc
Binary file not shown.
Binary file not shown.
|
@ -137,7 +137,6 @@ class IRCClient:
|
|||
... g.next()
|
||||
|
||||
"""
|
||||
from datetime import *
|
||||
#logfile = open('irctest.log', 'a')
|
||||
|
||||
try:
|
||||
|
|
BIN
oyoyo/client.pyc
BIN
oyoyo/client.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
oyoyo/parse.pyc
BIN
oyoyo/parse.pyc
Binary file not shown.
|
@ -230,8 +230,11 @@ smiledict = {
|
|||
":rancorous:": "pc_rancorous.gif",
|
||||
":apple:": "apple.gif",
|
||||
":bathearst:": "bathearst.gif",
|
||||
":cathearst:": "cathearst.gif",
|
||||
":woeful:": "blacktear.gif",
|
||||
":pleasant:": "pc_pleasant.gif",
|
||||
":blueghost:": "blueslimer.gif",
|
||||
":slimer:": "slimer.gif",
|
||||
":candycorn:": "candycorn.gif",
|
||||
":cheer:": "cheer.gif",
|
||||
":duhjohn:": "confusedjohn.gif",
|
||||
|
@ -249,6 +252,7 @@ smiledict = {
|
|||
":distraughtfirman": "pc_distraughtfirman.gif",
|
||||
":distraught:": "pc_distraught.gif",
|
||||
":insolent:": "pc_insolent.gif",
|
||||
":bemused:": "pc_bemused.gif",
|
||||
":3:": "pckitty.gif",
|
||||
":mystified:": "pc_mystified.gif",
|
||||
":pranky:": "pc_pranky.gif",
|
||||
|
|
BIN
parsetools.pyc
BIN
parsetools.pyc
Binary file not shown.
BIN
smilies/slimer.gif
Normal file
BIN
smilies/slimer.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue