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

by pektek
Tue May 07, 2024 7:51 pm
Forum: Scripting Help
Topic: Ping error ?
Replies: 4
Views: 111

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: 113

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: 89

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: 113

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: 89

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...
by pektek
Sat Apr 13, 2024 1:42 pm
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

Re: +v voice ?

Thank you for your help Crazycat
by pektek
Sat Apr 13, 2024 4:02 am
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

Re: +v voice ?

bind nick - * checkvoice proc checkvoice wasvoice What will we do here? bind nick - * checkvoice proc checkvoice {nick uhost handle chan newnick} { set onchash [md5 [string tolower "${nick}:${chan}"]] set nnchash [md5 [string tolower "${newnick}:${chan}"]] if {[isvoice $newnick $...
by pektek
Fri Apr 12, 2024 3:31 pm
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

Re: +v voice ?

How can we do it for op?
by pektek
Fri Apr 12, 2024 12:56 pm
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

Re: +v voice ?

Let's not only cover voices. Let's apply it to aop and sop as well

aop @
Sop & 🙂
by pektek
Fri Apr 12, 2024 11:58 am
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

Re: +v voice ?

No, can we apply this to AOPs?

@ aop 🙂
by pektek
Fri Apr 12, 2024 8:18 am
Forum: Scripting Help
Topic: raise number?
Replies: 2
Views: 203

Re: raise number?

thank you
by pektek
Fri Apr 12, 2024 8:17 am
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

Re: +v voice ?

thank you CrazyCat

Can I do this in TCL AOPs, for example ?
by pektek
Fri Apr 12, 2024 6:35 am
Forum: Scripting Help
Topic: +v voice ?
Replies: 12
Views: 512

+v voice ?

The autovoice part is all working fine when the user joins the bot sets +v automatically, but when that person changes nickname they remain +v However it doesnt seem to be effecting the user when they change their nick to anything else. bind nick - * bla proc bla {nick uhost hand chan nn} { global w...
by pektek
Thu Apr 11, 2024 7:02 am
Forum: Scripting Help
Topic: On join msg; doesn't work when users have no record in bot
Replies: 4
Views: 4758

Re: On join msg; doesn't work when users have no record in bot

proc tgjoinmsg {nick host hand chan} { global tgscoresbyname tgranksbyname tgflagsstart tgplaying tgchan # is it the trivia channel? if {![string equal $chan $tgchan]} { return } # yes, is it the bots nickname? if {![botnick $nick]} { # no, does an entry exist for this nickname? if {[info exists tg...
by pektek
Wed Apr 10, 2024 8:54 pm
Forum: Scripting Help
Topic: raise number?
Replies: 2
Views: 203

raise number?

Is there TCL to increase the number of radio listeners?