From 611bb91d56f287a7cd9713582b75136e469dd9a9 Mon Sep 17 00:00:00 2001 From: Thomas Coppi Date: Sun, 23 Sep 2007 14:37:05 -0600 Subject: [PATCH] Typo fix --- modules/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config.py b/modules/config.py index 872a6e1..78288b3 100644 --- a/modules/config.py +++ b/modules/config.py @@ -12,5 +12,5 @@ def __init__(scrap): scrap.nickservpass = "121212" #identify with nickserv or not - scrap.identify = false + scrap.identify = False -- 2.11.4.GIT