Big-Old-Update Edition

FreenodeAuth has been replaced by the IRCLogin plugin
Bantracker, Bugtracker, Encyclopedia and Lart have some fixes updates
This commit is contained in:
Terence Simpson
2008-07-20 16:59:27 +01:00
parent c46c983c71
commit 168050b05c
12 changed files with 362 additions and 124 deletions

View File

@ -75,9 +75,8 @@ class Lart(plugins.ChannelIdDatabasePlugin):
return
text = self._replaceFirstPerson(lart.text, msg.nick)
if ircutils.strEqual(target, irc.nick) or \
'ubotu' in ircutils.stripFormatting(target).lower() or \
'seveas' in ircutils.stripFormatting(target).lower() or \
((not msg.prefix.endswith('seveas')) and random.uniform(0,100) < 25):
irc.nick.lower() in ircutils.stripFormatting(target).lower() or \
random.uniform(0,100) < 25:
target = msg.nick
reason = ''
else: