Misc: Fix @source help. Closes GH-78.

This commit is contained in:
Valentin Lorentz 2011-07-16 13:45:43 +02:00
parent 03cc4c7ab7
commit 4e6d08c7ce
2 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ class Misc(callbacks.Plugin):
def source(self, irc, msg, args): def source(self, irc, msg, args):
"""takes no arguments """takes no arguments
Returns a URL saying where to get Supybot. Returns a URL saying where to get Limnoria.
""" """
irc.reply(_('My source is at https://github.com/ProgVal/Limnoria')) irc.reply(_('My source is at https://github.com/ProgVal/Limnoria'))
source = wrap(source) source = wrap(source)

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" them once."""
version = '0.83.4.1+limnoria (2011-07-16T13:37:56+0200)' version = '0.83.4.1+limnoria (2011-07-16T13:45:43+0200)'