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 bLzR
Tue May 04, 2010 4:41 pm
Forum: Script Requests
Topic: Tido's icecast script adjustements
Replies: 5
Views: 11398

Wow no help at all? Hell i would even pay a small fee just to get some help around here :)
by bLzR
Sat May 01, 2010 7:02 am
Forum: Script Requests
Topic: Tido's icecast script adjustements
Replies: 5
Views: 11398

Nobody? Really?
by bLzR
Wed Apr 28, 2010 12:44 pm
Forum: Script Requests
Topic: Tido's icecast script adjustements
Replies: 5
Views: 11398

Anyone? Who can help or give me some ideas?
by bLzR
Tue Apr 27, 2010 2:53 pm
Forum: Script Requests
Topic: Tido's icecast script adjustements
Replies: 5
Views: 11398

U can find the script under the tcl archive on the main egghelp website. Can i use a database or txt files? To remember the ratings? Or something else? #Tido's Icecast2 Script #Version 1.0RC1 #February 26th, 2006 ###################################################################### #Credits: #Influ...
by bLzR
Tue Apr 27, 2010 2:49 pm
Forum: Script Requests
Topic: Tido's icecast script adjustements
Replies: 5
Views: 11398

Tido's icecast script adjustements

My question is how to add a rate function to every song that a dj plays or when auto-dj takes over? So that it gets a rating and gets higher rated by people who give it a rating by doing for example "!choon" or "!cheese". Output would be $nick $song gave a rating of 100%. And the...
by bLzR
Mon Apr 12, 2010 4:43 pm
Forum: Script Support & Releases
Topic: fmylife.tcl remove colors?
Replies: 9
Views: 7941

Thanks!
by bLzR
Mon Apr 12, 2010 1:11 pm
Forum: Script Support & Releases
Topic: fmylife.tcl remove colors?
Replies: 9
Views: 7941

It's this one, it's yours modified :) # Author: tomekk # e-mail: tomekk/@/oswiecim/./eu/./org # home page: http://tomekk.oswiecim.eu.org/ # # Version 0.3.1 # # 16.07.09 - changed parsing code and added country and city to quote info. # # New html tag by username@forum.egghelp.org # Wordwrap proc fro...
by bLzR
Fri Apr 09, 2010 1:25 pm
Forum: Script Support & Releases
Topic: fmylife.tcl remove colors?
Replies: 9
Views: 7941

fmylife.tcl remove colors?

So i found this script but i don't wanna use coloring when i sends the quotes to the channel?
And i just want to have the quote no link to the specific quote.
Anyhelp would be nice?
by bLzR
Mon Apr 05, 2010 6:26 pm
Forum: Script Support & Releases
Topic: bogustrivia and flags?
Replies: 2
Views: 4027

anyone?
by bLzR
Mon Apr 05, 2010 8:36 am
Forum: Script Requests
Topic: !say #Channel Text Text text
Replies: 3
Views: 2652

U can achieve this by using the say command in the console to put a message through the bot :) say [channel] <text> Dumps the text to your current console channel (or other specified channel), as if the bot said it. Examples .say #NiceChan Hi everyone! This is Lemmon. I'm talking through the bot!
by bLzR
Sun Apr 04, 2010 7:10 pm
Forum: Script Support & Releases
Topic: bogustrivia and flags?
Replies: 2
Views: 4027

bogustrivia and flags?

When i change the flags for starting and stopping to have+o flags it doens't work? I have added users to the bot made the bot have +o flag it still listens to everyone? The users i have added havent been on the partyline though. I want only +o flags be able to use the trivia commands like !start and...
by bLzR
Wed Mar 03, 2010 1:06 pm
Forum: Scripting Help
Topic: Tcl error [pub:act]: invalid command name auth:check
Replies: 6
Views: 4518

17:45 RoBoCoP • [17:48] Auth for bLzR expired. 17:45 RoBoCoP • [17:48] Auth for bLzR expired. 17:45 RoBoCoP • [17:48] Auth for bLzR expired. 17:45 RoBoCoP • [17:48] #Vriendenhoekje: mode change '+v bLzR' by Eric!~Plezier@netadmin.allfriends.be 17:45 RoBoCoP • [17:48] #Vriendenhoekje: mode change '+v...
by bLzR
Mon Mar 01, 2010 6:57 pm
Forum: Scripting Help
Topic: Tcl error [pub:act]: invalid command name auth:check
Replies: 6
Views: 4518

speechles wrote:
Eggdrop Toolz wrote:

Code: Select all

proc auth:check {hand} {
	set auth [getuser $hand XTRA "AUTH"]
	if {($auth == "") || ($auth == "0") || ($auth == "DEAD")} {
		return 0
	} else { return 1}
}
Is that the script i need to use?
Ill try that when i get back home from work :)
by bLzR
Mon Mar 01, 2010 1:31 pm
Forum: Scripting Help
Topic: Tcl error [pub:act]: invalid command name auth:check
Replies: 6
Views: 4518

What'ts the problem? I checked google and i really need a solution :?
by bLzR
Sun Feb 28, 2010 4:52 pm
Forum: Scripting Help
Topic: Tcl error [pub:act]: invalid command name auth:check
Replies: 6
Views: 4518

Tcl error [pub:act]: invalid command name auth:check

What gives?
Im using this script http://www.egghelp.org/cgi-bin/tcl_arch ... ad&id=1360

Don't know what went wrong though?
I need to auth but nothing happens!