Updated module docstring.

This commit is contained in:
Jeremy Fincher 2003-09-03 09:50:04 +00:00
parent f0816d56a7
commit 0a2d17396e
4 changed files with 10 additions and 3 deletions

View File

@ -30,7 +30,8 @@
### ###
""" """
Add the module docstring here. This will be used by the setup.py script. These are commands useful for administrating the bot; they all require their
caller to have the 'admin' capability. This plugin is loaded by default.
""" """
import string import string

View File

@ -30,7 +30,8 @@
### ###
""" """
Basic channel management commands. Basic channel management commands. Many of these commands require their caller
to have the <channel>.op capability. This plugin is loaded by default.
""" """
import time import time

View File

@ -29,6 +29,11 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
### ###
"""
Provides commands useful to the owner of the bot; the commands here require
their caller to have the 'owner' capability. This plugin is loaded by default.
"""
import os import os
import gc import gc
import imp import imp

View File

@ -30,7 +30,7 @@
### ###
""" """
Add the module docstring here. This will be used by the setup.py script. Provides commands useful to users in general. This plugin is loaded by default.
""" """
import string import string