Add 'Uptime' command to *znc

ToDo: Use some readable format for displaying the uptime. Seconds just
don't make it.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1095 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2008-06-17 07:52:56 +00:00
parent acc39c9351
commit 78f8cce2c6
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ CZNC::CZNC() {
m_uBytesWritten = 0;
m_pConnectUserTimer = NULL;
m_bNeedRehash = false;
m_TimeStarted = time(NULL);
}
CZNC::~CZNC() {