mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
unreal: remove duplicate import
This commit is contained in:
parent
e4fb64aeba
commit
f79524e9e1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user