]> git.donarmstrong.com Git - infobot.git/commit
- added support/hack for channel +o as "+o" in bot user file.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 2 Nov 2002 15:41:32 +0000 (15:41 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Sat, 2 Nov 2002 15:41:32 +0000 (15:41 +0000)
commit5af28d3166c44838200ef6e3ea9120ad8927e506
tree5e30f5f1231e781733ef1159dc0446cdf0e9445d
parent108a8cdeba1fbfe5280a4cee3180ade9eef41240
- added support/hack for channel +o as "+o" in bot user file.
  requires +O in user file for this to be activated.
- converted most instances of &rawout() to $conn->function();
- typo for default userHandle. woops.
- uptimeWriteFile() should work now; use IsChanConf() instead.
- fixed channel key support. forgot about it when we changed over to
  Net::IRC.
- added support for Q on quakenet.org - can be adapted for other servers
  I guess.
- added el-cheapo throttling to $conn->notice() in News module.
  TODO: implement this in our &notice() + &msg() functions.

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@593 c11ca15a-4712-0410-83d8-924469b57eb5
14 files changed:
blootbot/src/Factoids/Question.pl
blootbot/src/IRC/Irc.pl
blootbot/src/IRC/IrcHelpers.pl
blootbot/src/IRC/IrcHooks.pl
blootbot/src/IRC/Schedulers.pl
blootbot/src/Modules/News.pl
blootbot/src/Modules/RootWarn.pl
blootbot/src/Modules/Topic.pl
blootbot/src/Modules/Uptime.pl
blootbot/src/Modules/UserDCC.pl
blootbot/src/Process.pl
blootbot/src/UserExtra.pl
blootbot/src/core.pl
blootbot/src/modules.pl