View Single Post
Re: WebMod - a cry for help
Old
  (#3)
Nova
Council Member
 
Nova's Avatar
 
Status: Offline
Posts: 761
Join Date: Nov 2003
Location: Kiel, Germany
Default Re: WebMod - a cry for help - 02-01-2004

Quote:
Originally Posted by Pierre-Marie Baty
why is it always me you call for help ? I'm not the WebMod author...

In fact, the answer to your question is:

Code:
 if (author_compiled_new_version)
    UseNewVersion ();
 else
 {
    if (IsAvailable (plugin_source_code))
    {
 	  RecompilePlugin ();
 	  UseNewVersion ();
    }
    else
 	  Cry (); // I guess you're pretty much here ;)
 }
I always call for your help because your always right


nova

- Quote: <kodex> I swear. Beta testing increases your e-wang ! :p

- Remember, today is the tomorrow you worried about yesterday.


  
Reply With Quote