3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-12-24 19:52:53 +01:00

automode, relay: remove unused imports

This commit is contained in:
James Lu 2017-01-21 12:01:41 -08:00
parent 170738ee10
commit c20c144222
2 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ automode.py - Provide simple channel ACL management by giving prefix modes to us
hostmasks or exttargets.
"""
import collections
import threading
import json
from pylinkirc import utils, conf, world, structures
from pylinkirc.log import log
@ -28,7 +26,6 @@ db = datastore.store
default_permissions = {"$ircop": ['automode.manage.relay_owned', 'automode.sync.relay_owned',
'automode.list']}
def main(irc=None):
"""Main function, called during plugin loading at start."""

View File

@ -1,5 +1,4 @@
# relay.py: PyLink Relay plugin
import pickle
import time
import threading
import string