| # | Line 108 | Line 108 | do_whowas(struct Client *source_p, const | |
|---|---|---|
| 108 | static int | |
| 109 | m_whowas(struct Client *source_p, int parc, char *parv[]) | |
| 110 | { | |
| 111 | < | static time_t last_used = 0; |
| 111 | > | static uintmax_t last_used = 0; |
| 112 | ||
| 113 | if (parc < 2 || EmptyString(parv[1])) | |
| 114 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |