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

by ComputerTech
Sun Jun 27, 2021 10:29 am
Forum: Scripting Help
Topic: reducing usage of set/variable
Replies: 8
Views: 4127

That works perfect caesar! thanks a ton mate :wink:
by ComputerTech
Sat Jun 26, 2021 9:12 pm
Forum: Script Support & Releases
Topic: FZcommands
Replies: 13
Views: 7454

oh lol :lol: , i missed your new post vam2u, i'll try correct this problem when i get a sec :P
by ComputerTech
Sat Jun 26, 2021 8:33 pm
Forum: Scripting Help
Topic: reducing usage of set/variable
Replies: 8
Views: 4127

Still don't understand why it generates a error in Partyline. [01:32:57] Tcl error [::CT-IP::IP:proc]: can't define "ip 2001:bc8:32d7:26c:: hostname 2001:bc8:32d7:26c:: type ipv6 continent_code EU continent_name Europe country_code FR country_name France region_code IDF region_name ÃŽle-de-Fran...
by ComputerTech
Sat Jun 26, 2021 10:26 am
Forum: Scripting Help
Topic: reducing usage of set/variable
Replies: 8
Views: 4127

oh damn lol, i missed that :lol:

Thanks caesar :P
by ComputerTech
Fri Jun 25, 2021 7:38 pm
Forum: Scripting Help
Topic: reducing usage of set/variable
Replies: 8
Views: 4127

Okay so, i tried it and i get this error [00:37:20] Tcl error [::CT-IP::IP:proc]: can't define "ip(ip)": name refers to an element in an array with this code namespace eval CT-IP { ############################ # Start of configuration # #--------------------------# ########################...
by ComputerTech
Fri Jun 25, 2021 7:19 pm
Forum: Scripting Help
Topic: reducing usage of set/variable
Replies: 8
Views: 4127

That looks perfect CrazyCat, i'll go test it :D
by ComputerTech
Fri Jun 25, 2021 2:30 pm
Forum: Scripting Help
Topic: reducing usage of set/variable
Replies: 8
Views: 4127

reducing usage of set/variable

Anyway possible to not use variable soo many times, maybe like this. foreach {foo bar moo} [split $args] {break} For this code namespace eval CT-IP { ############################ # Start of configuration # #--------------------------# ########################## # Trigger ## variable trig "!ip&q...
by ComputerTech
Wed Jun 23, 2021 9:11 am
Forum: Script Support & Releases
Topic: CT-Weather
Replies: 42
Views: 37048

creasy, Yep! it will use the same API key too! :D

I'll post here when i release the new version :P
by ComputerTech
Sat Jun 19, 2021 8:51 pm
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 17909

I personally just use PRIVMSG chanserv@services.dal.net

same with using /cs or or PRIVMSG Chanserv :P
by ComputerTech
Sat Jun 19, 2021 12:56 pm
Forum: Script Requests
Topic: solicitud de guiones
Replies: 42
Views: 17909

My 2 cents: using puthelp "PRIVMSG ChanServ :deop $chan $nick" might be better than puthelp "chanserv deop $chan $nick" as the command chanserv is a server-specific alias. Yep! that is correct, although in DalNET(following users above request to make it work for DalNET), you hav...
by ComputerTech
Mon Jun 14, 2021 11:43 am
Forum: Script Support & Releases
Topic: quote tcl
Replies: 4
Views: 2508

Or you can pick from a bunch of Quote scripts Here
by ComputerTech
Thu Jun 10, 2021 10:26 pm
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16795

Oh shoot! i didn't see that lol, thanks for explaining CrazyCat, i completely missed that :roll:
by ComputerTech
Thu Jun 10, 2021 4:58 pm
Forum: Scripting Help
Topic: read a joke from a file
Replies: 1
Views: 1891

Nevermind, Thanks to DasBrain, i found what i needed.

Here's my code:

Code: Select all

inside jokes.txt

"joke 1 here
still here
ending here"
joke2 here
still here
ending here"

set fd "scripts/jokes.txt"
set jokes [read $fd]
by ComputerTech
Thu Jun 10, 2021 3:14 pm
Forum: Scripting Help
Topic: read a joke from a file
Replies: 1
Views: 1891

read a joke from a file

What would be the best way to read a joke from a txt file like this "joke 1 here and so on joke1 still here and heeeeeereee joke 1 ends here" "joke2 starts here, and continues... still here too! and ends here..." possible to use " " to specify the start and end of a lin...
by ComputerTech
Thu Jun 10, 2021 2:16 pm
Forum: Script Support & Releases
Topic: ChanRelay 4.0 i18n
Replies: 38
Views: 16795

Perhaps by loading chanrelay could create the dir crtools? just a suggestion :lol: