From a33d8062833d1bfec4777145cc484c1d6b9e141f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 27 Aug 2010 17:07:33 +0200 Subject: some automatic fixes --- module/network/XdccRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/XdccRequest.py') diff --git a/module/network/XdccRequest.py b/module/network/XdccRequest.py index ce764eb12..e6d714b25 100644 --- a/module/network/XdccRequest.py +++ b/module/network/XdccRequest.py @@ -190,7 +190,7 @@ class XdccRequest: continue m = re.match('\x01DCC SEND (.*?) (.*?) (.*?) (.*?)\x01', msg["text"]) - if m != None: + if m is not None: break # kill IRC socket -- cgit v1.2.3