Skip to content

Commit

Permalink
Set date installed on plugin creation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Feb 19, 2010
1 parent a586ed2 commit 0003ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ CPlugin::CPlugin (CMUSHclientDoc * pDoc)
m_AliasMap.InitHashTable (293); // ditto for aliases
m_TriggerMap.InitHashTable (293); // ditto for triggers
m_TimerMap.InitHashTable (293); // ditto for timers
m_tDateInstalled = CTime::GetCurrentTime(); // when plugin loaded

m_dRequiredVersion = 0.0;
m_dVersion = 0.0;
Expand Down

0 comments on commit 0003ba7

Please sign in to comment.