Cleverbot fix
This commit is contained in:
		@@ -30,9 +30,9 @@ namespace Services.CleverBotApi
 | 
				
			|||||||
        public static ChatterBot Create(ChatterBotType type, object arg)
 | 
					        public static ChatterBot Create(ChatterBotType type, object arg)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
#if GLOBAL_NADEKO
 | 
					#if GLOBAL_NADEKO
 | 
				
			||||||
            var url = "http://www.cleverbot.com/webservicemin?uc=321&botapi=nadekobot";
 | 
					            var url = "http://www.cleverbot.com/webservicemin?uc=3210&botapi=nadekobot";
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
            var url = "http://www.cleverbot.com/webservicemin?uc=321";
 | 
					            var url = "http://www.cleverbot.com/webservicemin?uc=3210";
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            switch (type)
 | 
					            switch (type)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user