From f2fba0962e435e47f61444f79aa6da6557d0a7de Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Tue, 1 Feb 2005 03:58:38 +0000 Subject: [PATCH] Move QG docstring to proper place --- plugins/QuoteGrabs/__init__.py | 7 +++++-- plugins/QuoteGrabs/plugin.py | 9 --------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/plugins/QuoteGrabs/__init__.py b/plugins/QuoteGrabs/__init__.py index 5fd518bf0..e93138b41 100644 --- a/plugins/QuoteGrabs/__init__.py +++ b/plugins/QuoteGrabs/__init__.py @@ -28,8 +28,11 @@ ### """ -Add a description of the plugin (to be presented to the user inside the wizard) -here. +Quotegrabs are like IRC sound bites. When someone says something funny, +incriminating, stupid, outrageous, ... anything that might be worth +remembering, you can grab that quote for that person. With this plugin, you +can store many quotes per person and display their most recent quote, as well +as see who "grabbed" the quote in the first place. """ import supybot diff --git a/plugins/QuoteGrabs/plugin.py b/plugins/QuoteGrabs/plugin.py index 1fc8b88c5..62041280f 100644 --- a/plugins/QuoteGrabs/plugin.py +++ b/plugins/QuoteGrabs/plugin.py @@ -27,14 +27,6 @@ # POSSIBILITY OF SUCH DAMAGE. ### -""" -Quotegrabs are like IRC sound bites. When someone says something funny, -incriminating, stupid, outrageous, ... anything that might be worth -remembering, you can grab that quote for that person. With this plugin, you -can store many quotes per person and display their most recent quote, as well -as see who "grabbed" the quote in the first place. -""" - import os import time import random @@ -341,5 +333,4 @@ class QuoteGrabs(callbacks.Privmsg): Class = QuoteGrabs - # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: