]> git.donarmstrong.com Git - infobot.git/commit
- bot stats: "blah has blah... is ranked xx/yy (zz percentile)"
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 8 Sep 2001 12:27:55 +0000 (12:27 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 8 Sep 2001 12:27:55 +0000 (12:27 +0000)
commit34a4d11667b0a734343f82d2adbaac23f738ad18
treeff2711f8a3096c9e9fc06ed785e94e59c3470e4f
parent92c3870d1fd6aa5f063a57cfb690aea12ec77df7
- bot stats: "blah has blah... is ranked xx/yy (zz percentile)"
- invalid factoids: "^or ", "^but "
- factoid args: update request count and by.
- db_pgsql.pl updated; patch contributed by lear@OPN. thanks!
- added "_stats <nick>" to get all textstats about nick. (half working)
- added highlighting to irctextcounter output
- cpustats: show total % and parent/child ratio.
- logger: use 6spaces instead of 5 for counter.
- added support for Password argument for IRC.
- typo in Freshmeat.pl (forgot ::)
- Factoids/Misc.pl      - moved validFactoid here (from Misc.pl).
    - - moved FactoidStuff (from Process.pl)
- db_sql.pl             - common between mysql/pgsql.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@513 c11ca15a-4712-0410-83d8-924469b57eb5
17 files changed:
src/CommandStubs.pl
src/Factoids/Misc.pl [new file with mode: 0644]
src/Factoids/Update.pl
src/IRC/Irc.pl
src/IRC/IrcHooks.pl
src/IRC/Schedulers.pl
src/Misc.pl
src/Modules/Freshmeat.pl
src/Modules/RootWarn.pl
src/Process.pl
src/UserExtra.pl
src/core.pl
src/db_mysql.pl
src/db_pgsql.pl
src/db_sql.pl [new file with mode: 0644]
src/logger.pl
src/modules.pl