This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggy impropery triggering a need bind

Old posts that have not been replied to for several years.
Locked
Z
Zsac
Voice
Posts: 15
Joined: Sun Nov 17, 2002 10:12 pm

Eggy impropery triggering a need bind

Post by Zsac »

this problem first occured when i upgraded my eggy to 1.6.12.

one of my scripts has this bind:
bind need -|- "op" gn_needop

which is getting triggered even when the bot is opped. i threw in a putlog with a [botisop $chan] in my needop function and its returning 0... while the bot is actually opped in the channel. kind've bizarre.

my eggy runs on irc.gamesnet.net

thx!
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

What IRC network are you on?

Does this happen on 1.6.13 as well?
Z
Zsac
Voice
Posts: 15
Joined: Sun Nov 17, 2002 10:12 pm

Post by Zsac »

i'm on irc.gamesnet.net

i'll try running my eggy with 1.6.13
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

The only thing I can think of, are to do with the IRC network itself.

If a network does not follow the IRC RFC, then eggdrop is likely to break.

This may seem a little unreasonable, but then again, it's unreasonable for the IRC server to break the RFC.

If eggdrop where to be adapted to correct for this issue, then it would have to adapt to correct issues with other networks.

This would likely lead to a mass of code, that defies understanding, impossible to configure nd likely not to work on any server.

You could allways try playing with your choice of setting for net-type.
Locked