Compare commits
	
		
			9 Commits
		
	
	
		
			00bd524d98
			...
			2399b5e882
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2399b5e882 | |||
| ed538d6045 | |||
| ae82239e52 | |||
| 26a730e688 | |||
| 8b34ac7505 | |||
| cf13ad4c30 | |||
| b552ae93a3 | |||
| 1b63616e1a | |||
| e8bd0024e0 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -15,6 +15,7 @@ megahal.* | ||||
| dr.botzo.log | ||||
| dr.botzo.markov | ||||
| *.facts | ||||
| *.json | ||||
| *.log | ||||
| *.pyc | ||||
| *.sqlite3 | ||||
|  | ||||
							
								
								
									
										36
									
								
								tests/fixtures/irc_server_fixture.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										36
									
								
								tests/fixtures/irc_server_fixture.json
									
									
									
									
										vendored
									
									
								
							| @ -1,36 +0,0 @@ | ||||
| [ | ||||
| { | ||||
|     "model": "ircbot.ircserver", | ||||
|     "pk": 1, | ||||
|     "fields": { | ||||
|         "name": "Localhost", | ||||
|         "hostname": "localhost", | ||||
|         "port": 6697, | ||||
|         "password": null, | ||||
|         "nickname": "test_bot", | ||||
|         "realname": "test_bot", | ||||
|         "additional_addressed_nicks": "", | ||||
|         "use_ssl": true, | ||||
|         "use_ipv6": true, | ||||
|         "post_connect": "", | ||||
|         "delay_before_joins": 5, | ||||
|         "xmlrpc_host": "localhost", | ||||
|         "xmlrpc_port": 13132, | ||||
|         "replace_irc_control_with_markdown": false | ||||
|     } | ||||
| }, | ||||
| { | ||||
|     "model": "ircbot.ircchannel", | ||||
|     "pk": 1, | ||||
|     "fields": { | ||||
|         "name": "#test", | ||||
|         "server": 1, | ||||
|         "autojoin": true, | ||||
|         "topic_msg": "", | ||||
|         "topic_time": "2022-09-09T18:28:29Z", | ||||
|         "topic_by": "", | ||||
|         "markov_learn_from_channel": true, | ||||
|         "discord_bridge": "bridge" | ||||
|     } | ||||
| } | ||||
| ] | ||||
							
								
								
									
										19
									
								
								tests/fixtures/markov_fixture.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										19
									
								
								tests/fixtures/markov_fixture.json
									
									
									
									
										vendored
									
									
								
							| @ -1,19 +0,0 @@ | ||||
| [ | ||||
| { | ||||
|     "model": "markov.markovcontext", | ||||
|     "pk": 1, | ||||
|     "fields": { | ||||
|         "name": "#factory" | ||||
|     } | ||||
| }, | ||||
| { | ||||
|     "model": "markov.markovtarget", | ||||
|     "pk": 1, | ||||
|     "fields": { | ||||
|         "name": "#factory", | ||||
|         "context": 1, | ||||
|         "channel": 71, | ||||
|         "chatter_chance": 0 | ||||
|     } | ||||
| } | ||||
| ] | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user