Move QG docstring to proper place

This commit is contained in:
Daniel DiPaolo 2005-02-01 03:58:38 +00:00
parent 32d535c1d6
commit f2fba0962e
2 changed files with 5 additions and 11 deletions

View File

@ -28,8 +28,11 @@
### ###
""" """
Add a description of the plugin (to be presented to the user inside the wizard) Quotegrabs are like IRC sound bites. When someone says something funny,
here. 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 import supybot

View File

@ -27,14 +27,6 @@
# POSSIBILITY OF SUCH DAMAGE. # 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 os
import time import time
import random import random
@ -341,5 +333,4 @@ class QuoteGrabs(callbacks.Privmsg):
Class = QuoteGrabs Class = QuoteGrabs
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: