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

by Juustro
Tue Apr 22, 2003 2:43 pm
Forum: Archive
Topic: Script released, need security check
Replies: 0
Views: 604

Script released, need security check

you can download it here
http://juustro.letku.net/eggdrop/

there maybe security holes and i hope pro tcl coder can check it

i still need help how to do system that can be turned on by example !nextmap <server>

and it check server and tells when map has changed..
by Juustro
Mon Apr 21, 2003 1:55 am
Forum: Archive
Topic: Little if problem
Replies: 1
Views: 652

Little if problem

TCL error [pub:qs]: syntax error in expression " !( $q_clan(v) && !( isvoice $nick $chan)) || !( $q_clan(o) " if { !( $q_clan(v) && !( isvoice $nick $chan)) || !( $q_clan(o) && !(isop $nick $chan)) } { return 0 } who to make it work? $q_clan(v) is 1 or 0 $q_clan(o) ...
by Juustro
Fri Apr 18, 2003 12:14 pm
Forum: Archive
Topic: Why does this code not work????
Replies: 11
Views: 2146

Salvia wrote:well how do I make it work for per channel?????
well add check for channel

if {$chan == "#mychan" } {
...commands...
}

or use bind

bind join - "#mychan *" join_auto_op

or something like this
by Juustro
Fri Apr 18, 2003 12:10 pm
Forum: Archive
Topic: Whats Wrong ?
Replies: 1
Views: 608

From tcl-commands.doc in eggdrop doc dir (4) PUB bind pub <flags> <command> <proc> procname <nick> <user@host> <handle> <channel> <text> Description: used for commands given on a channel. The first word becomes the command and everything else is the text argument. Module: irc proc say {text} { -> pr...
by Juustro
Fri Apr 18, 2003 6:13 am
Forum: Archive
Topic: Special char problem
Replies: 1
Views: 892

Special char problem

this text comes from external app HLS 80.74.213.237:27015 Auria Pelikaista - *Sota* - DoDFi.net - [FF=ON] [C-D MEDIATOR] dod_ramelle 20 20 13 0 and returned by proc: proc qstat_get_server_info { server type } { global qstat_location return [exec $qstat_location -sort g -ts -raw " " -defaul...
by Juustro
Thu Apr 17, 2003 12:09 pm
Forum: Archive
Topic: Can anyone make QStat script better?
Replies: 4
Views: 1109

NewzBoy wrote:there's always time for IRC ;) hehe
Yes.. :P

i have started to make the script... :P

but who to set variable so that next time the script runs is takes that value?

and who to do part that runs every minute?
by Juustro
Thu Apr 17, 2003 6:36 am
Forum: Archive
Topic: Can anyone make QStat script better?
Replies: 4
Views: 1109

well, if there's one thing I've learned in my limited experience with TCL scripts, it's that you need ALOT of time to figured stuff out - and to try things yourself can be frustrating, but rewarding when it works! Sorry to preach - just a thought :) np :) But like i said.. i have no time... school ...
by Juustro
Wed Apr 16, 2003 3:31 pm
Forum: Archive
Topic: Can anyone make QStat script better?
Replies: 4
Views: 1109

Can anyone make QStat script better?

Like topic says... Some options: public msg to specified channel when map changes in "some server(s)" some fix to player finder... - names with spaces not work and other special chars system that prints servers all players.. and their stats i personaly dont know tcl so i cant make this.. a...
by Juustro
Mon Oct 28, 2002 6:31 am
Forum: Archive
Topic: bot's nick?
Replies: 4
Views: 1031

bot's nick?

I can't use [ and ] in bot's name?
by Juustro
Thu Oct 03, 2002 4:45 pm
Forum: Archive
Topic: make: *** [install-bin] Error 1
Replies: 3
Views: 1492

'make'

There was no errors..

Only 'make install' return that error.

I have tried that bot whit 2 linux.. Red Hat 7 and my shell account (dont know what linux there is)

Whit Red Hat, i run it as root.
by Juustro
Wed Oct 02, 2002 4:37 pm
Forum: Archive
Topic: make: *** [install-bin] Error 1
Replies: 3
Views: 1492

make: *** [install-bin] Error 1

Eggdrop v1.6.12 (C) 1997 Robey Pointer (C) 2002 Eggheads Installing in directory: '/home/juustro/eggdrop'. Renamed the old 'eggdrop' executable to 'oeggdrop'. Copying new 'eggdrop' executable and creating symlink. /usr/bin/install: cannot stat `eggdrop': No such file or directory make: *** [install-...