Billiards

This commit is contained in:
Kiooeht 2011-11-04 00:36:51 -07:00
parent a75ef79ceb
commit afcee93a2d
5 changed files with 6 additions and 0 deletions

View file

@ -779,3 +779,6 @@ Here's a list of smilies:
* :vigorous: * :vigorous:
* :perky: * :perky:
* :acceptant: * :acceptant:
* :olliesouty:
* :billiards:
* :billiardslarge:

View file

@ -22,6 +22,7 @@ Features
* Unified data storage, OS-based user data location * Unified data storage, OS-based user data location
* Spectation notices (Idea: lexicalNuance) (probly WONTFIX) * Spectation notices (Idea: lexicalNuance) (probly WONTFIX)
* "Pester" menu option to just pester a handle * "Pester" menu option to just pester a handle
* Auto-login Nickserv
Bugs Bugs
---- ----

View file

@ -426,6 +426,8 @@ smiledict = {
":perky:": "perky.png", ":perky:": "perky.png",
":acceptant:": "acceptant.png", ":acceptant:": "acceptant.png",
":olliesouty:": "olliesouty.gif", ":olliesouty:": "olliesouty.gif",
":billiards:": "poolballS.gif",
":billiardslarge:": "poolballL.gif",
} }
if ostools.isOSXBundle(): if ostools.isOSXBundle():

BIN
smilies/poolballL.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
smilies/poolballS.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB