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

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

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

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

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

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

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

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

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

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

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

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...
by doni
Sun Aug 26, 2018 5:45 am
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 11439

Guys, You are amazing!!! Thanks a lot!!! Just last question... In the same TCL: - how can i set for multiple users in the same tcl? ex. az want check quits of some nicks in #ipv6 channel john want check quits of different nicks in #tcl channel - like quit, how can eggdrop catch full NOTICES from cha...
by doni
Tue Aug 21, 2018 8:21 pm
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 11439

Re: TCL Quit status notifier

[08:48] Tcl error [do_quit_notify]: bad search mode "-nocase": must be -exact, - glob, or -regexp

i am using -exact and it's work! what are the differences between exact, glob or regexp?

"#temptest *" --> why *?
THANKS!
by doni
Tue Aug 21, 2018 8:30 am
Forum: Script Requests
Topic: TCL Quit status notifier
Replies: 14
Views: 11439

TCL Quit status notifier

Hi guys, I am looking for tcl script to notify (with private msg to nick) quit events of certain people on channel. I am following my friend az Ex. on channel * Quits: @az (az@slackware.com) (Ping Timeout) Ex. in pvt Egg > hi, doni. az quit right now. Reason: Ping Timeout Someone help me? Thanks a l...