From 0314133f56da97abe8a2332b9120e488b0fdbd87 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 6 Sep 2003 06:57:44 +0000 Subject: [PATCH] Added a few more hints. --- docs/HINTS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/HINTS b/docs/HINTS index 4794ce4f5..1fdea0760 100644 --- a/docs/HINTS +++ b/docs/HINTS @@ -2,3 +2,9 @@ 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 callback named "Class" and throw it in plugins/ . + +In order to begin writing a callback, you'll want to run +scripts/newplugin.py. + +Everything you run needs to be run from the root supybot directory; +don't ever run anything from *inside* src/ or plugins/ or scripts/.