From d92bf5ec462173ddebec5d6c264e5b45d05c46d7 Mon Sep 17 00:00:00 2001 From: James Vega Date: Tue, 7 Sep 2004 14:59:11 +0000 Subject: [PATCH] configure method was missing it's conf.register... --- plugins/Unix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Unix.py b/plugins/Unix.py index 99ea331ab..dd102da62 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -58,6 +58,7 @@ import supybot.callbacks as callbacks def configure(advanced): from supybot.questions import output, expect, anything, something, yn + conf.registerPlugin('Unix', True) output("""The "progstats" command can reveal potentially sensitive information about your machine. Here's an example of its output: