From 7684da3a7290590e68f4035173a8dd5683700466 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 20 Jan 2004 18:53:57 +0000 Subject: [PATCH] Added note about eval() uses having to be approved by jemfinch. --- docs/STYLE | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/STYLE b/docs/STYLE index 06450a1f2..3afe211e1 100644 --- a/docs/STYLE +++ b/docs/STYLE @@ -74,7 +74,9 @@ SQL statements in code should put SQL words in ALL CAPS: SELECT quote FROM quotes ORDER BY random() LIMIT 1 All plugins should have test cases written for them. Even if it -doesn't actually test anything but just subclasses -test.PluginDocumentation, it's good to have the test there so there's -a place to add more tests later (and so we can be sure that all -plugins are adequately documented). +doesn't actually test anything but just exists, it's good to have the +test there so there's a place to add more tests later (and so we can +be sure that all plugins are adequately documented. + +All uses of eval() that expect to get integrated in Supybot must be +approved by jemfinch, no exceptions.