mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Move QG docstring to proper place
This commit is contained in:
parent
32d535c1d6
commit
f2fba0962e
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user