mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-23 12:29:27 +01:00
8b66bd82ec
Now, by default, uses concise timestamp relative durations; e.g. "2d5h ago" instead of "2 days and 5 hours ago". Now, by default, shows only nick instead of full hostmask for each entry. Now accepts optional arguments -t and -h to control the above behavior. If -t is specified, then it shows a full timedate instead of a relative duration; e.g., "Sun Dec 13 14:26:56 PST 2015" instead of "2d5h ago". If -h is specified, then it shows the full hostmask for each entry instead of just the nick. |
||
---|---|---|
build | ||
config | ||
data | ||
doc | ||
log | ||
misc | ||
modules | ||
PBot | ||
pbot.pl | ||
pbot.sh | ||
README |
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.