mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 12:12:54 +01:00
Updated.
This commit is contained in:
parent
8b3afe9f74
commit
a561767b70
@ -1,10 +1,11 @@
|
|||||||
There are just little tidbits that you might need/want to know.
|
There are just little tidbits that you might need/want to know.
|
||||||
|
|
||||||
In order to make a module dynamically loadable, all you gotta do is have a
|
In order to make a module dynamically loadable, all you gotta do
|
||||||
callback named "Class" and throw it in plugins/ .
|
is have a callback named "Class" and throw it in plugins/ .
|
||||||
|
|
||||||
In order to begin writing a callback, you'll want to run
|
In order to begin writing a callback, you'll want to run
|
||||||
scripts/newplugin.py.
|
scripts/newplugin.
|
||||||
|
|
||||||
Everything you run needs to be run from the root supybot directory;
|
Everything you run needs to be run from the root supybot directory;
|
||||||
don't ever run anything from *inside* src/ or plugins/ or scripts/.
|
don't ever run anything from *inside* src/ or plugins/ or scripts/ or
|
||||||
|
test/.
|
||||||
|
Loading…
Reference in New Issue
Block a user