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

by Elfriede
Thu Oct 20, 2016 3:14 pm
Forum: Scripting Help
Topic: http geturl bracket issue [solved]
Replies: 6
Views: 9053

http://api.tvmaze.com/shows/$shownumber?embed%91%93=nextepisode&embed%91%93=previousepisode If i change like that; doesn't work :/ edit: Thanks for all the help - could fix it by my own. If someone's interested: set test "http://api.tvmaze.com/shows/$shownumber?[::http::formatQuery embed\[...
by Elfriede
Thu Oct 20, 2016 1:02 pm
Forum: Scripting Help
Topic: http geturl bracket issue [solved]
Replies: 6
Views: 9053

its not caused by the $
its [] but adding "" doesnt help either :/
by Elfriede
Thu Oct 20, 2016 12:36 pm
Forum: Scripting Help
Topic: http geturl bracket issue [solved]
Replies: 6
Views: 9053

when i try that i get: Illegal characters in URL path
by Elfriede
Thu Oct 20, 2016 10:49 am
Forum: Scripting Help
Topic: http geturl bracket issue [solved]
Replies: 6
Views: 9053

http geturl bracket issue [solved]

Hi everyone :) i do face a small problem, where i need some help :) set token [::http::geturl http://api.tvmaze.com/shows/$shownumber?embed[]=nextepisode&embed[]=previousepisode -timeout 4000] when i open this url in my browser everything is fine, but the eggdrop seems to have a problem with tho...
by Elfriede
Sat Jan 02, 2016 12:09 pm
Forum: Script Support & Releases
Topic: TVmaze.com Eggdrop Script (Version 1.25 / 2015-10-03)
Replies: 78
Views: 125135

Thanks for the script!

Anyway im getting this timezone error on latest version: ( doesnt happen on all series )

!tv colony
Tcl error [tv]: time zone ":America/New_York" not found

What can i do to fix this error ?
by Elfriede
Fri Mar 13, 2015 1:51 pm
Forum: Script Requests
Topic: [SOLVED] Kick Counter
Replies: 26
Views: 34440

Acutally im using this one: setudef int kicksCounted setudef flag kickCount bind kick * * kick:count proc kick:count {nick uhost hand chan target reason} { if {![isbotnick $nick]} return if {[channel get $chan kickCount]} { set count [incr [channel get $chan kicksCounted]] channel set $chan kicksCou...
by Elfriede
Fri Mar 13, 2015 12:36 pm
Forum: Script Requests
Topic: [SOLVED] Kick Counter
Replies: 26
Views: 34440

Im sorry to say, but the code isnt working. Still getting invalid mode. I know this is an older post, but would be awesome if somone could fix that. Thats quite a thing im trying to implent. .chanset #channel +messagecount Then: Count the lines from one specific user (instead of kick counting) and r...
by Elfriede
Fri Mar 13, 2015 11:59 am
Forum: Scripting Help
Topic: Compare text and output match in percentage ?
Replies: 6
Views: 7791

wow thanks, ill give it a try
by Elfriede
Tue Mar 10, 2015 7:02 am
Forum: Scripting Help
Topic: Compare text and output match in percentage ?
Replies: 6
Views: 7791

Thanks for your support :)
by Elfriede
Sun Mar 08, 2015 5:51 am
Forum: Scripting Help
Topic: Compare text and output match in percentage ?
Replies: 6
Views: 7791

Compare text and output match in percentage ?

Good morning everyone :)

Im just asking myself, if theres a way to compare text like:

texta: I.am.just.here
textb: I.was.just.here

Bot should now compare those two textes and output the percentage of matching. Is there a way to do so ?

greets & thanks
by Elfriede
Fri Nov 21, 2014 2:36 am
Forum: Scripting Help
Topic: Get nickname by uhost
Replies: 4
Views: 5542

Its a mysql
by Elfriede
Thu Nov 20, 2014 11:07 am
Forum: Scripting Help
Topic: Get nickname by uhost
Replies: 4
Views: 5542

Get nickname by uhost

Good Afternoon :)

i have a small database with uhosts saved.

Example: My@secret.vhost

Now i want to check, if one or more Users added to my database by host are currently on a channel. If, id like to get their nicknames by uhost and send them a message.

Hope, someone can help

Thanks :)
by Elfriede
Tue Oct 28, 2014 5:55 am
Forum: Scripting Help
Topic: Bot send text via dcc chat to User(s)
Replies: 5
Views: 7302

Thanks for your support! Trying to script this on my own
by Elfriede
Sat Oct 25, 2014 5:59 pm
Forum: Scripting Help
Topic: Bot send text via dcc chat to User(s)
Replies: 5
Views: 7302

Well its my bot so log-in control is no problem.

And yeah, all messages are flood controlled ( Notice, ... ) .
by Elfriede
Thu Oct 23, 2014 1:54 pm
Forum: Scripting Help
Topic: Bot send text via dcc chat to User(s)
Replies: 5
Views: 7302

Bot send text via dcc chat to User(s)

Hi everyone :) was wondering if theres the possibilty to make the bot respond via dcc chat on certain commands to users? Meaning: !cmd whatever and the Bot reply's via dcc chat. Every User in the Channel should be able to do so. I need it like this, cause there are quite a lot lines to be sent and u...