diff options
| author | 2012-05-09 16:04:32 +0000 | |
|---|---|---|
| committer | 2012-05-09 16:04:32 +0000 | |
| commit | c2b6a54e4e5d1606834c9c70d4151c891f9331bd (patch) | |
| tree | fa014aa8a5c25f158028ff8744d1ce8fbad301a0 | |
| parent | 0a015759fe56248a6f18e65b2667d48b40ec10e5 (diff) | |
Add a global variable to keep track of when the bot was started
| -rwxr-xr-x | meta.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ $::cset = ''; ); %::dsock = (); %::spy = (); +$::starttime = time; BEGIN { my @modules = qw/Util Xml Inspect Event Services Log Command Classes Mysql/; |
