Limnoria/docs/HINTS

12 lines
414 B
Plaintext
Raw Normal View History

2003-03-12 07:26:59 +01:00
There are just little tidbits that you might need/want to know.
2003-11-20 02:58:58 +01:00
In order to make a module dynamically loadable, all you gotta do
is have a callback named "Class" and throw it in plugins/ .
2003-09-06 08:57:44 +02:00
In order to begin writing a callback, you'll want to run
2003-11-20 02:58:58 +01:00
scripts/newplugin.
2003-09-06 08:57:44 +02:00
Everything you run needs to be run from the root supybot directory;
2003-11-20 02:58:58 +01:00
don't ever run anything from *inside* src/ or plugins/ or scripts/ or
test/.