mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Misc: Fix @source help. Closes GH-78.
This commit is contained in:
parent
03cc4c7ab7
commit
4e6d08c7ce
@ -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)
|
||||||
|
@ -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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user