Parent Directory
|
Revision Log
|
Patch
revision 1297 by michael, Fri Sep 30 10:47:53 2011 UTC | revision 1298 by michael, Tue Feb 28 18:51:13 2012 UTC | |
---|---|---|
# | Line 116 get_history(const char *nick, time_t tim | Line 116 get_history(const char *nick, time_t tim |
116 | continue; | continue; |
117 | if (temp->logoff < timelimit) | if (temp->logoff < timelimit) |
118 | continue; | continue; |
119 | return(temp->online); | return temp->online; |
120 | } | } |
121 | ||
122 | return(NULL); | return NULL; |
123 | } | } |
124 | ||
125 | void | void |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.30 |