mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 00:47:21 +01:00 
			
		
		
		
	Drop "prefix" config entry, it's not being used
Closes #26. Plugins can implement their own fantasy-style triggers via message hooks, so I'm not sure this really needs a place in the core.
This commit is contained in:
		
							parent
							
								
									7f6c8b0e52
								
							
						
					
					
						commit
						087a4e7e5c
					
				@ -1,16 +1,15 @@
 | 
			
		||||
bot:
 | 
			
		||||
  # Set nick, user/ident, and real name.
 | 
			
		||||
  nick: pylink
 | 
			
		||||
  user: pylink
 | 
			
		||||
  realname: PyLink Service Client
 | 
			
		||||
  prefix: "@"
 | 
			
		||||
  # Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
 | 
			
		||||
  loglevel: DEBUG
 | 
			
		||||
    # Set nick, user/ident, and real name.
 | 
			
		||||
    nick: pylink
 | 
			
		||||
    user: pylink
 | 
			
		||||
    realname: PyLink Service Client
 | 
			
		||||
    # Console log verbosity: see https://docs.python.org/3/library/logging.html#logging-levels
 | 
			
		||||
    loglevel: DEBUG
 | 
			
		||||
 | 
			
		||||
login:
 | 
			
		||||
  # PyLink administrative login - Change this, or the service will not start!
 | 
			
		||||
  user: admin
 | 
			
		||||
  password: changeme
 | 
			
		||||
    # PyLink administrative login - Change this, or the service will not start!
 | 
			
		||||
    user: admin
 | 
			
		||||
    password: changeme
 | 
			
		||||
 | 
			
		||||
server:
 | 
			
		||||
    # Server name, port, and passwords
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user