/[svn]/ircd-hybrid-8/src/whowas.c
ViewVC logotype

Diff of /ircd-hybrid-8/src/whowas.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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

Legend:
Removed from v.1297  
changed lines
  Added in v.1298

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30