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

by abi
Wed Apr 23, 2025 12:18 am
Forum: Scripting Help
Topic: identify nick random
Replies: 10
Views: 56075

Re: identify nick random

# Fill np with nicks and password set np { "abikoe" "censored" "akoeabi" "censored" "ombul" "censored" } set cnp 0 proc identnick {min hour day month wod} { putserv "NICK [lindex $::np $::cnp]" incr ::cnp putserv "PRIVMSG Ni...
by abi
Tue Dec 03, 2024 10:37 pm
Forum: Scripting Help
Topic: Tcl error [msg_whois]: invalid command name "::http::register"
Replies: 4
Views: 12075

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

#################################################### #### Who is Versi 1.1 by dono ### +Update host +Whois Automation With IP Info ################################################## bind pub - !whois msg_whois proc msg_whois {nick uhost hand chan text} { global botnick if {$text == ""} { ...
by abi
Fri Nov 22, 2024 12:19 pm
Forum: Script Requests
Topic: identify more nick every 2 day
Replies: 4
Views: 13764

Re: identify more nick every 2 day

Here is the simplest script: # Fill np with nicks and password set np { "nick1" "pass1" \ "nick2" "pass2" \ ... \ "nick17" "pass17" } set cnp 0 proc identnick {min hour day month wod} { putserv "NICK [lindex $::np $::cnp]" incr :...
by abi
Fri Nov 22, 2024 12:11 pm
Forum: Script Requests
Topic: news script
Replies: 8
Views: 15179

Re: news script

CrazyCat wrote: Fri Nov 22, 2024 11:16 am You can share your solution, it could help other people looking for the same.

And peharps make me understand what you were expecting.
I didn't do anything, I just copied and pasted without making any changes to your script, sir.
by abi
Fri Nov 22, 2024 10:42 am
Forum: Script Requests
Topic: news script
Replies: 8
Views: 15179

Re: news script

SOLVED
by abi
Thu Nov 21, 2024 10:25 am
Forum: Script Requests
Topic: news script
Replies: 8
Views: 15179

Re: news script

CrazyCat wrote: Thu Nov 21, 2024 9:06 am Which kind of news ? Rss feed ? If yes, rss-synd is alway working: https://scripts.eggdrop.fr/details-Rss- ... -s135.html
how i fine rss cose in indonesia news not any more rss
by abi
Thu Nov 21, 2024 5:37 am
Forum: Script Requests
Topic: news script
Replies: 8
Views: 15179

news script

Hello
I want to get a script about the news, is there any active one?
by abi
Wed Feb 21, 2024 8:01 am
Forum: Eggdrop Help
Topic: how to fix
Replies: 4
Views: 14117

Re: how to fix

Invalid handle: it means the user doesn't use the good handle. We don't know what you're doing, if these messages come from linking attempt (I doubt) or when you try to connect yourself to party-line. Give us detals and peharps we'll be able to help you. Thank you CrazyCat for responding, but that ...
by abi
Wed Feb 21, 2024 7:25 am
Forum: Eggdrop Help
Topic: how to fix
Replies: 4
Views: 14117

Re: how to fix

no solution and respon :? :? :?
by abi
Wed Feb 21, 2024 12:01 am
Forum: Eggdrop Help
Topic: Eggdrop v1.9.5 *STABLE*
Replies: 1
Views: 31543

Re: Eggdrop v1.9.5 *STABLE*

5,4 MB capacity storage need it
by abi
Sat Feb 17, 2024 6:09 am
Forum: Eggdrop Help
Topic: how to fix
Replies: 4
Views: 14117

how to fix

hello how to fix my telnet for eggdrop linked [18:06:00] Telnet connection: shell.xshellz.com/44179 [18:06:00] Telnet connection: shell.xshellz.com/57577 [18:06:03] Refused mujahid@shell.xshellz.com (invalid handle: bunda) [18:06:06] Refused telnet connection from tia!mujahid@shell.xshellz.com (dupl...
by abi
Thu Feb 15, 2024 6:09 am
Forum: Scripting Help
Topic: BlackDNS
Replies: 0
Views: 9616

BlackDNS

[Thu 18:03:14] <bankOTAN> !dns shell.xshellz.com [Thu 18:03:16] <nurmala> [DNS] Could not resolve shell.xshellz.com - My personal VPS [Thu 18:03:16] <sulawesi> [DNS] HOST : shell.xshellz.com [Thu 18:03:17] <sulawesi> [DNS] IPv4 : 158.69.251.105 the second bot uses a shell from xshellz Both bots use ...
by abi
Thu Feb 15, 2024 5:03 am
Forum: Script Requests
Topic: eggdrop znc bouncer login
Replies: 6
Views: 26748

Re: eggdrop znc bouncer login

BNC setting same like this
by abi
Mon Feb 12, 2024 4:03 am
Forum: Scripting Help
Topic: clock
Replies: 18
Views: 44368

Re: clock

CrazyCat wrote: Mon Feb 12, 2024 3:39 am (Moderation : replaced quote tag with tcl tag)

Yes, you can easily by changing sharetime(format)
set sharetime(format) "%A %B %d %Y -- %I:%M:%S %p"
Reference: https://www.tcl.tk/man/tcl8.5/tutorial/Tcl41.html
thanks @CrazyCat work fine
by abi
Mon Feb 12, 2024 1:37 am
Forum: Scripting Help
Topic: clock
Replies: 18
Views: 44368

clock

######################## # ShareTime # # ------------------- # # Date: 25-01-2018 # # Version: v0.6 # # Author(s): wie # ######################## set sharetime(format) "%A %B %d %Y -- %H:%M:%S" bind time - "00 * * * *" sharetime bind pubm - *jam* sharetime_pub setudef flag share...