Limnoria/plugins/News
nyuszika7h 9f059b91ba Add missing future imports for print_function
There are some places where `print()` is used to print a blank line.
However, unless the future feature `print_function` is imported,
that will print `()` in Python 2.
2015-06-12 22:22:16 +02:00
..
locales
README.md
__init__.py
config.py
messages.pot
plugin.py
test.py Add missing future imports for print_function 2015-06-12 22:22:16 +02:00

README.md

This plugin provides a means of maintaining News for a channel. It was partially inspired by the news system used on #debians bot.