| View previous topic :: View next topic |
| Author |
Message |
Zircon Op
Joined: 21 Aug 2006 Posts: 191 Location: Montreal
|
Posted: Sun Sep 23, 2007 1:57 am Post subject: |
|
|
| 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 |
|
 |
silverboy Halfop
Joined: 11 Feb 2006 Posts: 55
|
Posted: Mon Sep 24, 2007 12:09 pm Post subject: |
|
|
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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Mon Sep 24, 2007 1:45 pm Post subject: |
|
|
| 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 |
|
 |
Zircon Op
Joined: 21 Aug 2006 Posts: 191 Location: Montreal
|
Posted: Mon Sep 24, 2007 4:34 pm Post subject: |
|
|
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 |
|
 |
whoelse Voice
Joined: 08 Oct 2007 Posts: 15
|
Posted: Mon Oct 08, 2007 6:52 pm Post subject: |
|
|
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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Wed Oct 10, 2007 6:17 pm Post subject: |
|
|
| 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 |
|
 |
whoelse Voice
Joined: 08 Oct 2007 Posts: 15
|
Posted: Wed Oct 10, 2007 10:32 pm Post subject: |
|
|
okay whenever  _________________ a talent can win a game, teamwork wins championchip! |
|
| Back to top |
|
 |
aqualife Voice
Joined: 20 Mar 2007 Posts: 15
|
Posted: Fri Oct 12, 2007 3:29 pm Post subject: allprotection4.6b7.tcl not responding |
|
|
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 |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Fri Oct 12, 2007 9:27 pm Post subject: |
|
|
.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 |
|
 |
Lu5ck Halfop
Joined: 07 Dec 2006 Posts: 43
|
Posted: Sun Oct 21, 2007 10:04 am Post subject: |
|
|
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 |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Sun Oct 21, 2007 11:30 pm Post subject: |
|
|
Upgrade to allprotection4.6b7.tcl _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Wed Oct 24, 2007 7:25 pm Post subject: |
|
|
| 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 |
|
 |
fls Voice
Joined: 17 Oct 2007 Posts: 35
|
Posted: Sat Oct 27, 2007 2:36 am Post subject: |
|
|
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 |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Sat Oct 27, 2007 2:33 pm Post subject: |
|
|
.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 |
|
 |
fls Voice
Joined: 17 Oct 2007 Posts: 35
|
Posted: Sun Oct 28, 2007 3:27 am Post subject: |
|
|
.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 |
|
 |
|