Experimenting with customizing phpfreechat v 1.3 on a WordPress 3.0.4 blog, I changed the name of phpfreechat/src/commands/dice.class.php to rice.class.php to see if that was all that was necessary to change both the name of the command as invoked in the chat and the command as listed in the /help output. Changed it just fine in the /help output, but even after a /rehash, the /rice command was unknown.
That would be only slightly bothersome, but after changing it BACK to dice.class.php, the /dice command still doesn't work, although it shows up fine in the /help output--when I enter /dice 2d20 in the chat, phpfreechat tells me it's an unknown command. /rehash didn't help. Restarting Apache didn't help. Changing the servername so I got a whole new cache (as far as I can tell) didn't help.
I've checked ownership and permissions on the files, and dice.class.php matches all the other commands that are working fine.
What do I need to do to get phpfreechat to find this again as a known command?
Thanks!
--Fred