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.

Ignoring OPS

Old posts that have not been replied to for several years.
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Ignoring OPS

Post by Snoozy »

My bot keeps kicking ops in my channels for flooding etc, how can I have it ignore ops from all forms of abuse?

Also, how can I have it not put Services.Gamesnet.net on ignore when its connecting, I would like it to log the MOTD etc.
S
Storm
Voice
Posts: 36
Joined: Fri Apr 25, 2003 12:59 am
Location: Vancouver, Canada

Re: Ignoring OPS

Post by Storm »

Snoozy wrote: Also, how can I have it not put Services.Gamesnet.net on ignore when its connecting, I would like it to log the MOTD etc.
heh, u use gamesnet server. What channel? maybe I know u... :D
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

#LFS

I'm just starting out with eggdrop scripting.
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

Should also point out that I'm LFS|-MasterMind :)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Set the channle +protectfriends, and +protectops

Then gives all your ops the +f flag.

To prevent the ignore, add a user called services, and give them a hostmask of *!*@Services.Gamesnet.net

Grant them the +f flag and give tham a log randomised password.

For logging the MOTD, this would require a script, to read the RAW codes for the MOTD.
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

Whats the command from the party line to give somone the +f flag? I have done .adduser <theirnick>
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

ahh, from the party line how can I specify hostname? I can't figure out the party line commands at all :(
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

to add flags
.chattr handle +<flag> <#chan>

to add a host
.+host handle *!*ident@*.host

also useful is
.whois handle, and .match handle


the bot has an internal help system aswell:

.help whois
.help chattr

etc
photon?
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

Thanks, I tried using the help, but neither of those commands were mentioned.
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

How can I just check if they have ops in the channel. I don't want to add them all to the bot etc.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

See in the doc/tcl-commands.doc file the 'isop'.
Once the game is over, the king and the pawn go back in the same box.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Alternativly you may see this post.
Once the game is over, the king and the pawn go back in the same box.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Snoozy wrote:How can I just check if they have ops in the channel. I don't want to add them all to the bot etc.
Then I strongly advise you not to use eggdrop for managing your channel, for flood managment.

The "lazy mans" attitute is what brings channels down, and allthough there may be many ways to do a task, they are not allways the proper one.

I would re-consider wanting to not add users.
S
Snoozy
Voice
Posts: 14
Joined: Thu May 01, 2003 11:13 pm

Post by Snoozy »

We have ChanServ as well, I just am simplifying it :o
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Yes, but eggdrop doesn't know this, and doesn't co-operate with services. It treats them are you average joe user (to eggdrop, a nickname is just a 9 character referance. It doesn't care for anything else, and flags come after this).

You treat services as a non-linked bot (it is infact). And as such, your user managment should be the same as having no services.
Locked