From 7d0c5f5a24d7d2d76197d59e6fb051a5e01b0cfa Mon Sep 17 00:00:00 2001 From: Thomas Coppi Date: Wed, 23 Apr 2008 19:40:01 -0600 Subject: [PATCH] Fix --- modules/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config.py b/modules/config.py index 067392c..fb30a9c 100644 --- a/modules/config.py +++ b/modules/config.py @@ -14,4 +14,5 @@ def __init__(scrap): #identify with nickserv or not scrap.identify = True scrap.talk = True + scrap.autorep = True -- 2.11.4.GIT