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

by doni
Mon Jul 29, 2024 10:36 am
Forum: Script Support & Releases
Topic: Anti-Proxy TCL
Replies: 7
Views: 7347

Re: Anti-Proxy TCL

I think it's working. I noticed that it also bans my local connection and other IPs that are not present in the lists.
by doni
Wed Jul 24, 2024 2:19 am
Forum: Script Support & Releases
Topic: Anti-Proxy TCL
Replies: 7
Views: 7347

Re: Anti-Proxy TCL

Is there a way to ban only users who use proxies but have the ident with tilde? ex *!~*@*

thanks
by doni
Mon Jun 17, 2024 12:02 pm
Forum: Eggdrop Help
Topic: replace letters with accent in string map
Replies: 4
Views: 2515

Re: replace letters with accent in string map

Great! Thanks!!!
by doni
Mon Jun 17, 2024 9:50 am
Forum: Eggdrop Help
Topic: replace letters with accent in string map
Replies: 4
Views: 2515

Re: replace letters with accent in string map

can you explain me how do it?
by doni
Mon Jun 17, 2024 9:27 am
Forum: Eggdrop Help
Topic: replace letters with accent in string map
Replies: 4
Views: 2515

replace letters with accent in string map

Hi guys
I would like to replace these letters with accent in this way with string map in
à-> à or a'
ù -> ù or u'
ì -> ì or i'
è -> è or e'
ò -> ò or o'

Someone can help me please? Thanks

Code: Select all

#
by doni
Mon Oct 19, 2020 4:30 pm
Forum: Scripting Help
Topic: accented letters
Replies: 0
Views: 4253

accented letters

Hi, I have this problem with accented letters: ò è ì should be è ò à ù someone can help me? thanks this is the tcl script: ####################################################################### # # # rssnews.tcl - RSS news announcer for eggdrop by demond@demond.net # # # # this will announce the...
by doni
Wed Dec 04, 2019 5:11 pm
Forum: Script Support & Releases
Topic: Horoscope tcl error
Replies: 6
Views: 7259

i have fixed in this way:

Code: Select all

if { [ regexp -nocase -- {<p>([^<]+)</p>} $html all segno testo ] } {
by doni
Tue Dec 03, 2019 2:24 pm
Forum: Script Support & Releases
Topic: Horoscope tcl error
Replies: 6
Views: 7259

The template of the page has changed. May work with something like: if { [ regexp -nocase -- {<div class="oroscopo">.+<h1>(.+)<span.+<p>([^<]+)</p>} $html all segno testo ] } { reply is empty: [19:18:11] <@doni> !oroscopo vergine [19:18:12] <Toolz> --Oroscopo VERGINE:
by doni
Tue Dec 03, 2019 2:44 am
Forum: Script Support & Releases
Topic: Horoscope tcl error
Replies: 6
Views: 7259

Horoscope tcl error

Hi guys! I get this error in PL: Tcl error [oroscopo:request]: can't read "segno": no such variable Someone can help me, please? ########################################################### # # Oroscopo 1.3 tcl for eggdrop (13/06/2005) # by lnx85 at #lnxlabs on Azzurra (irc.azzurra.org) # E...
by doni
Sun Aug 25, 2019 2:11 am
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 12838

add JOIN watch notify

Hi guys, thanks for help. One last thing. How can i add JOIN notify in same TCL? So, QUIT and JOIN Notify in one TCL.

Thanks in advance!
by doni
Mon Jul 29, 2019 6:00 pm
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 12838

Re: TCL Quit status notifier

Code: Select all

  putserv "privmsg $pm_nick :Hi $pm_nick. $nick $uhost quit right now. Reason: $reason" 
Reference: http://docs.eggheads.org/mainDocs/tcl-commands.html
and text search to find: bind sign
Thanks
by doni
Sun Jul 28, 2019 12:31 pm
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 12838

Re: TCL Quit status notifier

Hi, how can i show full mask after $nick in privmsg?

Code: Select all

"privmsg $pm_nick :Hi $pm_nick. $nick quit right now. Reason: $reason"
ex. Hi John. Mario!ident@host.com quit right now etc..

Thankyou
by doni
Wed Oct 10, 2018 5:48 pm
Forum: Script Requests
Topic: Tcl error [raw:&save]: can not find channel named "
Replies: 0
Views: 5069

Tcl error [raw:&save]: can not find channel named "

Tcl error [raw:&save]: can not find channel named "file9" Someone can help me to fix it? ############################### # Definizione dei raw # ############################### bind raw - NOTICE raw:&save bind raw - 001 001:&savejoin global arraycollisioni #####################...
by doni
Mon Sep 03, 2018 6:22 pm
Forum: Script Requests
Topic: TCL netsplits IRCnet
Replies: 1
Views: 3530

TCL netsplits IRCnet

Hi guys, I am looking for netsplits.tcl ... no one works fine... please help me
by doni
Sun Aug 26, 2018 11:42 am
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 12838

ex. on channel: [Notice] john : hi guys, whatsup? ex. in pvt or channel Egg > john : hi guys, whatsup? I don't get it. Perhaps that is because I get notices in channel, in my client. But why would you want to repeat what was just said, just using a different method? Especially why would you want to...