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

by CrazyCat
Wed Dec 18, 2024 3:18 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 65515

Re: chanserv.tcl

The placement in ignore is due to your eggdrop. I recommand to add the network's services in your user list, with the different official hosts they have and +fo flags: .+user services *!*@@services.dal.net .+host services *!*@dal.net .chattr services +fo Concerning your initial request, you'll have ...
by CrazyCat
Fri Dec 13, 2024 3:10 am
Forum: Script Support & Releases
Topic: [SOLVED] horoscop tcl
Replies: 9
Views: 243209

Re: [SOLVED] horoscop tcl

That's what I said previously.
If the site template has changed (and I'm sure it does) or if you try with another site, the html parsing system in the script must be redone.
by CrazyCat
Thu Dec 12, 2024 10:45 am
Forum: Script Support & Releases
Topic: [SOLVED] horoscop tcl
Replies: 9
Views: 243209

Re: Re:

can i change website to indinesian website ? Probably but the script won't work just with an url modification, the regexp and other datas' parsing system must be corrected. Tcl error [check_zodie]: Unsupported URL type "https" package require tls ::http::register https 443 [list ::tls::so...
by CrazyCat
Thu Dec 12, 2024 5:22 am
Forum: Scripting Help
Topic: identify nick random
Replies: 10
Views: 62893

Re: identify nick random

Hello Can anyone help me make a tcl to identify nicks because I have 8 nicks so every 4 hours the nicks take turns identifying without changing the bot's nick I don't understand... Your eggdrop change its nick every 4h ? To keep them registered ? You can use the proc which change its nick to send t...
by CrazyCat
Thu Dec 12, 2024 5:15 am
Forum: Script Support & Releases
Topic: [SOLVED] horoscop tcl
Replies: 9
Views: 243209

Re: Re:

abah wrote: Thu Dec 12, 2024 4:59 am
while wrote: Sun May 18, 2014 10:44 am thank you very much.
error from side me

Code: Select all

Tcl error [check_zodie]: can't read "horoscopo": no such variable
You're trying to use a script which is older than 10 years, I think the site has changed its template so the regexp used don't work anymore.
by CrazyCat
Mon Dec 09, 2024 6:51 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 65515

Re: chanserv.tcl

The OP said he wants to use this for dalnet and dalnet doesnt use privmsg chanserv they use privmsg ChanServ@services.dal.net and aliases, most other networks use aliases as well btw as privmsg chanserv is not always safe. So use: putserv "PRIVMSG chanserv@services.dal.net :AOP $chan ADD|DEL $...
by CrazyCat
Mon Dec 09, 2024 11:45 am
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 65515

Re: chanserv.tcl

simo, read the thread before posting erroreous code ! putserv "ChanServ :aop $chan ADD $targetnick" putserv "ChanServ :aop $chan DEL $targetnick" These 2 lines can work only if the ircd is configured to have an alias of "chanserv". The proper lines are: putserv "PR...
by CrazyCat
Sun Dec 08, 2024 6:31 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 65515

Re: chanserv.tcl

I've tried the script but this required: it shows like this.. <@aslpls> !aop -Bot- !aop add/del nick <@aslpls> !aop add janice -Bot- !aop add/del nick <@aslpls> !aop add -Bot- has been added on the AOP List of channel: #aslpls. from DCC it shows <Bot> [16:02:18] -ChanServ (service@dal.net)- Usage: ...
by CrazyCat
Sat Dec 07, 2024 7:21 pm
Forum: Script Support & Releases
Topic: chanserv.tcl
Replies: 21
Views: 65515

Re: chanserv.tcl

What do you mean with "bot commands" ? public commands in the channel ?
by CrazyCat
Sat Dec 07, 2024 7:17 pm
Forum: Scripting Help
Topic: blackshadow.tcl
Replies: 1
Views: 12374

Re: blackshadow.tcl

The error message is explicit.
Error in domain.conf (not the file you provided) called by dwhois/domain.tcl (not the file you provided)...

Did you well read the documentation of the script and the needed other scripts ?
by CrazyCat
Thu Dec 05, 2024 9:24 am
Forum: Scripting Help
Topic: Tcl error [msg_whois]: invalid command name "::http::register"
Replies: 4
Views: 16555

Re: Tcl error [msg_whois]: invalid command name "::http::register"

https://tools.whois.com.au doesn't exists anymore.
It can't be solved with tcl :) You've to find another provider of whois service
by CrazyCat
Thu Dec 05, 2024 7:04 am
Forum: Scripting Help
Topic: Tcl error [msg_whois]: invalid command name "::http::register"
Replies: 4
Views: 16555

Re: Tcl error [msg_whois]: invalid command name "::http::register"

You need the good packages:
package require http
package require tls
by CrazyCat
Thu Nov 28, 2024 11:34 am
Forum: Shell & Bouncer Help
Topic: znc
Replies: 8
Views: 173144

Re: znc

Usually you don't need any crontab for znc as they are working as service, or in background.

Can you explain what you try to do ?
by CrazyCat
Wed Nov 27, 2024 9:20 am
Forum: Script Support & Releases
Topic: registerednick.tcl
Replies: 4
Views: 14919

Re: registerednick.tcl

For the first error, I think it's in doAction that there is a trouble: proc doAction {mode chan dest} { if {![validchan $channel] || ![botonchan $channel]} { puthelp "PRIVMSG $dest ::\037ERROR\037: Channel $chan doesn't exist in my database or I'm not on it." return } It get the arg "...
by CrazyCat
Sat Nov 23, 2024 3:35 am
Forum: Scripting Help
Topic: covid-19.tcl by blackshadow
Replies: 29
Views: 86565

Re: covid-19.tcl by blackshadow

TCL rarely depends on ditribution, it could depends on eggdrop and tcl (tcllib) version.