Developer Forum
You need to be a registered member to post to this forum. Register now.
Small weather plugin
Heyaa, pretty new to supybot plugins but heres a small (pretty basic) weather plugin
feedback welcome (im still pretty new to python)
supybot !web title leaks LAN HTTP servers to the channel
Hi, I raised an Ubuntu bug, 234629, on supybot a little while ago because ...
You want something among the lines of this:
supybot.plugins.Web.nonSnarfingRegexp: ...
Karma plugin patches
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 ...
http://www.euronet.nl/users/wesleys/supybot/ ...
Factoid plugin patches
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 ...
http://www.euronet.nl/users/wesleys/supybot/Factoids.patch02
http://www.euronet.nl/users/wesleys/supy ...
Good ideas that are looking for someone to implement them.
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 ...
#!/bin/bash
start_bot() {
su - supybot -c "/usr/bin ...
add supybot.drivers.minReconnectWait directive
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 ...
weather plugin
Anyone working on a fix for the wunder rss section - the wu site has changed layout and broken the plugin. ...
(in /usr/lib/python2.x/site-packages/supybot/plugins/Weather)
_rsswunderfeed = re. ...
Plugin-Specific Output Control
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 ...
supybot.schedule problems
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 ...
replace schedule.addEvent(unban(), time.time()+period)
by
schedule.addEvent(unban, time.time()+period)
an ...
Newlines in module replies
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 ...
silc support
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 ...
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: ...
UrbanDict license key
Anyone add the UD licence key to the UrbanDict plugin yet?
(Not a programmer, and don't play one in real life) ...
DCC support
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 ...
First of all, messages sent through the DCC connection ar ...
Gating issues for 0.83.0
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 ...
Duplicate command searching RFE
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& ...
Should Plugin Release's "Version" number be non-editable?
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 ...
We should just ...
REAL release todo for 0.83.0.
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 ...
recurring traceback error
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 ...
(Thanks!) ...
Things to do before the next release.
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 ...
They are all important enough to delay 1.0, but I think we should probably mo ...
A few relatively mechanical things that could be done.
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 ...
* msg, an IrcMsg. Use the pre ...