From f515bd3ec2cabdaf96330cdf3381c2c03fac0d6d Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 3 Jan 2004 17:07:30 +0000 Subject: [PATCH] Removed, it's not very useful anymore. --- docs/HINTS | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/HINTS diff --git a/docs/HINTS b/docs/HINTS deleted file mode 100644 index 4999bc736..000000000 --- a/docs/HINTS +++ /dev/null @@ -1,11 +0,0 @@ -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. - -Everything you run needs to be run from the root supybot directory; -don't ever run anything from *inside* src/ or plugins/ or scripts/ or -test/.