2012-05-10 10:01:20 +02:00
# EVERYONE:
2012-05-06 17:09:06 +02:00
2012-05-10 10:01:20 +02:00
Read [LICENSE]. It's a 3-clause BSD license, but you should read it
2005-01-25 00:01:31 +01:00
anyway.
2005-01-19 14:14:38 +01:00
2012-05-26 11:34:52 +02:00
[LICENSE]:LICENSE.md
2012-05-06 17:09:06 +02:00
2012-05-10 10:01:20 +02:00
# USERS:
There is much documentation
at [supybot.fr.cr] and at [Gribble wiki] for your perusal. Please read it; we took the
2005-01-25 00:01:31 +01:00
time to write it, you should take the time to read it.
2005-01-19 14:14:38 +01:00
2012-05-10 10:01:20 +02:00
[supybot.fr.cr]:http://supybot.fr.cr/doc
[Gribble wiki]:https://sourceforge.net/apps/mediawiki/gribble/index.php?title=Main_Page
2012-05-26 11:34:52 +02:00
If you have any trouble, feel free to swing by [#supybot and #limnoria ](irc://irc.freenode.net/#supybot,#limnoria ) on
[irc.freenode.net ](irc://irc.freenode.net ) or [#supybot ](irc://irc.oftc.net/#supybot ) at [irc.oftc.net ](irc://irc.oftc.net ) (we have a Limnoria there relaying,
2005-01-19 14:14:38 +01:00
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,
2012-05-10 10:01:20 +02:00
*please* post it on [issue tracker] so we can improve the bot!
2005-01-19 14:14:38 +01:00
2012-05-10 10:01:20 +02:00
[issue tracker]:https://github.com/ProgVal/Limnoria/issues
# WINDOWS USERS:
2012-05-06 17:09:06 +02:00
2005-01-19 14:14:38 +01:00
The wizards (supybot-wizard, supybot-newplugin, and
supybot-adduser) are all installed to your Python directory's
\Scripts. What that *probably* means is that you'll run them like
2012-05-10 10:01:20 +02:00
this:
```
C:\Python2x\python C:\Python2x\Scripts\supybot-wizard
```
2005-01-19 14:14:38 +01:00
2012-05-10 10:01:20 +02:00
# DEVELOPERS:
2012-05-06 17:09:06 +02:00
2005-01-25 00:01:31 +01:00
We likewise have tons of developer documentation at
2012-05-10 10:01:20 +02:00
[supybot.fr.cr] for your learning adventures. Have fun :)