]> git.donarmstrong.com Git - infobot.git/commit
- added top3 irctextcounter stats
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 29 May 2001 13:29:24 +0000 (13:29 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 29 May 2001 13:29:24 +0000 (13:29 +0000)
commit58298d359360a1de27212a1ec0838dbfb7f0b53b
treee435e9aa3a4e9e60fcd128863bce1b5b865e9489
parentb6accd0ec31c9e167c396b7d6db73ce9d47815ad
- added top3 irctextcounter stats
- fixed first-time-user passwd
- set $chan to "_default" in IsChanConf if undefined.
- modified dbGetCol to new style $select/$where args.
- &status() now deals with multiple lines input properly
- dcc close now works as it seems, enabled it
- run chanServCheck and chanLimitVerify in hookMode if we're opped
  straight away
- prevent guest/_default users from DCC CHAT
- added "factstats reqrate"
- typos, DEBUG/WARN -> VERB(,2), tiny things that don't need mentioning

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@501 c11ca15a-4712-0410-83d8-924469b57eb5
14 files changed:
src/CommandStubs.pl
src/DynaConfig.pl
src/IRC/Irc.pl
src/IRC/IrcHelpers.pl
src/IRC/IrcHooks.pl
src/IRC/Schedulers.pl
src/Modules/Factoids.pl
src/Modules/News.pl
src/Modules/RootWarn.pl
src/Modules/UserDCC.pl
src/Process.pl
src/core.pl
src/db_mysql.pl
src/logger.pl