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

by Sikes
Wed Jun 01, 2005 4:45 am
Forum: Archive
Topic: Dump chanlist to file
Replies: 4
Views: 2321

You need to globalize my_nick and my_chan. Here try this:
Thanks heaps Sir_Fz. You saved me a load of time. I wouldn't have got the syntax right without siiting down to properly learn TCL.

Appreciate all your help.

Sikes
by Sikes
Tue May 31, 2005 4:31 am
Forum: Archive
Topic: Dump chanlist to file
Replies: 4
Views: 2321

Thanks for the reply awyeah. 1) If you use a trigger in the bind you should use the PUB bind, not PUBM bind. Ok, was reading http://johoho.eggheads.org/eggdrop/other/guide2tcl.html 2) You have an incorrect number of arguments in your procedure, for bind pub or even pubm. It should be like this: bind...
by Sikes
Tue May 31, 2005 4:15 am
Forum: Archive
Topic: Dump chanlist to file
Replies: 4
Views: 2321

Dump chanlist to file

I have been asked to write a bash script that interacts with ftp. Part of that is they need the users online for certain announcements. I have the bash part under control, and just need to check logins against a dump of who is in the channel. To be honest I thought this would only be a couple of lin...