mirror of
https://github.com/znc/znc.git
synced 2026-07-04 08:51:14 +02:00
If we have not seen a user in *lastseen say we never seen them.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
for (it = mUsers.begin(); it != mUsers.end(); ++it) {
|
||||
Table.AddRow();
|
||||
Table.SetCell("User", it->first);
|
||||
Table.SetCell("Last Seen", FormatLastSeen(it->second));
|
||||
Table.SetCell("Last Seen", FormatLastSeen(it->second, "never"));
|
||||
}
|
||||
|
||||
PutModule(Table);
|
||||
|
||||
Reference in New Issue
Block a user