├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── __init__.py ├── config.py ├── local └── __init__.py ├── plugin.py └── test.py /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/__init__.py -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/config.py -------------------------------------------------------------------------------- /local/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/local/__init__.py -------------------------------------------------------------------------------- /plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/plugin.py -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/freenode/Sigyn/HEAD/test.py --------------------------------------------------------------------------------