ba0ba71bf4
Name returns a string that is the log file name: the channel plus the timestamp. But on my system log.name returns the fully qualified path to the currently open file. This is because log is a file handle, so if you declare it with a path, it will be included in the name. On systems were logging is not in the current directory, the two will never match, and the file is closed and then reopened. Only taking the basename solves this problem. |
||
---|---|---|
2to3 | ||
debian | ||
docs | ||
locales | ||
plugins | ||
sandbox | ||
scripts | ||
src | ||
test | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
ACKS | ||
ChangeLog | ||
CONTRIBUTING.md | ||
INSTALL.md | ||
LICENSE.md | ||
Makefile | ||
MANIFEST.in | ||
README.md | ||
RELNOTES | ||
setup.py |
# Build status
Limnoria is tested with Python 2.6, 2.7, 3.2, 3.3, and Pypy. Python 2.5 and older versions are not supported.
EVERYONE:
Read LICENSE. It’s 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. We’ll 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 directory’s . What that probably means is that you’ll run them like this:
C:\Python27\python C:\Python27\Scripts\supybot-wizard
If you are running a Python version that is not 2.7, replace “27” in the file names with your Python version, without the dot (for example “26”.)
DEVELOPERS:
We likewise have tons of developer documentation at [supybot.aperio.fr] for your learning adventures. Have fun :)