Giter VIP home page Giter VIP logo

supybot-plugins's People

Contributors

quantumlemur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

supybot-plugins's Issues

[global] debug output

Hello,

I saw this code in Timebomb, but you may do it in other plugins:
if self.debug:
self.irc.reply('I just created a bomb in %s' % channel)
You shouldn't use IRC for debugging purpose; log.debug has been created for that.

Best regards,
ProgVal

[global] You should use irc.error()

Hello,

I saw you never use irc.error(), but irc.reply(), even if it is used for an error.
You should use irc.error(), because it offers a more standart handling for errors, including nested commands.

Best regards,
ProgVal

[LinkRelay] critical bug

Hi,

This line is buggy:
if relay.channelRegex.match(channel) and relay.networkRegex.match(irc.network) and (len(triggerMsg.args[1] < 1 or relay.messageRegex.search(triggerMsg.args[1]))):

Look at that: len(triggerMsg.args[1] < 1

Best regards,
ProgVal

[LinkRelay] Doesn't handle joins, parts, and quits correctly

Hello,

The sendToOthers function handles joins, parts, quits, and privmsg in the same way, but it shouldn't.

(Un)fortunatly, quits, and some parts, have a quit/part message, so it is relayed as a normal message, but it shouldn't.
Joins or part without message just raise an exception (the "IndexError: tuple index out of range" on line 182 I told you)

Best regards,
ProgVal

[LinkRelay] What's that code ?

Hi,

In that code, is that hard-coded user's nicks?
if s == 'xen':
num = 5
elif s == 'splurk':
num = 5

Thank you in advance,
ProgVal

[LinkRelay] @linkrelay nicks doesn't reply

Hello,

Me and a friend have installed LinkRelay on our own bot, and @LinkRelay nicks doesn't work on both.
No reply, no error message, no log but "XXX called linkrelay nicks".

Best regards,
ProgVal

[Listener] Network error may cause unwanted CPU usage

Hello,

In the run() method of ListenerThread, there is no time.sleep(); so, if an IOError is raised each time the try block is runned, it would use the CPU at 100% until self.active goes to false.

Best regards,
ProgVal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.