├── LICENSE ├── README.md ├── RSA-Chat.py ├── antispam.py ├── down.py ├── drunkard.py ├── emoji.py ├── emoticons ├── emoticons.py └── emoticons.tsv ├── flipper.py ├── highlight-notifier ├── ip.py ├── large ├── README.md ├── large.py └── lib-large │ └── art61 │ ├── AUTHORS.md │ ├── ArtList.ipynb │ ├── CHANGELOG.md │ ├── DecorList.ipynb │ ├── FontList.ipynb │ ├── INSTALL.md │ ├── LICENSE │ ├── MANIFEST.in │ ├── MATLAB │ ├── Example1.m │ ├── Example2.m │ ├── Example3.m │ └── README.md │ ├── README.md │ ├── art │ ├── __init__.py │ ├── __main__.py │ ├── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── art.cpython-310.pyc │ │ ├── art_dic.cpython-310.pyc │ │ ├── art_param.cpython-310.pyc │ │ ├── decor_dic.cpython-310.pyc │ │ ├── text_dic1.cpython-310.pyc │ │ ├── text_dic2.cpython-310.pyc │ │ └── text_dic3.cpython-310.pyc │ ├── art.py │ ├── art_dic.py │ ├── art_param.py │ ├── decor_dic.py │ ├── test.py │ ├── test2.py │ ├── text_dic1.py │ ├── text_dic2.py │ └── text_dic3.py │ ├── art_profile.py │ ├── autopep8.bat │ ├── autopep8.sh │ ├── codecov.yml │ ├── dev-requirements.txt │ ├── otherfile │ ├── ART.gif │ ├── RELEASE.md │ ├── art_decor_check.py │ ├── buymeacoffee_btn.svg │ ├── doc_run.bat │ ├── doc_to_html.bat │ ├── donate-button.png │ ├── font_check.py │ ├── font_wizard.py │ ├── gitcoin_btn.png │ ├── logo.png │ ├── meta.yaml │ ├── notebook_check.py │ └── version_check.py │ └── setup.py ├── rainbow.py ├── shorten.py ├── slapper.py ├── translate.py ├── urban.py └── vlc.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/README.md -------------------------------------------------------------------------------- /RSA-Chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/RSA-Chat.py -------------------------------------------------------------------------------- /antispam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/antispam.py -------------------------------------------------------------------------------- /down.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/down.py -------------------------------------------------------------------------------- /drunkard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/drunkard.py -------------------------------------------------------------------------------- /emoji.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/emoji.py -------------------------------------------------------------------------------- /emoticons/emoticons.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/emoticons/emoticons.py -------------------------------------------------------------------------------- /emoticons/emoticons.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/emoticons/emoticons.tsv -------------------------------------------------------------------------------- /flipper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/flipper.py -------------------------------------------------------------------------------- /highlight-notifier: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/highlight-notifier -------------------------------------------------------------------------------- /ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/ip.py -------------------------------------------------------------------------------- /large/README.md: -------------------------------------------------------------------------------- 1 | beep 2 | -------------------------------------------------------------------------------- /large/large.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/large.py -------------------------------------------------------------------------------- /large/lib-large/art61/AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/AUTHORS.md -------------------------------------------------------------------------------- /large/lib-large/art61/ArtList.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/ArtList.ipynb -------------------------------------------------------------------------------- /large/lib-large/art61/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/CHANGELOG.md -------------------------------------------------------------------------------- /large/lib-large/art61/DecorList.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/DecorList.ipynb -------------------------------------------------------------------------------- /large/lib-large/art61/FontList.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/FontList.ipynb -------------------------------------------------------------------------------- /large/lib-large/art61/INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/INSTALL.md -------------------------------------------------------------------------------- /large/lib-large/art61/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/LICENSE -------------------------------------------------------------------------------- /large/lib-large/art61/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/MANIFEST.in -------------------------------------------------------------------------------- /large/lib-large/art61/MATLAB/Example1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/MATLAB/Example1.m -------------------------------------------------------------------------------- /large/lib-large/art61/MATLAB/Example2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/MATLAB/Example2.m -------------------------------------------------------------------------------- /large/lib-large/art61/MATLAB/Example3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/MATLAB/Example3.m -------------------------------------------------------------------------------- /large/lib-large/art61/MATLAB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/MATLAB/README.md -------------------------------------------------------------------------------- /large/lib-large/art61/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/README.md -------------------------------------------------------------------------------- /large/lib-large/art61/art/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__init__.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__main__.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/art.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/art.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/art_dic.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/art_dic.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/art_param.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/art_param.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/decor_dic.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/decor_dic.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/text_dic1.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/text_dic1.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/text_dic2.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/text_dic2.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/__pycache__/text_dic3.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/__pycache__/text_dic3.cpython-310.pyc -------------------------------------------------------------------------------- /large/lib-large/art61/art/art.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/art.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/art_dic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/art_dic.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/art_param.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/art_param.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/decor_dic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/decor_dic.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/test.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/test2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/test2.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/text_dic1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/text_dic1.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/text_dic2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/text_dic2.py -------------------------------------------------------------------------------- /large/lib-large/art61/art/text_dic3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art/text_dic3.py -------------------------------------------------------------------------------- /large/lib-large/art61/art_profile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/art_profile.py -------------------------------------------------------------------------------- /large/lib-large/art61/autopep8.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/autopep8.bat -------------------------------------------------------------------------------- /large/lib-large/art61/autopep8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/autopep8.sh -------------------------------------------------------------------------------- /large/lib-large/art61/codecov.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/codecov.yml -------------------------------------------------------------------------------- /large/lib-large/art61/dev-requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/dev-requirements.txt -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/ART.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/ART.gif -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/RELEASE.md -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/art_decor_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/art_decor_check.py -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/buymeacoffee_btn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/buymeacoffee_btn.svg -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/doc_run.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/doc_run.bat -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/doc_to_html.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/doc_to_html.bat -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/donate-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/donate-button.png -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/font_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/font_check.py -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/font_wizard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/font_wizard.py -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/gitcoin_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/gitcoin_btn.png -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/logo.png -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/meta.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/meta.yaml -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/notebook_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/notebook_check.py -------------------------------------------------------------------------------- /large/lib-large/art61/otherfile/version_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/otherfile/version_check.py -------------------------------------------------------------------------------- /large/lib-large/art61/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/large/lib-large/art61/setup.py -------------------------------------------------------------------------------- /rainbow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/rainbow.py -------------------------------------------------------------------------------- /shorten.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/shorten.py -------------------------------------------------------------------------------- /slapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/slapper.py -------------------------------------------------------------------------------- /translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/translate.py -------------------------------------------------------------------------------- /urban.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/urban.py -------------------------------------------------------------------------------- /vlc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ComputerTech312/Hexchat-Plugins/HEAD/vlc.py --------------------------------------------------------------------------------