From f79524e9e19b379039455a396999df45a2659ab5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 6 Dec 2015 17:44:59 -0800 Subject: [PATCH] unreal: remove duplicate import --- protocols/unreal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/unreal.py b/protocols/unreal.py index 46770f8..6c60d50 100644 --- a/protocols/unreal.py +++ b/protocols/unreal.py @@ -1,7 +1,6 @@ import time import sys import os -import time import codecs import socket import re @@ -282,6 +281,7 @@ class UnrealProtocol(TS6BaseProtocol): f = self.irc.send host = self.irc.serverdata["hostname"] + f('PASS :%s' % self.irc.serverdata["sendpass"]) # https://github.com/unrealself.ircd/unrealself.ircd/blob/2f8cb55e/doc/technical/protoctl.txt # We support the following protocol features: