From 84b7454709e18990dc7a5edc7c2c3db74df05278 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 4 Oct 2003 14:56:54 +0000 Subject: [PATCH] Forgot sets import. --- plugins/Dict.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Dict.py b/plugins/Dict.py index ddd7b6eaa..56febad8a 100644 --- a/plugins/Dict.py +++ b/plugins/Dict.py @@ -35,6 +35,7 @@ Commands that use the dictd protocol to snag stuff off a server. from baseplugin import * +import sets import random import dictclient