This commit is contained in:
Stephen Dranger 2011-02-14 14:04:57 -06:00
parent e8ffe79618
commit f345ecb8fc
18 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
logs/*
build/*
profiles/*
irctest.log

BIN
convo.pyc

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
irc.pyc

Binary file not shown.

BIN
memos.pyc

Binary file not shown.

BIN
menus.pyc

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -137,7 +137,6 @@ class IRCClient:
... g.next()
"""
from datetime import *
#logfile = open('irctest.log', 'a')
try:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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",

Binary file not shown.

BIN
smilies/slimer.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB