I have a big problem using eggdrop. I think the bug is on src/mod/irc.mod/tclirc.c (version 1.6.18). I was looking the file, trying to understand, but got nothing.
The eggdrop can't see if it's op, halfop, voice, banned, or anything else. I'm using a TCL that checks the current status and shows me, channel per channel, with their status. I always get "banned" for all them, ignoring if the bot is in or not the channel.
The bot joins all channels and works perfectly, but it can't change modes or do anything with channel.
The current opchars conf is "!@%" (+aoh), but if I +o the bot it'll won't work anyway. The functions [onchan] and [botisop] is the big problem. They always returns 0, without any reason.
The compilation is Okay, without any errors on channel and irc modules.
The system is a FreeBSD 4.10-release-p3.
This is a bug or a mismatch configuration?
Thank you and sorry my english.
