From f4fb779f9fd88c3ebfb02e636e5ad3c03056e4f3 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 29 Aug 2003 17:03:12 +0000 Subject: [PATCH] Added docstrings. --- plugins/Friendly.py | 4 ++++ plugins/RawLogger.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/plugins/Friendly.py b/plugins/Friendly.py index 1ef74ecd2..5979910c0 100755 --- a/plugins/Friendly.py +++ b/plugins/Friendly.py @@ -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 diff --git a/plugins/RawLogger.py b/plugins/RawLogger.py index 30303ddac..a12d763f8 100644 --- a/plugins/RawLogger.py +++ b/plugins/RawLogger.py @@ -29,6 +29,10 @@ # POSSIBILITY OF SUCH DAMAGE. ### +""" +Logs raw IRC messages to a file, conf.dataDir/raw.log +""" + from baseplugin import * import conf