aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar jesopo2019-09-17 10:21:31 +0100
committerGravatar jesopo2019-09-17 10:21:31 +0100
commitc23530be89ce1493429143b57956d273b8dfb374 (patch)
tree2929f2299057142d9e1f74467e24299014ff0ea2 /src
parent'seperate_hostmask()' -> 'parse_hostmask()' (diff)
signature
add missing IRCLine import to IRCChannel
Diffstat (limited to 'src')
-rw-r--r--src/IRCChannel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IRCChannel.py b/src/IRCChannel.py
index 0f58af0e..2404d7af 100644
--- a/src/IRCChannel.py
+++ b/src/IRCChannel.py
@@ -1,6 +1,6 @@
import re, typing, uuid
-from src import EventManager, IRCBot, IRCBuffer, IRCObject, IRCServer, IRCUser
-from src import utils
+from src import EventManager, IRCBot, IRCBuffer, IRCLine, IRCObject, IRCServer
+from src import IRCUser, utils
RE_MODES = re.compile(r"[-+]\w+")
SETTING_CACHE_EXPIRATION = 60.0*5.0 # 5 minutes