mirror of
				https://tildegit.org/ben/sedbot
				synced 2025-08-10 03:32:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			657 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			657 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
SERVER=localhost # the IRC server to connect to
 | 
						|
PASS= # server pass
 | 
						|
PORT=6667 # port to connect to
 | 
						|
NICK=sedbot # bot's nickname
 | 
						|
LOGIN=sedbot # bot's username
 | 
						|
REALNAME=sedbot # bot's name
 | 
						|
CHANNELS=('#meta', '#team', '#yourtilde') # array of channels to autojoin at start
 | 
						|
IRC_LOG=sedbot.log # irc message log
 | 
						|
ERROR_LOG=sedbot.err # log of errors, events and used regexps
 | 
						|
 | 
						|
MAX_LINE_LENGTH=400 # truncate lines to this many bytes
 | 
						|
SLEEP_JOIN=3 # sleep after identifying before autojoining channels
 | 
						|
SLEEP_RECONNECT=10 # sleep before reconnecting on disconnect
 | 
						|
READ_TIMEOUT=300 # seconds before reconnect if no line is read
 | 
						|
ACCEPT_INVITES=1 # 0 to ignore invites
 | 
						|
 |