Added module docstring.

This commit is contained in:
Jeremy Fincher 2003-08-28 21:26:56 +00:00
parent 740acc5d08
commit f1d876288f
1 changed files with 4 additions and 0 deletions

View File

@ -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