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.

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Well, on DALnet you can have akick, aop or sop access (aside from founder access) and you can't have both at the same time which does make a lot of sense if you ask me, you can remove your own akick only if you identify the channel and do so (thus you'll have founder access). I won't add this in my script but you can post this request in the forum and I'm sure we'll help you.
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

I think I already did, but no one gave a crap. lol

http://forum.egghelp.org/viewtopic.php?t=9887

here!
Can you help me out?
Thanks! :)

ps: by the way, ya script is getting to be trutly exquisite... :)
m
minted
Halfop
Posts: 64
Joined: Wed Jul 20, 2005 9:58 am

Post by minted »

Tcl error [text:line]: expected integer but got ""
Tcl error [repeat:kick]: expected integer but got ""

i get this msg in dcc chat when a protection is triggered
but my bot does nothing
have i set something up wrong?
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Never happened on my bot and nothing similar was reported so it's most probably your problem (invalid settings). type '.set errorInfo' in the dcc chat to know more about the error.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Sir_Fz wrote:Well, on DALnet .... you can remove your own akick only if you identify the channel and do so (thus you'll have founder access).
-ChanServ- Command - AKICK
Maintains the channel AutoKick list.
If a user on the channel AKICK list does try to join a channel, then they will be kicked by ChanServ, as well as banned.
WIPE is limited to the channel founder, ADDing and DELeting AKICKs is limited to SOps or above, list can be used by AOps or above.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
m
minted
Halfop
Posts: 64
Joined: Wed Jul 20, 2005 9:58 am

Post by minted »

Sir_Fz wrote:Never happened on my bot and nothing similar was reported so it's most probably your problem (invalid settings). type '.set errorInfo' in the dcc chat to know more about the error.
i tried .set errorinfo and got ...What? You need '.help'

[18:08] Tcl error [nickf:kick]: illegal channel: *
[18:08] Tcl error [bnick:kick]: illegal channel: *

i just noticed i get this msg also, when my bots connecting and joining rooms
i unloaded the protection addon and both these stop showing in my dcc chat
i tried downloading it again and starting from scratch and still get these errors
also, i've set this up for about 14 channels, which shows as so...

set textl(chans) "#chan1 #chan2 #chan3 #chan4 #chan5 etc....
#chan12 #chan13 #chan14"

it takes up 2 lines on my putty display. would the # at the start of the 2nd line of channels make that line ignored? or is that irrelevant?
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

minted wrote:
Sir_Fz wrote:Never happened on my bot and nothing similar was reported so it's most probably your problem (invalid settings). type '.set errorInfo' in the dcc chat to know more about the error.
i tried .set errorinfo and got ...What? You need '.help'
Place a hash mark in front of the unbind set line in your conf file to enable the set command :wink:
m
minted
Halfop
Posts: 64
Joined: Wed Jul 20, 2005 9:58 am

Post by minted »

nvm, i redid the whole bot :shock:
it was new neway
but yea, its working now (so it was my mistake, as i thought neway)
tnx for the help though :D
great addon btw :)
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Version 4.3 is out (see initial post) and has been submitted to the tcl archive so it should be there in few days. Fixed those bugs and the errors in the mass ban/kick/deop protections + added the ability to use "*" if you want the script to work on all channels.
s
st33l
Voice
Posts: 4
Joined: Thu Jun 23, 2005 6:16 am

Post by st33l »

I want to say about privat protection.
What user do?
1. Flood in privat
2. Bot sets ignor
3. Now user can flood on chanel
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

haha, thats pretty clever
User avatar
dotslasher
Halfop
Posts: 62
Joined: Sun Aug 10, 2003 8:10 pm

Post by dotslasher »

heh yup most flood protections do that for private floods, ignore person --> then he can flood the channels.

maybe kickban from all channels on serious flood?
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Never thought about this one, but atleast you can disable the ignore and leave the mode function (i.e let your bot set +R or a similar mode which depends on the network) An idea would be to set a global ban on the ignored hosts, any alternatives?
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

Sir_Fz wrote:Never thought about this one, but atleast you can disable the ignore and leave the mode function (i.e let your bot set +R or a similar mode which depends on the network) An idea would be to set a global ban on the ignored hosts, any alternatives?

Code: Select all

# If you want Eggdrop to trigger binds for ignored users, set this to 1.
set trigger-on-ignore 0
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

How can we stop other binds from triggering without ignoring?
Post Reply