Go to file
Valentin Lorentz 4e8c35dd0c Add context() method to registry.Value objects. Closes GH-430.
This method returns a context objet, for use with the 'with' statement.
2012-12-08 20:05:51 +01:00
2to3 Add 2to3/fix_reload.py. 2012-08-05 13:28:09 +02:00
debian Update debian/changelog and debian/control. 2012-06-23 17:48:24 +02:00
docs FAQ: Add the entry about @later tell. 2012-10-19 19:09:30 +00:00
locale core: Fix typos in l10n-fr. 2012-09-22 16:50:53 +00:00
plugins Add support for extended banmasks. Closes GH-105. 2012-12-02 19:04:48 +01:00
sandbox Prevent run_2to3 from copying locale/ to py3k/ instead of py3k/locale/ (thanks Cravix). 2012-08-13 12:37:23 +00:00
scripts Use open() instead of file(). 2012-08-04 13:13:16 +02:00
src Add context() method to registry.Value objects. Closes GH-430. 2012-12-08 20:05:51 +01:00
test Add context() method to registry.Value objects. Closes GH-430. 2012-12-08 20:05:51 +01:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Merge branch 'master' into debian 2012-06-23 17:44:06 +02:00
ACKS Updated to be STX as well as ordered chronologically. 2005-01-19 23:39:52 +00:00
ChangeLog Update ChangeLog and RELNOTES for 0.83.4.1 2009-05-25 13:15:44 -04:00
CONTRIBUTING.md CONTRIBUTING.md: write contributing guidelines for GitHub 2012-09-18 19:54:32 +03:00
INSTALL.md Fix install guide. 2012-07-29 13:36:50 +02:00
LICENSE.md LICENSE: rename to LICENSE.md. 2012-05-10 11:00:23 +03:00
Makefile Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
README.md README.md: make LICENSE link portable & add IRC links. 2012-05-26 12:34:52 +03:00
RELNOTES Bump the minimum supported Python version to 2.4. 2009-10-23 19:35:24 -04:00
setup.py Merge branch 'debian' into testing 2012-10-12 19:56:43 +02:00

EVERYONE:

Read LICENSE. Its a 3-clause BSD license, but you should read it anyway.

USERS:

There is much documentation at supybot.fr.cr and at Gribble wiki for your perusal. Please read it; we took the time to write it, you should take the time to read it.

If you have any trouble, feel free to swing by #supybot and #limnoria on irc.freenode.net or #supybot at irc.oftc.net (we have a Limnoria there relaying, so either network works) and ask questions. Well be happy to help wherever we can. And by all means, if you find anything hard to understand or think you know of a better way to do something, please post it on issue tracker so we can improve the bot!

WINDOWS USERS:

The wizards (supybot-wizard, supybot-newplugin, and supybot-adduser) are all installed to your Python directorys . What that probably means is that youll run them like this:

C:\Python2x\python C:\Python2x\Scripts\supybot-wizard

DEVELOPERS:

We likewise have tons of developer documentation at supybot.fr.cr for your learning adventures. Have fun :)