mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-10-31 14:47:27 +01:00 
			
		
		
		
	 Pragmatic Software
		
	
	
		aed3f34c43
		
	
	
	
	Add optional modifiers to factoid variables
			Pragmatic Software
		
	
	
		aed3f34c43
		
	
	
	
	Add optional modifiers to factoid variables
		
			
			Adlib list variables can now accept trailing modifier keywords prefixed with
a colon. These can be chained together to combine their effects.
     :uc - uppercases the expansion
     :lc - lowercases the expansion
     :ucfirst - uppercases the first letter in the expansion
     :title - lowercases the expansion and then uppercases the first letter
              (effectively an alias for :lc:ucfirst)
Examples:
   <pragma_> echo $colors:uc
   <candide> RED
   <pragma_> echo $colors:ucfirst
   <candide> Blue
		
	
PBot is a versatile IRC Bot written in Perl for the ##C channel on Freenode.net Features -------- * Factoids * Quotegrabs * Loadable modules that are simple programs based on stdin and stdout * Lots of default modules, including a code compiler and debugger, C-to-English translator, C precedence analyzer, trivia and much more * Channel management * User hostmask and message tracking * Ban evasion detection * Flood detection * Enter-abuse detection * Auto-away detection * Auto-rejoin after kick detection * Registry-based customization See http://www.iso-9899.info/wiki/Candide for more information.
					Languages
				
				
								
								
									Perl
								
								92.3%
							
						
							
								
								
									Python
								
								6.8%
							
						
							
								
								
									Shell
								
								0.4%
							
						
							
								
								
									C
								
								0.2%
							
						
							
								
								
									Prolog
								
								0.1%