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

by Figga
Thu Oct 20, 2005 6:23 am
Forum: Archive
Topic: Namespaces .. i think
Replies: 2
Views: 11684

Namespaces .. i think

Hi , im trying to develop a script that takes it triggers from another script , i need it to catch events that appear on the partyline ,, do i use "namespace eval" or not ? if so , whats the syntax for this , i have checked man pages all over but i dont understand them very well Thanks -F
by Figga
Mon Sep 26, 2005 9:05 am
Forum: Archive
Topic: force user to part auto-join channel
Replies: 11
Views: 14261

...

Oper the bot with minimum services admin flags and run a check on the channels its in to see if $nick (timed say every 3 mins) is in the auto join channel and the channel they have joined, if so /spart $nick $lobby-chan
Simple ;)
by Figga
Mon Sep 26, 2005 4:04 am
Forum: Archive
Topic: TLS and TCL
Replies: 2
Views: 6899

Okay m8 ty for looking much appreciated

I will struggle on to try and find a solution might look at lftp to do it or something else that has native SSL FTP with it
by Figga
Fri Sep 23, 2005 4:37 am
Forum: Script Support & Releases
Topic: Tv.com tv show info grabber?
Replies: 43
Views: 55425

The information is not on the site to parse ..

The information u request is not on the site to parse as yet , it would be better to find a different site to parse the info that you require , if you can find a good one that doesnt change its layout to often i would be happy to code this for you ....
by Figga
Wed Sep 21, 2005 5:21 am
Forum: Archive
Topic: oper command
Replies: 3
Views: 11200

Oper

Here is my oper script i wrote for this set operid "OPERNAME-AS-DEFINED-IN-CONFIGFILE" set operpass "OPERPASS-AS-SET-IN-CONFIGFILE" set nspass "NICKSERV-PASS-FOR-ABILITY-TO-SERVICES-ADMIN" bind evnt - init-server oper bind evnt - init-server identity proc identity init-...
by Figga
Wed Sep 21, 2005 5:13 am
Forum: Archive
Topic: TLS and TCL
Replies: 2
Views: 6899

TLS and TCL

Hi , nice forum by the way i have found some usefull information from here that has helped alot in my learning of tcl and eggdrops.. i recently started a script that logs into ftp sites to check for certain files in this case `*-missing` files... Basically it took a list from a file delimited by ful...