Billiards
This commit is contained in:
parent
a75ef79ceb
commit
afcee93a2d
5 changed files with 6 additions and 0 deletions
|
@ -779,3 +779,6 @@ Here's a list of smilies:
|
||||||
* :vigorous:
|
* :vigorous:
|
||||||
* :perky:
|
* :perky:
|
||||||
* :acceptant:
|
* :acceptant:
|
||||||
|
* :olliesouty:
|
||||||
|
* :billiards:
|
||||||
|
* :billiardslarge:
|
||||||
|
|
|
@ -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
|
||||||
----
|
----
|
||||||
|
|
|
@ -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
BIN
smilies/poolballL.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
smilies/poolballS.gif
Normal file
BIN
smilies/poolballS.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in a new issue