egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Goto page Previous  1, 2, 3 ... 48, 49, 50 ... 88, 89, 90  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases
View previous topic :: View next topic  
Author Message
Zircon
Op


Joined: 21 Aug 2006
Posts: 191
Location: Montreal

PostPosted: Sun Sep 23, 2007 1:57 am    Post subject: Reply with quote

By the way, if you have a global badchan list, and another separate local badchan list for a channel, i think that only the local list will be taken in account. Maybe this your problem. Maybe if you have only a global badchan list where u have all the bad channels, will be the solution.
Back to top
View user's profile Send private message
silverboy
Halfop


Joined: 11 Feb 2006
Posts: 55

PostPosted: Mon Sep 24, 2007 12:09 pm    Post subject: Reply with quote

when a user joins 2 chans automatically

the bot bans the user saying revolving door flood?
_________________
proxyz..proxyz...i see everywher... O_o
Back to top
View user's profile Send private message Visit poster's website
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Mon Sep 24, 2007 1:45 pm    Post subject: Reply with quote

silverboy wrote:
when a user joins 2 chans automatically

the bot bans the user saying revolving door flood?

If that's a question then the answer is no. Revolving door means joining and then parting the channel (the same channel) in an interval of seconds set via the ap:revdoor channel-setting.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
Zircon
Op


Joined: 21 Aug 2006
Posts: 191
Location: Montreal

PostPosted: Mon Sep 24, 2007 4:34 pm    Post subject: Reply with quote

Hello Silverboy

I think that you are an undernet user. Some users on undernet join automatically channels, and also send the commands /login and /mode +x automatically. If there is a lag between servers, the bot will see a join/left and join again, like this :

Zircon (~Zircon@bas2-montreal28-1177940027.dsl.bell.ca) joined #Zircon.
Zircon (~Zircon@bas2-montreal28-1177940027.dsl.bell.ca) left irc: Registered
Zircon (~Zircon@Zoroastre.users.undernet.org) joined #Zircon.

Since the join/left is done in a very short time, the bot take it for a revolving door. A simple solution for this is to edit this in AllProtection :
Code:
# Part messages that should not be considered as revdoor: (can use wildcards)
# Example: set revdoor(exempt) {"Registered."}
set revdoor(exempt) {}

In my copy, i edited like this :
Code:
set revdoor(exempt) {"Registered" "Read error:*" "Resource temporarily unavailable"}
Back to top
View user's profile Send private message
whoelse
Voice


Joined: 08 Oct 2007
Posts: 15

PostPosted: Mon Oct 08, 2007 6:52 pm    Post subject: Reply with quote

I got another problem
I modified kline cmd to
Code:
set kline(cmd) "akill %mask %reason %time"

as I'm using conferenceroom 2.1 and my users have hashed host, when the bot is trying to akill someone, this is what I see:
Code:
[00:44:20] -test.net- *** Notice -- bot!bot@ircops.test.net added a 1440 minute AKILL for *@79.75.175.U371= (You are infected with irc worm and you are not allowed on this network.)

actually, user with that ip didn't get killed/akilled as bot did akill it's hashed host.
to get a real ip from user, ircoperator (bot) must do a /whois on nick, or /who, what should I modify/change to make this working..when users join I made a whois-on-join script but bot forgets the real ip when needs someone to get akilled...I'd appreciate any help. thanks in advance.
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Oct 10, 2007 6:17 pm    Post subject: Reply with quote

whoelse wrote:
I got another problem
I modified kline cmd to
Code:
set kline(cmd) "akill %mask %reason %time"

as I'm using conferenceroom 2.1 and my users have hashed host, when the bot is trying to akill someone, this is what I see:
Code:
[00:44:20] -test.net- *** Notice -- bot!bot@ircops.test.net added a 1440 minute AKILL for *@79.75.175.U371= (You are infected with irc worm and you are not allowed on this network.)

actually, user with that ip didn't get killed/akilled as bot did akill it's hashed host.
to get a real ip from user, ircoperator (bot) must do a /whois on nick, or /who, what should I modify/change to make this working..when users join I made a whois-on-join script but bot forgets the real ip when needs someone to get akilled...I'd appreciate any help. thanks in advance.

I'm currently a little bit busy and can't help you with this right now. I'll get back to this when I have more time.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
whoelse
Voice


Joined: 08 Oct 2007
Posts: 15

PostPosted: Wed Oct 10, 2007 10:32 pm    Post subject: Reply with quote

okay whenever Wink
_________________
a talent can win a game, teamwork wins championchip!
Back to top
View user's profile Send private message
aqualife
Voice


Joined: 20 Mar 2007
Posts: 15

PostPosted: Fri Oct 12, 2007 3:29 pm    Post subject: allprotection4.6b7.tcl not responding Reply with quote

hey

I am using eggdrop1.6.18, recently i loaded the latest version of allprotection4.6b7.tcl downloaded from the Page 1 of the current post.

The problem i am facing is, that allprotection tcl is loaded with the conf file, and my bot comes on the mirc,but no settings are loaded for any channel, neither it gave me any msg that allprotection4.6b7.tcl is loaded or not.

When i try to get the information using .chaninfo #channel, for my primary channel where my bot is present, it do not show any settings for the allprotection. Neither it kick/ban or do any act which is loaded via the script.

Will be waiting for your reply and guidance
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Fri Oct 12, 2007 9:27 pm    Post subject: Reply with quote

.rehash your bot via the Command Console and watch for a line similar to this:
Quote:
[11:22] <Natale> [19:22] AllProtection v4.6b7 successfully unloaded...


If you do not see the above then in the "# This is a good place to load scripts to use with your bot." section of your bot conf, make sure you have the following:
Quote:
source scripts/allprotection4.6b7.tcl

_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
Lu5ck
Halfop


Joined: 07 Dec 2006
Posts: 43

PostPosted: Sun Oct 21, 2007 10:04 am    Post subject: Reply with quote

Hi there,

There some error while running this, I do not know it cause by what. I am using v4.5.

Quote:

[21:53:42] <GPK`SGB> [06:51] Tcl error [caps:kick]: can't read "p": no such variable
[21:53:42] <GPK`SGB> [06:51] Tcl error [text:char]: can't read "o": no such variable
[21:53:42] <GPK`SGB> [06:51] Tcl error [text:line]: can't read "o": no such variable


Regards,
Lu5ck
Back to top
View user's profile Send private message
Alchera
Revered One


Joined: 11 Aug 2003
Posts: 3344
Location: Ballarat Victoria, Australia

PostPosted: Sun Oct 21, 2007 11:30 pm    Post subject: Reply with quote

Upgrade to allprotection4.6b7.tcl
_________________
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Back to top
View user's profile Send private message Visit poster's website
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Wed Oct 24, 2007 7:25 pm    Post subject: Reply with quote

Lu5ck wrote:
Hi there,

There some error while running this, I do not know it cause by what. I am using v4.5.

Quote:

[21:53:42] <GPK`SGB> [06:51] Tcl error [caps:kick]: can't read "p": no such variable
[21:53:42] <GPK`SGB> [06:51] Tcl error [text:char]: can't read "o": no such variable
[21:53:42] <GPK`SGB> [06:51] Tcl error [text:line]: can't read "o": no such variable


Regards,
Lu5ck

That's due to invalid settings you've specified in the script. Either edit it with proper configurations or follow Alchera's suggestion.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
fls
Voice


Joined: 17 Oct 2007
Posts: 35

PostPosted: Sat Oct 27, 2007 2:36 am    Post subject: Reply with quote

i have added source scripts/allprotection4.6b7.tcl and manage to see the scripts loaded message .

DCC the bot with .chaninfo i would see all command of the setting.

.chanset # ap:repeatl 4:3 300 kb 2 and it say sucessfully loaded.


But, when i did the repeating text it doesnt work out fine at all. That goes for others command. Is there any step which i have miss out ??

I even .rehash and the bot say rehashing..

Rgd
Back to top
View user's profile Send private message
Sir_Fz
Revered One


Joined: 27 Apr 2003
Posts: 3793
Location: Lebanon

PostPosted: Sat Oct 27, 2007 2:33 pm    Post subject: Reply with quote

.chaninfo #channel and see what settings are set. If the settings are valid, then you should have no problems at all.
_________________
Follow me on GitHub

- Opposing

Public Tcl scripts
Back to top
View user's profile Send private message Visit poster's website
fls
Voice


Joined: 17 Oct 2007
Posts: 35

PostPosted: Sun Oct 28, 2007 3:27 am    Post subject: Reply with quote

.chaninfo

I have these setting and other.
<Bot> ap:bnicks: {+ 120 kb 2}
<Bot> ap:drones: {+ 180 45 2}
<Bot> ap:bidents: {+ 120 kb 2}

It is suppose to be turn on for the bnicks kick? right. But, i try with a nick shithead and the bot doesnt not response at all . tat goes for others


.rehash
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Support & Releases All times are GMT - 4 Hours
Goto page Previous  1, 2, 3 ... 48, 49, 50 ... 88, 89, 90  Next
Page 49 of 90

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber