| # | Line 116 | Line 116 | get_history(const char *nick, time_t tim | |
|---|---|---|
| 116 | continue; | |
| 117 | if (temp->logoff < timelimit) | |
| 118 | continue; | |
| 119 | < | return(temp->online); |
| 119 | > | return temp->online; |
| 120 | } | |
| 121 | ||
| 122 | < | return(NULL); |
| 122 | > | return NULL; |
| 123 | } | |
| 124 | ||
| 125 | void | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |