mirror of
				https://github.com/brmlab/brmdoor.git
				synced 2025-10-29 23:43:58 +01:00 
			
		
		
		
	use - instead of :
This commit is contained in:
		
							parent
							
								
									fc805c78cb
								
							
						
					
					
						commit
						f057156b42
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -554,8 +554,8 @@ sub irc_public { | ||||||
| 					foreach my $subpod (@{$pod->subpods}) { | 					foreach my $subpod (@{$pod->subpods}) { | ||||||
| 						if ($subpod->plaintext) { | 						if ($subpod->plaintext) { | ||||||
| 							my $answer = ''; | 							my $answer = ''; | ||||||
| 							$answer .= ($pod->title . ': ') if $pod->title; | 							$answer .= ($pod->title . ' - ') if $pod->title; | ||||||
| 							$answer .= ($subpod->title . ': ') if $subpod->title; | 							$answer .= ($subpod->title . ' - ') if $subpod->title; | ||||||
| 							$answer .= $subpod->plaintext; | 							$answer .= $subpod->plaintext; | ||||||
| 							$irc->yield( privmsg => $channel => "$nick: $answer" ); | 							$irc->yield( privmsg => $channel => "$nick: $answer" ); | ||||||
| 						} | 						} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Pavol Rusnak
						Pavol Rusnak