mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-05-06 19:43:47 -05:00
GeneralOvd: add link to SupyPlugins source
This commit is contained in:
parent
427b587dd2
commit
1d912782bd
@ -59,6 +59,12 @@ class GeneralOvd(callbacks.Plugin):
|
|||||||
irc.reply(len(world.ircs))
|
irc.reply(len(world.ircs))
|
||||||
netcount = wrap(netcount)
|
netcount = wrap(netcount)
|
||||||
|
|
||||||
|
def supyplugins(self, irc, msg, args):
|
||||||
|
"""takes no arguments.
|
||||||
|
Returns a URL for the source of this plugin. """
|
||||||
|
irc.reply("SupyPlugins source is available at: https://github.com/GLolol/SupyPlugins")
|
||||||
|
supyplugins = wrap(supyplugins)
|
||||||
|
|
||||||
Class = GeneralOvd
|
Class = GeneralOvd
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user