]> 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)
commit8653377807cbd80bd24c5cc7741d0e42b82a526c
treed40820471f413c5167ba519dcb4d9153cf6c44ca
parent5bd61db761adad8bf6f64e391a5524fa00b19e1a
- 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/blootbot@593 c11ca15a-4712-0410-83d8-924469b57eb5
14 files changed:
src/Factoids/Question.pl
src/IRC/Irc.pl
src/IRC/IrcHelpers.pl
src/IRC/IrcHooks.pl
src/IRC/Schedulers.pl
src/Modules/News.pl
src/Modules/RootWarn.pl
src/Modules/Topic.pl
src/Modules/Uptime.pl
src/Modules/UserDCC.pl
src/Process.pl
src/UserExtra.pl
src/core.pl
src/modules.pl