*** VERSION 5.2.0 ***
[NeonServV5.git] / src / UserNode.h
index 08b6d97f9b9e708c9773ebfa99710baf8d5d2338..688fb3842c2f3c288455e08c5e2a15aeef7d9aa2 100644 (file)
@@ -1,4 +1,4 @@
-/* UserNode.h - NeonServ v5.1
+/* UserNode.h - NeonServ v5.2
  * Copyright (C) 2011  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -41,7 +41,7 @@ struct UserNode {
     char realname[REALLEN+1];
     char auth[AUTHLEN+1];
     unsigned int flags;
-    time_t created;
+    time_t created, last_who;
     struct ChanUser *channel;
     struct language *language;