From f1d876288fc4e71f38e71711576d361d03477579 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 28 Aug 2003 21:26:56 +0000 Subject: [PATCH] Added module docstring. --- plugins/RootWarner.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/RootWarner.py b/plugins/RootWarner.py index 854d65d2e..72abe8588 100644 --- a/plugins/RootWarner.py +++ b/plugins/RootWarner.py @@ -29,6 +29,10 @@ # POSSIBILITY OF SUCH DAMAGE. ### +""" +Warns people when they join a channel if their ident is root. +""" + from baseplugin import * import irclib