diff --git a/plugins/template.py b/plugins/template.py index c5d1bfad0..585696884 100644 --- a/plugins/template.py +++ b/plugins/template.py @@ -29,6 +29,13 @@ # POSSIBILITY OF SUCH DAMAGE. ### +""" +Add the module docstring here. This will be used by the setup.py script. +""" + from baseplugin import * +import privmsgs +import callbacks + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: