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.

Search found 63 matches

by IRCNick
Wed Dec 28, 2005 5:01 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1027435

strict-host was already off

Code: Select all

set strict-host 0
It seem this isn't the problem...
by IRCNick
Wed Dec 28, 2005 3:51 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1027435

Extention and some troubles with existing tcl

Hi again, Im using ban type #3 this is *!*user@*.host.tld , but my network doesnt support this ban type if the identd is more than 9 chars long. I need to cut the identd for example /2 and than add the normal ban type. I mean this: * Joins: SomeCoolNick (~Some11Chars@some.coolhost.tld) <SomeCoolNick...
by IRCNick
Mon Dec 26, 2005 9:40 pm
Forum: Script Requests
Topic: !op deop... clan
Replies: 11
Views: 15522

Xexexe demond, you have translated it in bulgarian ;) Are u sure that he is bulgarian ? :D
by IRCNick
Sat Dec 24, 2005 10:25 pm
Forum: Other Topics
Topic: Merry Christmas & Happy new year
Replies: 8
Views: 5653

Merry Christmas :D
by IRCNick
Fri Dec 23, 2005 2:11 pm
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 35912

You are right... I have asked about this ... and I bumped this topic cause I havent found a solution for my problem... I'm not very "close" with tcl, I learne now from your posts, I'm reading all of the topics, help if nesseccery and if I can.
by IRCNick
Thu Dec 22, 2005 10:43 pm
Forum: Scripting Help
Topic: Trying to create a sop/vop/aop/akick list
Replies: 73
Views: 35912

Hmm what should be change for listing a access list that looks like that: [03:37] -CS- -- Access List for [#demons] -- [03:37] -CS- Num Level Hostmask [03:37] -CS- --- ----- -------- [03:37] -CS- 1 1000 Nick1 - Added by founder (10000) [03:37] -CS- 2 1001 Nick2 - Added by founder (10000) [03:37] -CS...
by IRCNick
Thu Dec 22, 2005 9:38 am
Forum: Script Requests
Topic: Is there script like that!?
Replies: 7
Views: 12190

# change nick after how many mins ? set nchange(mins) "60" # your nicks: set nchange(nicks) "Nick1 Nick2 Nick3" # script goes here: foreach ntimer [timers] { if {[string match -nocase "*change:nick*" "[lindex $ntimer 1]"]} { killtimer [lindex $ntimer 2] } } t...
by IRCNick
Tue Dec 20, 2005 1:21 pm
Forum: Eggdrop Help
Topic: botnet botattr problem
Replies: 2
Views: 7274

Read this first. If you have more questions, you are welcome
by IRCNick
Tue Dec 20, 2005 9:40 am
Forum: Script Requests
Topic: Is there script like that!?
Replies: 7
Views: 12190

Use the search funktion of the forum! There is exactly the script that you need.
by IRCNick
Mon Dec 12, 2005 6:02 am
Forum: Eggdrop Help
Topic: bot dont recognize because of dynamic ip
Replies: 18
Views: 8089

Alchera wrote:

Code: Select all

.+host chubbychub *!chubby@*.telenor.net
If u are using a 9 handle eggdrop, u handle have to be only 9 chars long and u eggdrop will cut u nick to chubbychu . Just telnet or dcc to u bot and try:

Code: Select all

.+host chubbychu *!chubby@*.telenor.net
by IRCNick
Sun Dec 11, 2005 9:33 am
Forum: Eggdrop Help
Topic: bot dont recognize because of dynamic ip
Replies: 18
Views: 8089

You can try these methods: 1. add to yourself a host -telnet!*@* to use telnet from everywhere 2. We say that your dynamic host looks like dynamic-18.somehost.com You can add to yourself a host *!Ident@*.somehost.com 3. You can add to yourself by nick: Nick!*@* 4. You can add to yourself by ident: *...
by IRCNick
Sat Dec 03, 2005 10:39 am
Forum: Scripting Help
Topic: ctcp expression
Replies: 1
Views: 6659

ctcp expression

Hi, How can I express ctcp in tcl. I want to modify this script to ping the bot every X min, because of lagging problem. set time-to-send 4 set anti-idle-msg ":-)" set what-nick "$botnick" set what-nick [string tolower ${nick}] if {![info exists {antiidle-loaded}]} { global what-...
by IRCNick
Sun Nov 27, 2005 11:02 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1027435

I maded this from the begining with: .chanset #channel ap:limit 10 But not there is the problem. I think the timer is bugged ... or i dont know exactly. Do you have tested it on a big channel with more dynamic changes? Hmm i try to set the timer to check every 90 sec instead of 60 sec ... but I thin...
by IRCNick
Sun Nov 27, 2005 10:32 am
Forum: Scripting Help
Topic: Check auth
Replies: 4
Views: 9839

probably he mines without autorization he can't ctcp chat to the bot or ?
by IRCNick
Sun Nov 27, 2005 7:29 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1027435

I can't understand you ? What do you mine exactly ? The settings are incorrect ? Isn't this the number that have to be added to the current count(users) ?