mirror of
https://github.com/znc/znc.git
synced 2026-08-10 02:43:05 +02:00
Merge CGlobalModule(s) into CModule(s)
This commit is contained in:
@@ -14,7 +14,7 @@ using std::map;
|
||||
using std::pair;
|
||||
using std::multimap;
|
||||
|
||||
class CLastSeenMod : public CGlobalModule {
|
||||
class CLastSeenMod : public CModule {
|
||||
private:
|
||||
time_t GetTime(const CUser *pUser) {
|
||||
return GetNV(pUser->GetUserName()).ToULong();
|
||||
|
||||
Reference in New Issue
Block a user