forked from an/flokati
		
	removed duplicate call of modules.Init()
This commit is contained in:
		
							parent
							
								
									fd45d3076c
								
							
						
					
					
						commit
						d3fc6a4b5c
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		
							
								
								
									
										3
									
								
								irc.go
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								irc.go
									
										
									
									
									
								
							| 
						 | 
					@ -43,9 +43,6 @@ func Irc(say chan string) {
 | 
				
			||||||
	go CheckConnection(bot)
 | 
						go CheckConnection(bot)
 | 
				
			||||||
	go Ping(bot)
 | 
						go Ping(bot)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	modules.Init(say, *mods)
 | 
					 | 
				
			||||||
	modules.BotNick = strings.ToLower(*name)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	for {
 | 
						for {
 | 
				
			||||||
		var targets string
 | 
							var targets string
 | 
				
			||||||
		for {
 | 
							for {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue