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.

Read a File

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
R
Remy
Voice
Posts: 5
Joined: Fri Apr 28, 2006 6:02 pm

Read a File

Post by Remy »

Dear Scripters,

I want a script that reads a file.
But when you adjust that file, it will announce that line you've entered.

Example:
<SVNBot> ------------------------------------------------------------------------
<SVNBot> r565 | Spum | 2006-04-30 22:35:24 +0200 (Sun, 30 Apr 2006) | 3 lines
<SVNBot> * Cleaned up SENDPACKET; much more robust, and generally doesnt keep moaning out all these strange errors.
<SVNBot> * Cleaned up some session management functions, again - made these more robust, and having some form of logging functions.
<SVNBot> * More to come...
<SVNBot> ------------------------------------------------------------------------
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

you dont want to read a file, but connect to a SVN root and post the most recent patch note, right?
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
R
Remy
Voice
Posts: 5
Joined: Fri Apr 28, 2006 6:02 pm

Post by Remy »

De Kus wrote:you dont want to read a file, but connect to a SVN root and post the most recent patch note, right?
I couldn't say it better.
Post Reply