diff --git a/README.mkdn b/README.mkdn index 43c13eb..d5f12c2 100644 --- a/README.mkdn +++ b/README.mkdn @@ -779,3 +779,6 @@ Here's a list of smilies: * :vigorous: * :perky: * :acceptant: +* :olliesouty: +* :billiards: +* :billiardslarge: diff --git a/TODO.mkdn b/TODO.mkdn index 65e8fa7..2d0b3b1 100644 --- a/TODO.mkdn +++ b/TODO.mkdn @@ -22,6 +22,7 @@ Features * Unified data storage, OS-based user data location * Spectation notices (Idea: lexicalNuance) (probly WONTFIX) * "Pester" menu option to just pester a handle +* Auto-login Nickserv Bugs ---- diff --git a/parsetools.py b/parsetools.py index 049ea4d..4bb4dcc 100644 --- a/parsetools.py +++ b/parsetools.py @@ -426,6 +426,8 @@ smiledict = { ":perky:": "perky.png", ":acceptant:": "acceptant.png", ":olliesouty:": "olliesouty.gif", + ":billiards:": "poolballS.gif", + ":billiardslarge:": "poolballL.gif", } if ostools.isOSXBundle(): diff --git a/smilies/poolballL.gif b/smilies/poolballL.gif new file mode 100644 index 0000000..1c7be73 Binary files /dev/null and b/smilies/poolballL.gif differ diff --git a/smilies/poolballS.gif b/smilies/poolballS.gif new file mode 100644 index 0000000..6db6ad7 Binary files /dev/null and b/smilies/poolballS.gif differ