mirror of
				https://github.com/reality/dbot.git
				synced 2025-11-04 13:37:32 +01:00 
			
		
		
		
	debugging. so what?
This commit is contained in:
		
							parent
							
								
									90363ed707
								
							
						
					
					
						commit
						824e5381e0
					
				@ -5,6 +5,9 @@ var youAre = function(dbot) {
 | 
			
		||||
        'listener': function(data) {
 | 
			
		||||
            var key = data.message.valMatch(/(\bis\b|\bare\b)\s+([\w\s\d]*?)(\s+)?(,|\.|\band\b|$)/, 5);
 | 
			
		||||
 | 
			
		||||
            console.log(key[1]);
 | 
			
		||||
            console.log(key[2]);
 | 
			
		||||
            console.log(key[3]);
 | 
			
		||||
            if(key && key[2] != "" && Number.prototype.chanceIn(1, 25) && data.user != 'aisbot') {
 | 
			
		||||
                dbot.say(data.channel, data.user + ': You\'re ' + key[2] + '.');
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user