I want to edit the source (or a script) to make my eggdrop think it it opped in all channels without giving it the @ by its name. Does anyone have any ideas on how to do this. If you know what to edit in the source please tell me the line numbers and what to replace it with. Or if you know of a script that does this please let me know.
You wouldn't believe how many times people have said that. But I want it because my bot has oper override, so it doesn't need op, and I don't want it opped in certin channels. Also I want it to ignore +m too because it can talk through it anyways.
An eggdrop bot can and will function normally regardless of its channel op or irc operator/some other privileged status - and if you didn't tell it explicitly to ask for ops - via script or otherwise - it will never ask and won't be a slightest nuisance.
Hmm I don't really want a script I kind of want source code changed. For example, i type ".say I am a bot" and the channel has +m, my bot will say "The channel is muted" BUT It is opered and can talk through mute, thus I want it to don't care if it is opped or not, I want it to do things anyways and not check wheather is can or not.
DJ747 wrote:Hmm I don't really want a script I kind of want source code changed. For example, i type ".say I am a bot" and the channel has +m, my bot will say "The channel is muted" BUT It is opered and can talk through mute, thus I want it to don't care if it is opped or not, I want it to do things anyways and not check wheather is can or not.
then use user's method and write a scriptlet that forces the bot to feed itself with fake -m
or simply .dump privmsg #chan :hey I can speak through +m
I doubt anybody here will bother to dig through eggdrop's source code and write a desynch patch for your convenience
DJ747 wrote:Or if you know of a script that does this please let me know.
DJ747 wrote:Hmm I don't really want a script
@topic: have you tested your bot? does he react as he is supposed to or doesn't he? if there are no problems, we can close this thread, if there are problems, come back again and we will try to help you.