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