Hi there,
I'm testing this on my test net, where I'm also messing around with 1.8.5, so I'll make sure that's not the problem before reporting any bugs. It's working smoothly, for the most part.
I haven't had a chance to test all commands yet, but I will get round to it - but so far, I have noticed a bug with !dt set privmsg. When setting it on with !dt set privmsg on - that works fine, but when doing !dt set privmsg off, it replies with: Syntax: !dt SET PRIVMSG { ON | OFF }.
I'm no coder, but I went browsing through the file anyway. After some looking around, I noticed that "stricmp" on line 1494 is missing a ! at the beginning of it, so I'm guessing the line SHOULD look something like:
} else if (value && !stricmp(value, "OFF")) {
Like I said, I'm no coder, so that may be wrong, or the incorrect way of doing it - but it seems to have fixed the problem I was having.
-Kyle