Skip to content

Supybot Website

Sections
Personal tools
You are here: Home » Supybot Discussion Forums » Developer Forum

Developer Forum

Document Actions
Topics: 47   Replies: 147   Views: 158534
Up one level
Here's where Supybot developers will discuss the future of Supybot development. If you're not an active Supybot developer and don't aspire to be, you should probably post in the users forum.

You need to be a registered member to post to this forum. Register now.

Topics list

Hot topic without new replies   Small weather plugin

Posted by ike_x at

Heyaa, pretty new to supybot plugins but heres a small (pretty basic) weather plugin
feedback welcome (im still pretty new to python)

Anna ...

Replies: 0 , Views: 612

Hot topic without new replies   supybot !web title leaks LAN HTTP servers to the channel

Posted by ralph at

Hi, I raised an Ubuntu bug, 234629, on supybot a little while ago because ...

Posted by slacker_nl at
Have you tried to set supybot.plugins.Web.nonSnarfingRegexp?


You want something among the lines of this:
supybot.plugins.Web.nonSnarfingRegexp: ...
Replies: 1 , Views: 908

Hot topic without new replies   Karma plugin patches

Posted by slacker_nl at

Hi all,

A small patch to change the way how the bot responds to karma updates:Two configuration directives have been added:
supybot.plugins.Karma ...

Posted by slacker_nl at
Small bugfix, Karma.patch01 made it possible to change the Karma even if allowSelfRating was disabled.

http://www.euronet.nl/users/wesleys/supybot/ ...
Replies: 1 , Views: 916

Hot topic without new replies   Factoid plugin patches

Posted by slacker_nl at

Hello all,

i've made the limit for the random and the regular factoids "dynamic", the bot owner can set a limit via the configuration file. Any pos ...

Posted by slacker_nl at
And two more patches for the factoid plugin:

http://www.euronet.nl/users/wesleys/supybot/Factoids.patch02
http://www.euronet.nl/users/wesleys/supy ...
Replies: 2 , Views: 994

Hot topic without new replies   Good ideas that are looking for someone to implement them.

Posted by jemfinch at

Here are some good ideas I've had that simply need to be implemented.

* Renaming commands needs to be done differently. Right now, we actually mov ...

Posted by slacker_nl at
I saw there was a need for some start/stop/status scripts, and I already have them:

#!/bin/bash

start_bot() {
su - supybot -c "/usr/bin ...
Replies: 15 , Views: 8404

Hot topic without new replies   add supybot.drivers.minReconnectWait directive

Posted by slacker_nl at

I've several bots running and I saw some log messages stating my bots are connecting to fast to their networks/servers. Which is anoying to me, cause ...

Posted by slacker_nl at
Do you have a patch available? ...
Replies: 2 , Views: 2807

Hot topic without new replies   weather plugin

Posted by xcamel at

Anyone working on a fix for the wunder rss section - the wu site has changed layout and broken the plugin. ...

Last reply: Re: weather plugin
Posted by xcamel at
weather (rss) fixed with this line at 466 of Weather/plugin.py:
(in /usr/lib/python2.x/site-packages/supybot/plugins/Weather)

_rsswunderfeed = re. ...
Replies: 1 , Views: 1499

Hot topic without new replies   Plugin-Specific Output Control

Posted by zhynn at

So, I would like to have plugin-level control of if the plugin outputs to msg, notify, etc. After browsing the code for a little while, I can approac ...

Replies: 0 , Views: 1857

Hot topic without new replies   supybot.schedule problems

Posted by Feeder_Fan at

Hi everybody and thank you for the bot, it's a very usefull tool.
Excuse my language but i'm not english.
I'm still working on a supybot plugin f ...

Posted by Feeder_Fan at
So, it was a big mistake of mine ...

replace schedule.addEvent(unban(), time.time()+period)
by
schedule.addEvent(unban, time.time()+period)

an ...
Replies: 2 , Views: 3424

Hot topic without new replies   Newlines in module replies

Posted by kamikaze at

I've been hunting around in code and online and haven't found an answer yet, so here goes. Is there a way to insert a newline into supybot's reply fr ...

Posted by kamikaze at
That's the feeling I was getting. It seems like some clients will accept \n embedded in an m-quote and display it as a newline, but that's kind of un ...
Replies: 2 , Views: 3159

Hot topic without new replies   silc support

Posted by liquidx at

Hi,

I'm wondering if people are interested in adding an optional driver for silc support. I've just recently written some python bindings for silc ...

Last reply: Re: silc support
Posted by azrael at
Alastair,

I'm interested in silc support. It doesn't look like many other people are though.

How far along have you gotten with it now?

EDIT: ...
Replies: 1 , Views: 3703

Hot topic without new replies   UrbanDict license key

Posted by xcamel at

Anyone add the UD licence key to the UrbanDict plugin yet?
(Not a programmer, and don't play one in real life) ...

Posted by xcamel at
Thank you very much. ...
Replies: 5 , Views: 5013

Hot topic without new replies   DCC support

Posted by stephank at

It's been a while since this has been discussed I think, but the lack of DCC support is really starting to bother me at this point. I'm willing to imp ...

Last reply: Re: DCC support
Posted by stephank at
Okay, I'm looking into this. There's a couple of issues I've encountered so far though:


First of all, messages sent through the DCC connection ar ...
Replies: 4 , Views: 5467

Hot topic without new replies   Gating issues for 0.83.0

Posted by jamessan at

The only gating issue I can think of is our commandName converter and the commands that rely on it. It is currently broken, since command names can n ...

Posted by jamessan at
Ok, so we decided these aren't going to gate 0.83.0 because the commands that actually utilize these converters are rarely used and the fix is going t ...
Replies: 1 , Views: 4105

Hot topic without new replies   Duplicate command searching RFE

Posted by hagabard at

I have filed this at SF, but I thought it might be fun to duplicate the request. :P
http://sourceforge.net/tracker/index.php?func=detail&aid=1203967& ...

Replies: 0 , Views: 3129

Hot poll without new replies   Should Plugin Release's "Version" number be non-editable?

Posted by jamessan at

Currently, the Version field of a Plugin Release is a user-editable field. It was suggested that this be changed into a non-user-editable field. The ...

Posted by jemfinch at
Anyway, for what it's worth, there's a better solution to this problem than all of this nonsense about version numbers and whatnot.

We should just ...
Replies: 3 , Views: 4992

Hot topic without new replies   REAL release todo for 0.83.0.

Posted by jemfinch at

Ok, the last todo list was sort of phony, since most of the items weren't any good.

Here's a *real* todo list for 0.83.0 (our next release).

The ...

Posted by jamessan at
The current test we have is that you can have a nested command named the same as its class. So, you could have a command called "foo foo". What it d ...
Replies: 5 , Views: 5200

Hot topic without new replies   recurring traceback error

Posted by xcamel at

Not exactly sure what's causing this but..I figure it's a "devs" thing

ERROR 2005-03-14T21:25:31 Exception printing value:
Traceback (most recent ...

Posted by xcamel at
We have a WINNER!!
(Thanks!) ...
Replies: 3 , Views: 4709

Hot topic without new replies   Things to do before the next release.

Posted by jemfinch at

Here are the things that I think should get done before the next release (0.85.0 or similar). I don't think this list is unreasonable, but if anyone ...

Posted by jemfinch at
Hmm. Maybe some of these aren't important enough to delay a release.

They are all important enough to delay 1.0, but I think we should probably mo ...
Replies: 2 , Views: 4594

Hot topic without new replies   A few relatively mechanical things that could be done.

Posted by jemfinch at

In case you're feeling like hacking, but not feeling creative enough to solve any major issues, I've got a list of mechanical changes that need to tak ...

Posted by jemfinch at
Ok, it seems that the best bet will be to make checkCapability accept multiple mutually-exclusive keyword arguments.

* msg, an IrcMsg. Use the pre ...
Replies: 3 , Views: 4952
 

Powered by Plone

This site conforms to the following standards: