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

by pektek
Mon Aug 11, 2025 6:06 am
Forum: Scripting Help
Topic: Could you please look?
Replies: 4
Views: 116

Re: Could you please look?

Thank you for your help Crazycat
thank you
by pektek
Mon Aug 11, 2025 4:30 am
Forum: Scripting Help
Topic: Could you please look?
Replies: 4
Views: 116

Re: Could you please look?

Should we write the nickname where it says myfriend?


myfriend nickname
by pektek
Sun Aug 10, 2025 3:51 pm
Forum: Scripting Help
Topic: Could you please look?
Replies: 4
Views: 116

Could you please look?

I don't know English very well. I'm sorry.

Can I add a voice with a nickname without a password using Eggdrop?
by pektek
Mon Mar 10, 2025 6:13 am
Forum: Scripting Help
Topic: Auto Voice Top 3 word (kelime) players
Replies: 2
Views: 17432

Re: Auto Voice Top 3 word (kelime) players

Thank you very much CrazyCat 8)

but error

Tcl error [tgvonjoin]: can't read "::tgscore": no such variable
by pektek
Sun Mar 09, 2025 6:01 am
Forum: Scripting Help
Topic: Auto Voice Top 3 word (kelime) players
Replies: 2
Views: 17432

Auto Voice Top 3 word (kelime) players

I don't understand English very well. Sorry I want my word bot to auto voice users that are in the score file. the score file lists users in 1st place to last. So on join it would need to check to see if user is in the scores file. and then if the user is amoung the top 3 players he/she is auto voic...
by pektek
Thu Jan 02, 2025 2:17 pm
Forum: Scripting Help
Topic: identify nick random
Replies: 10
Views: 68033

Re: identify nick random

by pektek
Sun Dec 08, 2024 1:41 am
Forum: Scripting Help
Topic: identify nick random
Replies: 10
Views: 68033

Re: identify nick random

by pektek
Sat Nov 23, 2024 7:21 pm
Forum: Scripting Help
Topic: Ping error ?
Replies: 5
Views: 22852

Re: Ping error ?

thank you everyone in advance
by pektek
Sat Nov 23, 2024 7:16 pm
Forum: Scripting Help
Topic: error ?
Replies: 4
Views: 19500

Re: error ?

Thank you CrazyCat :wink:
by pektek
Sat Nov 23, 2024 7:15 pm
Forum: Scripting Help
Topic: What does this code do?
Replies: 2
Views: 17369

Re: What does this code do?

thank you CrazyCat 8)
by pektek
Sat Nov 23, 2024 7:15 pm
Forum: Scripting Help
Topic: question?
Replies: 2
Views: 17900

Re: question?

thank you CrazyCat 8)
by pektek
Tue Nov 12, 2024 5:34 pm
Forum: Scripting Help
Topic: question?
Replies: 2
Views: 17900

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: 2
Views: 17369

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: 4
Views: 19500

Re: error ?

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

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...