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
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

IF someone akicks the bot, the bot will remove the akick!
I think this is important, since without this all protections are really useless against someone with enough level to akick... :)
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

What kind of servers would allow an akicked user to be able to remove his own akick.
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

ptnet for example! A person can get akick always...and can only remove it if it has enough level. since my bot has it, I think this owuld be a good implement.
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

What Exactly IS an akick though? Is it where someone can kick from outside a channel or is it like a ban, what? I personally have never heard of this feature.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
User avatar
Thunderdome
Op
Posts: 187
Joined: Tue Mar 15, 2005 4:42 pm

Post by Thunderdome »

you do /chanserv akick add nick for example.
And nick is automatically kicked out of the channel... only one with enough level can unackick him... or himself, if he has the the level to do it.
It's not ban, it's really an automatic kick.
If this is placed on a bot, no chance!
There I ask for the akick remover. :)
/chanserv akick del (botnick)

:)

greetz
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
Post Reply