Added docstrings.

This commit is contained in:
Jeremy Fincher 2003-08-29 17:03:12 +00:00
parent 55384617d4
commit f4fb779f9f
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,10 @@
# POSSIBILITY OF SUCH DAMAGE.
###
"""
Just a regexp module to make the bot a wee bit friendlier.
"""
from baseplugin import *
import re

View File

@ -29,6 +29,10 @@
# POSSIBILITY OF SUCH DAMAGE.
###
"""
Logs raw IRC messages to a file, conf.dataDir/raw.log
"""
from baseplugin import *
import conf