mirror of
https://github.com/jlu5/PyLink.git
synced 2024-12-25 20:22:45 +01:00
automode, relay: remove unused imports
This commit is contained in:
parent
170738ee10
commit
c20c144222
@ -3,8 +3,6 @@ automode.py - Provide simple channel ACL management by giving prefix modes to us
|
|||||||
hostmasks or exttargets.
|
hostmasks or exttargets.
|
||||||
"""
|
"""
|
||||||
import collections
|
import collections
|
||||||
import threading
|
|
||||||
import json
|
|
||||||
|
|
||||||
from pylinkirc import utils, conf, world, structures
|
from pylinkirc import utils, conf, world, structures
|
||||||
from pylinkirc.log import log
|
from pylinkirc.log import log
|
||||||
@ -28,7 +26,6 @@ db = datastore.store
|
|||||||
default_permissions = {"$ircop": ['automode.manage.relay_owned', 'automode.sync.relay_owned',
|
default_permissions = {"$ircop": ['automode.manage.relay_owned', 'automode.sync.relay_owned',
|
||||||
'automode.list']}
|
'automode.list']}
|
||||||
|
|
||||||
|
|
||||||
def main(irc=None):
|
def main(irc=None):
|
||||||
"""Main function, called during plugin loading at start."""
|
"""Main function, called during plugin loading at start."""
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
# relay.py: PyLink Relay plugin
|
# relay.py: PyLink Relay plugin
|
||||||
import pickle
|
|
||||||
import time
|
import time
|
||||||
import threading
|
import threading
|
||||||
import string
|
import string
|
||||||
|
Loading…
Reference in New Issue
Block a user