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.

2 questions :)

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
o
opsb
Halfop
Posts: 41
Joined: Sat Sep 01, 2007 1:41 pm

2 questions :)

Post by opsb »

hi

I have two questions..

1) I have read eggdrop.conf and found option +dontkickops
And I've seen that option is just for +o users..
Posible to make, that dont kick @ , % , + , just regular for flooding

2) In aidle.tcl v1.1 by slennox .. there is time for random messaging chan.
I have put 40 mins there.. but it not use it every 40 mins..
Sometimes 10 mins, sometimes 15 , or something...
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Re: 2 questions :)

Post by iamdeath »

opsb wrote:hi

I have two questions..

1) I have read eggdrop.conf and found option +dontkickops
And I've seen that option is just for +o users..
Posible to make, that dont kick @ , % , + , just regular for flooding

2) In aidle.tcl v1.1 by slennox .. there is time for random messaging chan.
I have put 40 mins there.. but it not use it every 40 mins..
Sometimes 10 mins, sometimes 15 , or something...
1. Well you're right it protects +o but I use it in my bots it does'nt kick people who have +f flag. I don't whether it is applicable or not, but try using it and add your ops with +f flags.

2.

Code: Select all

# Maximum time interval between messages (in minutes)
set ai_time 60
It basically sends a msg within 60 minutes, it can send randomly anytime. But it will not exceed 60 minutes. So there is no exact time there is a random time internal in this script.


You may use advert by Chris. Don't go on advertisement thingie, basically it also send a msg (defined by user) to any channel. Same goes for slennox script. Just add your data and it will do the job for you. :D

peace
deathy.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
o
opsb
Halfop
Posts: 41
Joined: Sat Sep 01, 2007 1:41 pm

Post by opsb »

thnx dude ;)
o
opsb
Halfop
Posts: 41
Joined: Sat Sep 01, 2007 1:41 pm

Post by opsb »

Okay..

Advert script by Chris works good.. just on some channels before setting message put +m and after it removes..
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

opsb wrote:Okay..

Advert script by Chris works good.. just on some channels before setting message put +m and after it removes..
find this code in the file:

Code: Select all

              if { ![string match *m* [lindex [split [getchanmode $channel]] 0]] } { 
                append modes "+m"
                append remodes "-m" 
              }
and REMOVE it.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
o
opsb
Halfop
Posts: 41
Joined: Sat Sep 01, 2007 1:41 pm

Post by opsb »

Okay thnx..

I figured it that must be +c in channel modes or bot will put +m
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

Yeah something like, didnt read much of it :P.
Did that trick do the job for you?

peace
death.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
o
opsb
Halfop
Posts: 41
Joined: Sat Sep 01, 2007 1:41 pm

Post by opsb »

Okay.. now my problem is this

Code: Select all

[15:33:59] <eggBot> Help kutak .. Scripting, programiranje, Web design .. http://scripting.dedica.org[16:33:58] <eggBot> Oficijelni web DOCS mreze.. www.dedica.org sa forumima www.alapache.net & http://scripting.dedica.org
Those are 2 separated messages
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

And what is the problem?.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
o
opsb
Halfop
Posts: 41
Joined: Sat Sep 01, 2007 1:41 pm

Post by opsb »

Sends two messages in same time with timestamp
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

opsb wrote:Sends two messages in same time with timestamp
Well there are plenty of other scripts like this in TCL Archive, so if this contains any error try any other even then if you fail to find one good for you. I will write you one promise. But I find it time wasting when there are already scripts in the market :D.

peace
death.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
Post Reply