mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +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.
 | 
			
		||||
"""
 | 
			
		||||
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."""
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,4 @@
 | 
			
		||||
# relay.py: PyLink Relay plugin
 | 
			
		||||
import pickle
 | 
			
		||||
import time
 | 
			
		||||
import threading
 | 
			
		||||
import string
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user