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.
Old posts that have not been replied to for several years.
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Mon May 12, 2003 11:17 pm
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.
Storm
Voice
Posts: 36 Joined: Fri Apr 25, 2003 12:59 am
Location: Vancouver, Canada
Post
by Storm » Tue May 13, 2003 1:56 am
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...
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Tue May 13, 2003 2:18 am
#LFS
I'm just starting out with eggdrop scripting.
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Tue May 13, 2003 2:18 am
Should also point out that I'm LFS|-MasterMind
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Tue May 13, 2003 4:34 am
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.
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Tue May 13, 2003 1:41 pm
Whats the command from the party line to give somone the +f flag? I have done .adduser <theirnick>
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Tue May 13, 2003 1:56 pm
ahh, from the party line how can I specify hostname? I can't figure out the party line commands at all
spock
Master
Posts: 319 Joined: Thu Dec 12, 2002 8:40 pm
Post
by spock » Tue May 13, 2003 2:07 pm
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?
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Tue May 13, 2003 5:32 pm
Thanks, I tried using the help, but neither of those commands were mentioned.
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Tue May 13, 2003 10:41 pm
How can I just check if they have ops in the channel. I don't want to add them all to the bot etc.
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Wed May 14, 2003 1:25 am
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.
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Wed May 14, 2003 2:15 am
Alternativly you may see this
post .
Once the game is over, the king and the pawn go back in the same box.
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Wed May 14, 2003 5:41 am
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.
Snoozy
Voice
Posts: 14 Joined: Thu May 01, 2003 11:13 pm
Post
by Snoozy » Wed May 14, 2003 8:26 pm
We have ChanServ as well, I just am simplifying it
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Thu May 15, 2003 5:12 am
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.