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

by CrazyCat
Sun May 11, 2025 7:10 am
Forum: Script Support & Releases
Topic: Google Search
Replies: 2
Views: 815

Re: Google Search

Why do you unset googleS_ignore (even with a timer) ? It's useless and probably the root cause of your trouble.

You'd better remove the line, and you can add a debug:
# utimer $googleantirepe [list dict unset googleS_ignore $host]
putlog "Time for $host is [dict get googleS_ignore $host]"
by CrazyCat
Sun May 11, 2025 6:59 am
Forum: Eggdrop Help
Topic: erorr tls
Replies: 2
Views: 732

Re: erorr tls

You need to install the tcl-tls package to get the tls package
by CrazyCat
Thu May 01, 2025 5:34 pm
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 9379

Re: AutoReop

i wasnt sure on what network he will use this and if it has cmode +O in use for users thats why i made sure its lowercase but perhaps its not really needed im not sure. Whatever the network is or does, it wont change the bind which is internal to the eggdrop . If you bind the mode +o, eggdrop will ...
by CrazyCat
Thu May 01, 2025 10:59 am
Forum: Script Support & Releases
Topic: AutoReop
Replies: 9
Views: 9379

Re: AutoReop

WTF ?
bind mode - "#% +[string tolower [string tolower [string toupper [string tolower o]]]]" Re-OP:Me
bind mode - "#% -[string tolower [string tolower [string toupper [string tolower o]]]]" Re-OP:Me
Are you sure you want to lower + upper + double-lower a hard coded char ?
by CrazyCat
Wed Apr 30, 2025 12:28 pm
Forum: Script Support & Releases
Topic: badnick advertise kick
Replies: 5
Views: 1985

Re: badnick advertise kick

Just search for bnick( : puthelp "NOTICE $newnick :Join $chan with a bad nick for [expr $bnick_warnings - $bnick($uhost)] more time(s) and I will make sure you will join no more. $logo" putlog "Warning $bnick($uhost) for $newnick on $chan for using bad nicks." Replace $bnick($uho...
by CrazyCat
Wed Apr 30, 2025 3:38 am
Forum: Script Support & Releases
Topic: badnick advertise kick
Replies: 5
Views: 1985

Re: badnick advertise kick

Because the array is bnicks (with a final "s"), bnick is just your list of bad nicks.
by CrazyCat
Tue Apr 29, 2025 2:04 am
Forum: Script Requests
Topic: [SOLVED] Date | time | Unix time
Replies: 23
Views: 60619

Re: [SOLVED] Date | time | Unix time

Google's API works fine but localtimes.mobi is now a parked domain, so it can't return you the localtime of countries.
by CrazyCat
Sat Apr 26, 2025 6:10 pm
Forum: Scripting Help
Topic: help in assci code
Replies: 5
Views: 6997

Re: help in assci code

Little precision: ircd's doesn't care of control codes, they send them to client (or sometime filter them, but rarely). So, the render is only depending on client. Flashcode had added the strikethrougt interpretation in weechat today, but as it uses ncurses and ncurses doesn't manage strikethrought,...
by CrazyCat
Sat Apr 26, 2025 4:10 am
Forum: Scripting Help
Topic: help in assci code
Replies: 5
Views: 6997

Re: help in assci code

I don't think it's implemented in all clients: https://modern.ircdocs.horse/formatting ... ikethrough

I've tested sending "\036my text\036" from an eggdrop : weechat doesn't interpret it, but thelounge shows strikethrough.

Note that the code is \036.
by CrazyCat
Fri Apr 25, 2025 2:33 am
Forum: Scripting Help
Topic: help in assci code
Replies: 5
Views: 6997

Re: help in assci code

I don't think that strike exists as ascii code, and I don't think it could be supported by IRC servers.
AFAIK, you can only use:
\003 => colors
\002 => bold
\037 => underline
\026 => italic / inverted (not supported by all ircds)
by CrazyCat
Thu Apr 24, 2025 5:08 am
Forum: Script Support & Releases
Topic: DANGEROUS - coingecko.tcl - Crypto Price
Replies: 1
Views: 3432

Re: coingecko.tcl - Crypto Price

WARNING: usage of exec in script, please adapt it to use http package.
by CrazyCat
Thu Apr 24, 2025 5:06 am
Forum: Script Support & Releases
Topic: DANGEROUS - coinmarket.tcl - another crypto tcl script
Replies: 1
Views: 4063

Re: coinmarket.tcl - another crypto tcl script

WARNING: usage of exec in script, please adapt it to use http package.
by CrazyCat
Thu Apr 24, 2025 4:55 am
Forum: Script Support & Releases
Topic: DANGEROUS - weather tcl script snippet from http://wttr.in
Replies: 1
Views: 1919

Re: weather tcl script snippet from http://wttr.in

Warning ! mortmann noticed this script uses exec without sanytizing $location, so it's possible to inject bad code. @nobody: you'd better use the http package rather than curl: you'll won't have to use exec anymore and the script can also work with windrop. Or with shell which haven't curl installed.
by CrazyCat
Sun Apr 13, 2025 6:56 am
Forum: Shell & Bouncer Help
Topic: znc
Replies: 8
Views: 157133

Re: znc

Just a small tip: don't use "znc" and prefer "/usr/bin/znc"

crontab works without user logged, so env is not loaded, especially $PATH. So crontab may not found where znc is. If you give the full path, there is no trouble.
by CrazyCat
Fri Mar 28, 2025 6:21 pm
Forum: Scripting Help
Topic: RSS Syndication HTML decode
Replies: 1
Views: 12651

Re: RSS Syndication HTML decode

The source is neither a RSS nor atom feed, so it's not compatible with the script.