From 013409d6d83dc4b6146b2fde02ba1eacf978f99c Mon Sep 17 00:00:00 2001 From: urlbot Date: Sat, 27 Sep 2014 05:53:09 +0200 Subject: [PATCH] scope fixes --- urlbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/urlbot.py b/urlbot.py index 3d6e78a..69d95cc 100755 --- a/urlbot.py +++ b/urlbot.py @@ -241,6 +241,7 @@ plugins.conf = conf plugins.logger = logger plugins.ratelimit_exceeded = ratelimit_exceeded plugins.ratelimit_touch = ratelimit_touch +plugins.random = random plugins.register_all()