LinkRelay: add README

master
Valentin Lorentz 2011-02-16 12:07:23 +01:00
parent 31c3c3dd2c
commit 79085326ee
2 changed files with 13 additions and 2 deletions

View File

@ -1 +1,7 @@
Insert a description of your plugin here, with any notes, etc. about using it.
LinkRelay is an alternative to the official Relay plugin. As Relay can
relay only between channels with the same name, LinkRelay is highly
configurable, and can be used to relay from any channel to any channel.
More over, LinkRelay offers unique features, such as coloring the
non-PRIVMSG messages (i.e. joins, parts, quits, kicks, nick changes, ...),
non-reciprocal relays, or messages filtering (by regexp).

View File

@ -43,7 +43,12 @@ __author__ = supybot.Author('quantumlemur', 'quantumlemur',
# This is a dictionary mapping supybot.Author instances to lists of
# contributions.
__contributors__ = {}
if not hasattr(supybot.authors, 'progval'):
supybot.authors.progval = supybot.Author('Valentin Lorentz', 'ProgVal',
'progval@gmail.com')
__contributors__ = {supybot.authors.progval: ['enhance configurabilty',
'many bug fixes',
'code enhancement']}
import config
import plugin