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

by n00bster
Tue Jun 22, 2004 12:29 am
Forum: Archive
Topic: socket tcl - HOW to make one?
Replies: 6
Views: 2697

so theres NO ONE that knows how to do this?? :( if there IS someone, please help me so i can stop bothering,which i dont like to do,thus im probably doing it right now,sorry... :(
by n00bster
Sun Jun 20, 2004 12:39 am
Forum: Archive
Topic: socket tcl - HOW to make one?
Replies: 6
Views: 2697

hmm....i would like my bot to display/notice the user 2, 3 or more server info (if the servers are on or off + ping),how do i make the script to display more than 1 server info/stats + ping at a time? like, here's the bot's respond when i type the trigger !serverstats: server 1 = online + ping, serv...
by n00bster
Sat Jun 19, 2004 12:54 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

this error comes up when i try to start the eggdrop: Tcl error in file 'infobot.conf': missing close-brace while executing "proc pub:commands {nick host handle chan arg}" (file "scripts/announce-script.tcl" line 30) invoked from within "source scripts/announce-script.tcl&quo...
by n00bster
Sat Jun 19, 2004 12:43 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

*bump*
by n00bster
Fri Jun 18, 2004 8:36 pm
Forum: Archive
Topic: socket tcl - HOW to make one?
Replies: 6
Views: 2697

oh... thanks! is it also possible to make it ping-check the server? like, when it gives the info that the server is on,it tells the ping for that server as well. where do i add that? also,how do i make a partyline command for this function? (how to check if the server is on/off via partyline) thanks...
by n00bster
Fri Jun 18, 2004 12:44 pm
Forum: Archive
Topic: socket tcl - HOW to make one?
Replies: 6
Views: 2697

socket tcl - HOW to make one?

all i would like to know, is how to make tcl give socket information to users who type a certain trigger. like if someone types !serverstats - it should notice the user whether the a server is up/online or down/offline... my question is then, how do i make a tcl like that? whats the code? thanks a l...
by n00bster
Tue Jun 15, 2004 8:14 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

;) how do i add partyline cmds? cmds that will let other ops and those who have access to the partyline ADD, EDIT and DELETE the triggers... like if someone types: .add !trigname <description> - it will add the trigger + the trigger description to the trigger list. i.e: .add !support For more suppor...
by n00bster
Fri Jun 11, 2004 9:04 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

thanks, gb! but... should i type the code (the one that you posted, gb) AFTER: bind pub -|- !commands pub:commands bind pub -|- !help pub:help proc pub:commands {nick host handle chan arg} { putquick "NOTICE $nick :Avalible commands:" putquick "NOTICE $nick :!help, !ping, !pong } proc...
by n00bster
Thu Jun 10, 2004 2:48 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

hmm... how to make it work in just one #chan and how to make it work on 2, 3 or 4 chans instead of every chan?
by n00bster
Thu Jun 10, 2004 2:19 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

hehe, i know the rest, i just got a bit confused...somehow. dang. thanks for your help anyway!
by n00bster
Thu Jun 10, 2004 12:53 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

so i just copy/paste this into the notepad, huh?
by n00bster
Thu Jun 10, 2004 12:04 pm
Forum: Archive
Topic: how to make a !trigger tcl script?? help!
Replies: 12
Views: 4586

how to make a !trigger tcl script?? help!

i want my eggdrop to notice some information related to the trigger that the user typed, i.e: if i type !commands - then the bot will notice me (private notice,not public) containing a list of commands (like !ping and !pong)... not only will the bot be able to do only !commands - but other triggers ...