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 51 matches

by pektek
Tue Nov 12, 2024 5:34 pm
Forum: Scripting Help
Topic: question?
Replies: 1
Views: 95

question?

hello all i have this working code with me however its versioning every ip but i jus want it to version certain ips like for example *!*@125.* *!*@118.* , i tried to play around with it but with no success,help will be appreciated.. Code is listed below : bind ctcr - VERSION version:reply bind join ...
by pektek
Sun Nov 10, 2024 1:02 pm
Forum: Scripting Help
Topic: What does this code do?
Replies: 1
Views: 101

What does this code do?

what can be done with it ? bind mode - "#% +b" runban bind mode - "#% -b" stopban proc runban {nick uhost handle chan mode target} { if {[string match -nocase m:*!*@* $target]} { set ::btimer($chan) [list [timer 20 [list rmban $chan]]] } } proc stopban {nick uhost handle chan mod...
by pektek
Tue Nov 05, 2024 9:54 pm
Forum: Scripting Help
Topic: error ?
Replies: 3
Views: 133

Re: error ?

how can we fix it ?
by pektek
Tue Nov 05, 2024 5:11 am
Forum: Scripting Help
Topic: error ?
Replies: 3
Views: 133

error ?

error message Tcl error [join:chan]: illegal channel: #sohbet set joinchan "#kelime" set chantojoin "#Sohbet" bind join -|- * join:chan proc join:chan {nick host hand chan} { global joinchan chantojoin if {[string equal -nocase $joinchan $chan] && ![onchan $nick $chantojo...
by pektek
Sun Nov 03, 2024 12:12 pm
Forum: Scripting Help
Topic: what's the problem?
Replies: 2
Views: 138

what's the problem?

I don't speak much English , sorry I want to have this done ban clearing not working ? ### BanTemizleme.tcl by pektek ### ### Botun Olduğu Kanallarda Geçerlidir ### ### Burdaki "60" Zamanı belirler dakika cinsinden ### set chan "#Sohbet" bind cron - "*/60 * * * *" time:...
by pektek
Mon Oct 28, 2024 10:19 am
Forum: Scripting Help
Topic: can i ask a question ?
Replies: 6
Views: 1738

Re: can i ask a question ?

Can we add number of answers to this?

The question will be answered 3 times
by pektek
Mon Oct 21, 2024 6:23 pm
Forum: Scripting Help
Topic: eggdrop help
Replies: 3
Views: 580

Re: eggdrop help

Can we show it as tcl Crazycat ?
by pektek
Sun Oct 20, 2024 6:47 pm
Forum: Scripting Help
Topic: can i ask a question ?
Replies: 6
Views: 1738

Re: can i ask a question ?

thank you 8)
by pektek
Sun Oct 20, 2024 6:40 pm
Forum: Scripting Help
Topic: eggdrop help
Replies: 3
Views: 580

eggdrop help

I don't speak much English , sorry

I want to have this done

Give a special welcome message only to me when I enter the server ?
by pektek
Sun Sep 22, 2024 8:01 pm
Forum: Scripting Help
Topic: can i ask a question ?
Replies: 6
Views: 1738

can i ask a question ?

it sets it, and does most of it but it doesnt reply to the number, any ideas? Thanks for your help guys ? bind pub "-|-" number msg_number proc msg_number { nick host hand chan text } { putquick "PRIVMSG $chan :\00307\002\037(\037\002\00304$nick has started The Number Guessing Game.\0...
by pektek
Tue May 07, 2024 7:51 pm
Forum: Scripting Help
Topic: Ping error ?
Replies: 4
Views: 3004

Ping error ?

I ran tcl for myself but I got an error !ping [02:48:07] Tcl error [ping_cevabi]: can't read "ping_suresi(cengiz)": no such element in array set ping_bklm_srsi 15000 set ping_kanal "#Sohbet" bind pub - !ping ping bind ctcr - PING ping_cevabi proc ping {nick uhost handle chan arg}...
by pektek
Sun May 05, 2024 5:30 pm
Forum: Scripting Help
Topic: bad nick txt file ?
Replies: 6
Views: 3570

Re: bad nick txt file ?

I couldn't find what I was looking for
by pektek
Sun May 05, 2024 5:28 pm
Forum: Scripting Help
Topic: Time problem?
Replies: 4
Views: 3020

Re: Time problem?

I'm getting an error [00:26:01] Tcl error in script for 'timer1': [00:26:01] can't read "cyclechan": no such variable # channel to cycle set cyclechan "#Sohbet" # minutes between each cycle set timecycle 2 # minutes to idle before rejoining chan set timewait 1 bind RAW * 366 cycl...
by pektek
Sun May 05, 2024 1:07 pm
Forum: Scripting Help
Topic: bad nick txt file ?
Replies: 6
Views: 3570

bad nick txt file ?

eggdrop reading txt file with bad nicknames ?

Is this possible ?
by pektek
Thu May 02, 2024 3:21 am
Forum: Scripting Help
Topic: Time problem?
Replies: 4
Views: 3020

Time problem?

I'm getting error [10:19:01] Tcl error in script for 'timer1': # channel to cycle set cyclechan "#blabla" # minutes between each cycle set timecycle 120 # minutes to idle before rejoining chan set timewait 1 bind RAW * 366 cyclestart proc cyclestart { from key arg } { global cyclechan time...