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

by CrazyCat
Mon Sep 23, 2024 8:02 am
Forum: Script Support & Releases
Topic: UNO Ads error on timer
Replies: 10
Views: 909

Re: UNO Ads error on timer

Looks like only UnoAdNumber from 0 to 4 are implemented, the 5 to 7 call unexisting procedures.

Change line 2346:
if {$UnoAdNumber > 4} {set UnoAdNumber 0}
by CrazyCat
Mon Sep 23, 2024 7:58 am
Forum: Scripting Help
Topic: can i ask a question ?
Replies: 4
Views: 593

Re: can i ask a question ?

Lol, I didn't see there was a second bind/proc.
And willyw is right:
proc msg_guess { nick chan host handle text } {
   set unumber [join [lindex [split $text] 0]]
...
But your script can't work as number is a list, not an element of the list.
by CrazyCat
Mon Sep 23, 2024 5:01 am
Forum: Script Support & Releases
Topic: UNO Ads error on timer
Replies: 10
Views: 909

Re: UNO Ads error on timer

The error is @ line #2339 :
 5 {UnoPlayed $UnoRobot none none $UnoChan ""}
I don't know what the UnoAdNumber 5 should do, but actually it tries to call an unexisting proc.

You can set another value to UnoPlayed and you won't have this error anymore
by CrazyCat
Mon Sep 23, 2024 1:51 am
Forum: Scripting Help
Topic: can i ask a question ?
Replies: 4
Views: 593

Re: can i ask a question ?

Remove the quotes:
bind pub -|- number msg_number
by CrazyCat
Sun Sep 22, 2024 6:00 pm
Forum: Script Support & Releases
Topic: UNO Ads error on timer
Replies: 10
Views: 909

Re: UNO Ads error on timer

"the bin is empty".
copy & paste in https://tools.eggdrop.fr/privatebin/ if you're unable to share it on a good hosting. Or allow the file to be available for 1 week.
by CrazyCat
Sun Sep 22, 2024 7:55 am
Forum: Script Support & Releases
Topic: UNO Ads error on timer
Replies: 10
Views: 909

Re: UNO Ads error on timer

Can you please share the script or give an url to let us see it ?
by CrazyCat
Wed Sep 18, 2024 2:41 am
Forum: Script Requests
Topic: [SOLVED] Date | time | Unix time
Replies: 21
Views: 17380

Re: [SOLVED] Date | time | Unix time

Probably the site now uses html entities rather than direct chars. Find the line: regsub -all -- {»} $str \003\u00bb\00304 str Just after, add: set str [string map {"»" "\003\u00bb\00304"} $str] I use string map because there are potentialy others chars which will need ...
by CrazyCat
Thu Sep 12, 2024 7:17 am
Forum: Scripting Help
Topic: Extended ASCII Codes
Replies: 1
Views: 398

Re: Extended ASCII Codes

It could be a trouble with the network if it uses a non-utf8 encoding, or with the client and its configuration (encoding/decoding). If it's the same eggdrop (binary, with the same .conf or differents) tested on different networks, the trouble is probably from the eggdrop. If it's another eggdrop co...
by CrazyCat
Mon Sep 09, 2024 9:09 am
Forum: Script Requests
Topic: Create channel notification
Replies: 1
Views: 389

Re: Create channel notification

Explain more what you mean with "channel notification"
by CrazyCat
Wed Sep 04, 2024 9:51 am
Forum: Scripting Help
Topic: bind time script
Replies: 3
Views: 721

Re: bind time script

Well, first thing to see : Minute, hour, day, month have a zero padding so they are exactly two characters long; year is four characters. Flags are ignored. So, try: bind time - "43 12 04 * *" msg:videoland1 Another thing to see, it's if your proc is called. Check it with: proc msg:videola...
by CrazyCat
Sat Aug 31, 2024 11:00 am
Forum: Eggdrop Help
Topic: nick is invalid error on timeout/netsplit/etc
Replies: 6
Views: 1836

Re: nick is invalid error on timeout/netsplit/etc

Peharps a stupid question, but are you sure your eggdrop is not launched twice ?
by CrazyCat
Sun Aug 25, 2024 11:16 am
Forum: Eggdrop Help
Topic: Eggdrop 1.10.0 Release
Replies: 2
Views: 911

Re: Eggdrop 1.10.0 Release

The RC1 has been released on august, 8.
And not a lot of bugs, so I think we can hope it for september.

BTW, you can test the RC1 and contribute on github if you find bugs.
by CrazyCat
Wed Aug 21, 2024 6:38 am
Forum: Script Requests
Topic: Automatic statistics
Replies: 8
Views: 2868

Re: Automatic statistics

We're speaking about eggdrops, not about external python scripts.
by CrazyCat
Wed Aug 21, 2024 6:37 am
Forum: Script Requests
Topic: radio tcl request
Replies: 4
Views: 1869

Re: radio tcl request

Error 404
by CrazyCat
Wed Aug 14, 2024 4:57 pm
Forum: Script Requests
Topic: Automatic statistics
Replies: 8
Views: 2868

Re: Automatic statistics

Nice :)
Keep in mind that these stats are volatile: they'll be reseted if you rehash/restart the eggdrop