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

by NoZparker
Fri May 06, 2005 11:34 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 210888

looking for server replies

If you need to see the result of perhaps a server notice or what the bot sees in channel while you are writing your tcl then set ... .console [channel] +r. ....but don't forget to turn it off.
by NoZparker
Fri May 06, 2005 11:33 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 210888

looking for bugs

When you are looking for a bug in your new tcl that you are writing and is not necessarily an error use.... Putlog "got this far" .....in the tcl. and then move it so you can see what is happening.
by NoZparker
Fri May 06, 2005 11:31 am
Forum: Tcl FAQ
Topic: "Tip of the day"
Replies: 73
Views: 210888

naming eggdrop.conf

Whilst saving an eggdrop.conf use all lower case. This will not effect the nickname of the bot but does save time looking in the dir to remember how you have saved the conf when it's crashed, and you have to restart.
by NoZparker
Wed Apr 13, 2005 9:20 am
Forum: Archive
Topic: check if services are online
Replies: 9
Views: 2408

yeah like i said De Kus is da wo .... man (i did wonder about the girllie pic) and what am i ... He He He !!! or her?.. actually i'm all man ... a big fat one. anyways to the subject .. yes i will be using if [lindex [split $text :] 1] == "chanserv" along with a heap of other stuff so the ...
by NoZparker
Tue Apr 12, 2005 5:42 pm
Forum: Archive
Topic: check if services are online
Replies: 9
Views: 2408

whoooo hoooo De Kus you is da man got it sorted for the benifit of others here is the the test tcl bind dcc +m test look_for_services bind raw - 303 raw_answer proc look_for_services {hand idx args} { putserv "ison chanserv" putlog "message sent" } proc raw_answer {from keyword t...
by NoZparker
Tue Apr 12, 2005 3:33 pm
Forum: Archive
Topic: check if services are online
Replies: 9
Views: 2408

yes i tried the 'putserv "ISON chanserv"' but with two unkowns it make it damn difficult

ie not knowing if the putserv was working

i'll try that now and let ya know
by NoZparker
Tue Apr 12, 2005 12:47 pm
Forum: Archive
Topic: check if services are online
Replies: 9
Views: 2408

even if it's a guess .....HELP!!!!!!!!
by NoZparker
Mon Apr 11, 2005 6:12 pm
Forum: Archive
Topic: check if services are online
Replies: 9
Views: 2408

check if services are online

on unrealircd the command to see if services are on line is /ison chanserv if true the result is <<notice>> chanserv if false the result is <<notice>> blank first how would i send that command in a tcl would it be putserv "privmsg #chan :\001ISON chanserv" if not what would the command be ...
by NoZparker
Sun Feb 06, 2005 10:24 am
Forum: Archive
Topic: Nick Length
Replies: 10
Views: 4313

problem solved

well i got it sorted now on the twentieth attempt ....... in the file on the site http://www.eggfaq.com/docs/eggdrophelp.html
.. --== warning ==--.. follow it exactly how it is written and check your spelling

when i configured the tcl i left out --disable-shared

silly me

NoZparker
by NoZparker
Sun Feb 06, 2005 4:19 am
Forum: Archive
Topic: upgrading to eggdrop1.6.17 with tcl8.4.9
Replies: 3
Views: 2525

did i clean

yes i did as it would not let me make untill i had done a make clean

i'm gonna try again
by NoZparker
Sat Feb 05, 2005 5:13 pm
Forum: Archive
Topic: upgrading to eggdrop1.6.17 with tcl8.4.9
Replies: 3
Views: 2525

upgrading to eggdrop1.6.17 with tcl8.4.9

i have three very hard working bots. I have just upgraded to 1.6.17. and tcl8.4.9 .......on shell using freebsd .....followed all the instructions on http://www.eggfaq.com/docs/eggdrophelp.html in the dcc chat .status the tcl ver is still 8.3 should i have deleted the old modules that egdrop install...
by NoZparker
Thu Feb 03, 2005 7:24 pm
Forum: Archive
Topic: Nick Length
Replies: 10
Views: 4313

:D i'd like to thank Alchera for his reply to this query I have spent many long hour searching for the answer. It's all very well saying read the faqs ... geez that would take a week..... Alchera ... yer number 1 in my book.. many thank oh and thanks to Dormoth for posting the question in the first ...
by NoZparker
Mon Feb 16, 2004 9:13 pm
Forum: Archive
Topic: please someone find a solution ... Stop ... solution found.
Replies: 7
Views: 2796

i'm sure that that could have been pointed out in the first place it's all too easy to to loose sight of other peoples knowledge base when you have perhaps forgotten more then i will ever know. and again yes i did read the manual before coming here and i have read other docs. now that it has been po...
by NoZparker
Mon Feb 16, 2004 3:44 pm
Forum: Archive
Topic: please someone find a solution ... Stop ... solution found.
Replies: 7
Views: 2796

yes i have read the manual and the manual says as you pointed out chattr <handle> [changes [channel]] which in turn is chattr $nick +v $chan and it don't friggin work that's why i posted it just in case you get confused more $nick is a variable for handle +v is the flag trying to set as in changes $...
by NoZparker
Mon Feb 16, 2004 1:51 pm
Forum: Archive
Topic: please someone find a solution ... Stop ... solution found.
Replies: 7
Views: 2796

hmmmmm No replies eh?