Master Kwoth 
							
						 
					 
					
						
						
							
						
						11282658fa 
					 
					
						
						
							
							Merge pull request  #1101  from rjt-rockx/patch-2  
						
						... 
						
						
						
						Fixed a crap ton of command help messages 
						
						
					 
					
						2017-03-03 17:10:12 +01:00 
						 
				 
			
				
					
						
							
							
								Rajath Ranganath 
							
						 
					 
					
						
						
							
						
						07a0ff078b 
					 
					
						
						
							
							Fixed stuf  
						
						
						
						
					 
					
						2017-03-03 21:34:16 +05:30 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						ac6ad1d853 
					 
					
						
						
							
							fixed nsfw string  
						
						
						
						
					 
					
						2017-03-03 03:59:12 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						175a6cdfcc 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/Kwoth/NadekoBot  into dev  
						
						
						
						
					 
					
						2017-03-03 03:15:29 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						2bd7080324 
					 
					
						
						
							
							fixed calcops  
						
						
						
						
					 
					
						2017-03-03 03:08:55 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						71c06f6020 
					 
					
						
						
							
							Update ResponseStrings.ja-JP.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:36 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						349645c019 
					 
					
						
						
							
							Update ResponseStrings.sr-cyrl-rs.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:33 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						5ddd92fe8d 
					 
					
						
						
							
							Update ResponseStrings.ru-RU.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:30 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						66b135b2db 
					 
					
						
						
							
							Update ResponseStrings.pt-BR.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:28 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						8881d32151 
					 
					
						
						
							
							Update ResponseStrings.de-DE.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:25 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						55fc4432dd 
					 
					
						
						
							
							Update ResponseStrings.fr-fr.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:23 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						6390da4614 
					 
					
						
						
							
							Update ResponseStrings.nl-NL.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-03 02:26:20 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						ebe662594b 
					 
					
						
						
							
							.langli no longer requires bot ownership  
						
						
						
						
					 
					
						2017-03-03 02:11:21 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						43d19babb2 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/Kwoth/NadekoBot  into dev  
						
						
						
						
					 
					
						2017-03-03 02:06:31 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						2b35d1c655 
					 
					
						
						
							
							fixed names for jap and nl translations  
						
						
						
						
					 
					
						2017-03-03 02:06:20 +01:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						f023251170 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						... 
						
						
						
						updated with syntax from added extensions 
						
						
					 
					
						2017-03-02 17:26:40 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						33faec9649 
					 
					
						
						
							
							ContainsNoCase  
						
						... 
						
						
						
						Extension for Contains() used extensively, here as `ContainsNoCase` for indexOf() with StringComparison type options: 
CurrentCulture, CurrentCultureIgnoreCase, InvariantCulture, InvariantCultureIgnoreCase, Ordinal, OrdinalIgnoreCase
The extension here implements the String.IndexOf Method (String,StringComparison) method: 
https://msdn.microsoft.com/en-us/library/ms224425(v=vs.110).aspx 
Allows clean access to this method as `ContainsNoCase(string, StringComparison.TYPE)` 
						
						
					 
					
						2017-03-02 17:21:03 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						6059ea3dc0 
					 
					
						
						
							
							Merge remote-tracking branch 'Kwoth/dev' into dev  
						
						
						
						
					 
					
						2017-03-02 14:45:24 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						c7e694fc1d 
					 
					
						
						
							
							Update QuoteCommands.cs  
						
						
						
						
					 
					
						2017-03-02 11:24:37 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						f4870c4678 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						
						
						
					 
					
						2017-03-02 11:22:07 -05:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						f41a12ca89 
					 
					
						
						
							
							Merge pull request  #1098  from samdivaio/dev  
						
						... 
						
						
						
						Weather and YouTube Playlist queue changes. 
						
						
					 
					
						2017-03-02 15:30:25 +01:00 
						 
				 
			
				
					
						
							
							
								Rajath Ranganath 
							
						 
					 
					
						
						
							
						
						aba3a5f6f3 
					 
					
						
						
							
							Minor typo fix  
						
						
						
						
					 
					
						2017-03-02 17:08:49 +05:30 
						 
				 
			
				
					
						
							
							
								Rajath Ranganath 
							
						 
					 
					
						
						
							
						
						c77048769d 
					 
					
						
						
							
							Fixed a crap ton of command help messages  
						
						... 
						
						
						
						Added extra markdown too. Command help looks bootiful now :3 
						
						
					 
					
						2017-03-02 17:03:23 +05:30 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						1418297958 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						
						
						
					 
					
						2017-03-02 05:20:12 -05:00 
						 
				 
			
				
					
						
							
							
								samvaio 
							
						 
					 
					
						
						
							
						
						63823d10bf 
					 
					
						
						
							
							music playlist and weather fixes  
						
						
						
						
					 
					
						2017-03-02 15:17:15 +05:30 
						 
				 
			
				
					
						
							
							
								samvaio 
							
						 
					 
					
						
						
							
						
						ad5916fc19 
					 
					
						
						
							
							Merge pull request  #5  from Kwoth/dev  
						
						... 
						
						
						
						ups 
						
						
					 
					
						2017-03-02 15:15:25 +05:30 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						97b314d611 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						... 
						
						
						
						whoops xD 
						
						
					 
					
						2017-03-02 04:44:49 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						0a55c6f09c 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						... 
						
						
						
						syntax cleanup 
						
						
					 
					
						2017-03-02 04:09:12 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						72de465c34 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						... 
						
						
						
						handle all standard cases (matches text that contains the exact, upper, or lowercase forms of the input text to search) 
						
						
					 
					
						2017-03-02 03:57:39 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						6773d1e86d 
					 
					
						
						
							
							See  9344c1b498 
						
						
						
						
					 
					
						2017-03-02 03:49:53 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						b3080f193f 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						
						
						
					 
					
						2017-03-02 03:49:34 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						e2f855a729 
					 
					
						
						
							
							Support for embeds in .qsearch output + case  
						
						... 
						
						
						
						- Support for embeds in .qsearch output results
- Search can be case insensitive (changes made 011b951a29 
						
						
					 
					
						2017-03-02 03:46:10 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						9344c1b498 
					 
					
						
						
							
							Support for embeds in .qsearch output  
						
						... 
						
						
						
						- Support for embeds in .qsearch output results
- Search can be case insensitive (changes made 011b951a29 
						
						
					 
					
						2017-03-02 03:41:33 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						011b951a29 
					 
					
						
						
							
							Update QuoteRepository.cs  
						
						
						
						
					 
					
						2017-03-02 03:29:27 -05:00 
						 
				 
			
				
					
						
							
							
								Shikhir Arora 
							
						 
					 
					
						
						
							
						
						4dda0a24d7 
					 
					
						
						
							
							Merge remote-tracking branch 'Kwoth/dev' into dev  
						
						
						
						
					 
					
						2017-03-02 01:47:53 -05:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						f53c68e113 
					 
					
						
						
							
							version upped to 1.2  
						
						
						
						
					 
					
						2017-03-01 22:06:37 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						ccef094388 
					 
					
						
						
							
							Fixed smp string  
						
						
						
						
					 
					
						2017-03-01 21:42:20 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						cc9224b758 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/Kwoth/NadekoBot  into dev  
						
						
						
						
					 
					
						2017-03-01 21:38:13 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						bef5549f11 
					 
					
						
						
							
							Commented out unfinished languages from the list of supported ones  
						
						
						
						
					 
					
						2017-03-01 21:38:05 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						5e06ccb5bf 
					 
					
						
						
							
							Update ResponseStrings.ru-RU.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 21:37:08 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						8b859ab027 
					 
					
						
						
							
							Update ResponseStrings.pt-BR.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 21:37:05 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						fb574f0925 
					 
					
						
						
							
							Update ResponseStrings.de-DE.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 21:37:01 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						c04163e4c1 
					 
					
						
						
							
							Create ResponseStrings.fr-fr.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 21:36:58 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						50553bd8b0 
					 
					
						
						
							
							Fixed resource filenames  
						
						
						
						
					 
					
						2017-03-01 20:40:09 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						b9b3be1ba5 
					 
					
						
						
							
							Merge branch 'dev' of  https://github.com/Kwoth/NadekoBot  into dev  
						
						
						
						
					 
					
						2017-03-01 18:14:50 +01:00 
						 
				 
			
				
					
						
							
							
								Kwoth 
							
						 
					 
					
						
						
							
						
						f294b9997b 
					 
					
						
						
							
							fixed string  
						
						
						
						
					 
					
						2017-03-01 18:14:22 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						b93c212c68 
					 
					
						
						
							
							Update ResponseStrings.ru-RU.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 18:11:07 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						ded86b51b0 
					 
					
						
						
							
							Update ResponseStrings.pt-BR.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 18:11:04 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						78c2eb4430 
					 
					
						
						
							
							Update ResponseStrings.de-DE.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 18:11:01 +01:00 
						 
				 
			
				
					
						
							
							
								Master Kwoth 
							
						 
					 
					
						
						
							
						
						c65398482a 
					 
					
						
						
							
							Update ResponseStrings.fr-fr.resx (POEditor.com)  
						
						
						
						
					 
					
						2017-03-01 18:10:58 +01:00