My bots are running eggdrop v1.6.15.
Here's what I'm doing:
Joining a channel
Joining the bots
Part the channel
Once the bots are the only ones left in the channel, something is triggered and they send a PRIVMSG :go $CHAN to eachother.
It seems to be an attempt to get the bots to cycle the channel to regain ops, however my bots don't appear to do anything, and I don't know why.
This doesn't appear to be part of the tcl script i'm using, neither does it appear to be part of the getops.tcl included, as that uses gop not go.
So is this part of the core or a module or what?
Do I need an additional script to make this work or should it work as part of the core?
Note: there's mention of it here (so i know it's not just me): http://www.eggheads.org/pipermail/egghe ... 01691.html
I also see it here in "help/msg/irc.help":
Code: Select all
%{help=go}%{+o|o}
%b/MSG%b %B %bGO%b <channel>
This makes the bot leave a channel if not currently opped.