mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +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)
|
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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user