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

by simo
Sun May 14, 2023 12:02 pm
Forum: Script Requests
Topic: random colors per character
Replies: 9
Views: 9765

random colors per character

greetingz folks, ive tried this to assign a color to each character in the text but it seems to do for the entire sentence instead of per character: set xfgx {00 08} set xbgx {01 02 05 06 10 12} proc wildcharcolor {text} { set xmfgx [lindex $::xfgx [rand [llength $::xfgx]]] set xmbgx [lindex $::xbgx...
by simo
Sat May 13, 2023 8:12 am
Forum: Script Requests
Topic: [SOLVED] Bartender script (PHP)
Replies: 14
Views: 14714

you can find a lot of script for that on

https://tclarchive.org/search.php?str=b ... =0&sub.y=0
by simo
Fri May 12, 2023 6:00 pm
Forum: Script Requests
Topic: [SOLVED] Bartender script (PHP)
Replies: 14
Views: 14714

It helps if u provide a detailed description of what it does
by simo
Mon May 08, 2023 8:01 am
Forum: Scripting Help
Topic: GoogleNews
Replies: 47
Views: 27913

The issue is related to the Google news tcl wich is the topic here and isnt opened by wixchat
by simo
Mon May 08, 2023 7:44 am
Forum: Scripting Help
Topic: GoogleNews
Replies: 47
Views: 27913

after doing .error i got this respons:



error "no element found" at line 1 character 0
while executing
"dom parse [getit [langSel]]"
(procedure "Google_TopNews" line 3)
invoked from within
"Google_TopNews $_pub1 $_pub2 $_pub3 $_pub4 $_pub5"
by simo
Mon May 08, 2023 7:42 am
Forum: Scripting Help
Topic: GoogleNews
Replies: 47
Views: 27913

hm i thought

package require tls 1.6.4
means tls package version 1.6.4 and up is accepted ?

as i have a version above 1.6.4 as well
by simo
Mon May 08, 2023 5:57 am
Forum: Scripting Help
Topic: GoogleNews
Replies: 47
Views: 27913

i loaded the code and got this error :
Tcl error [Google_TopNews]: error "no element found" at line 1 character 0
it used to work for me before as i used the same tcl before
by simo
Mon May 08, 2023 5:51 am
Forum: Scripting Help
Topic: GoogleNews
Replies: 47
Views: 27913

myselve i would focus on:

package require tdom

on debian its :

tcl-tls tcllib

nott sure what OS you use
by simo
Mon May 08, 2023 3:14 am
Forum: Scripting Help
Topic: GoogleNews
Replies: 47
Views: 27913

Did u make sure you have all the packages install that it needs?
by simo
Sun May 07, 2023 1:50 pm
Forum: Script Requests
Topic: [SOLVED] Force join channel
Replies: 12
Views: 8919

i guess your right CrazyCat altho ive tested the command with colors in front of it and it recognized it fine and i didnt load a color stripper script as i made sure thats unloaded first unless im mistaken but so far it seems bind pub can be used with color codes as well
by simo
Sun May 07, 2023 1:35 pm
Forum: Script Requests
Topic: remove last ban or a range of last set bans
Replies: 7
Views: 4999

on suggestion of Spike^^ i came up with this : bind pub -|- "!rlb" unban:lastbans proc unban:lastbans {nick uhost hand chan text} { if {![isop $nick $chan] && ![ishalfop $nick $chan] && ![matchattr $hand o|o $chan]} { return 0 } set n [join [lindex $text 0]] if {![string is...
by simo
Sun May 07, 2023 1:19 pm
Forum: Script Requests
Topic: remove last ban or a range of last set bans
Replies: 7
Views: 4999

the single
!rlb
still doesnt seem to trigger at all tho

from what i understood of the code is it expect a range everytime iic
by simo
Sun May 07, 2023 1:07 pm
Forum: Script Requests
Topic: remove last ban or a range of last set bans
Replies: 7
Views: 4999

on suggestion of Spike^^ i came up with this wich seems to work but not sure if its proper wiritten : bind pub -|- "!rlb" unban:lastbans proc unban:lastbans {nick uhost hand chan text} { if {![isop $nick $chan] && ![ishalfop $nick $chan] && ![matchattr $hand o|o $chan]} { r...
by simo
Sun May 07, 2023 12:24 pm
Forum: Script Requests
Topic: remove last ban or a range of last set bans
Replies: 7
Views: 4999

tried your suggestion as well Spike^^ like this : bind pub -|- "!rlb" unban:lastbans proc unban:lastbans {nick uhost hand chan text} { global botnick if {![isop $nick $chan] && ![ishalfop $nick $chan] && ![matchattr $hand o|o $chan]} { return 0 } set n [join [lindex $text 0...
by simo
Sun May 07, 2023 12:14 pm
Forum: Script Requests
Topic: remove last ban or a range of last set bans
Replies: 7
Views: 4999

thanks for the reply CrazyCat i tested it and found it sometimes when for example using like:

!rlb 2
it removes 3 instead of 2