mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
41 lines
1.4 KiB
Markdown
41 lines
1.4 KiB
Markdown
# EVERYONE:
|
|
|
|
Read [LICENSE]. It's a 3-clause BSD license, but you should read it
|
|
anyway.
|
|
|
|
[LICENSE]:LICENSE.md
|
|
|
|
# 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.
|
|
|
|
[supybot.fr.cr]:http://supybot.fr.cr/doc
|
|
[Gribble wiki]:https://sourceforge.net/apps/mediawiki/gribble/index.php?title=Main_Page
|
|
|
|
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,
|
|
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!
|
|
|
|
[issue tracker]:https://github.com/ProgVal/Limnoria/issues
|
|
|
|
# WINDOWS USERS:
|
|
|
|
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
|
|
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 :)
|