Parent Directory
|
Revision Log
|
Patch
revision 606 by michael, Sat Mar 4 08:25:08 2006 UTC | revision 607 by michael, Tue May 16 08:12:00 2006 UTC | |
---|---|---|
# | Line 44 add_history(struct Client *client_p, int | Line 44 add_history(struct Client *client_p, int |
44 | static unsigned int whowas_next = 0; | static unsigned int whowas_next = 0; |
45 | struct Whowas *who = &WHOWAS[whowas_next]; | struct Whowas *who = &WHOWAS[whowas_next]; |
46 | ||
47 | assert(IsClient(client_p)); | |
48 | ||
49 | if (++whowas_next == NICKNAMEHISTORYLENGTH) | if (++whowas_next == NICKNAMEHISTORYLENGTH) |
50 | whowas_next = 0; | whowas_next = 0; |
51 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |