From a561767b701a6a64f00c214a5f56c9278ef1d734 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Thu, 20 Nov 2003 01:58:58 +0000 Subject: [PATCH] Updated. --- docs/HINTS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/HINTS b/docs/HINTS index 1fdea0760..4999bc736 100644 --- a/docs/HINTS +++ b/docs/HINTS @@ -1,10 +1,11 @@ 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 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. +scripts/newplugin. 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/.