Forgot to import Utils in IRCServer

This commit is contained in:
jesopo 2018-09-11 10:14:12 +01:00
parent 6c8399fa0f
commit 9236327366

View file

@ -1,5 +1,5 @@
import collections, socket, ssl, sys, time import collections, socket, ssl, sys, time
import IRCChannel, IRCUser import IRCChannel, IRCUser, Utils
THROTTLE_LINES = 4 THROTTLE_LINES = 4
THROTTLE_SECONDS = 1 THROTTLE_SECONDS = 1