mirror of
https://github.com/anope/anope.git
synced 2026-07-04 23:13:13 +02:00
Consistently use time_t for the timer duration.
This commit is contained in:
@@ -70,7 +70,7 @@ class NickServHeld final
|
||||
Reference<NickAlias> na;
|
||||
Anope::string nick;
|
||||
public:
|
||||
NickServHeld(Module *me, NickAlias *n, long l)
|
||||
NickServHeld(Module *me, NickAlias *n, time_t l)
|
||||
: Timer(me, l)
|
||||
, na(n)
|
||||
, nick(na->nick)
|
||||
|
||||
Reference in New Issue
Block a user