Parent Directory
|
Revision Log
|
Patch
revision 2687 by michael, Sat Aug 17 20:38:00 2013 UTC | revision 2688 by michael, Tue Dec 17 17:42:06 2013 UTC | |
---|---|---|
# | Line 570 send_capabilities(struct Client *client_ | Line 570 send_capabilities(struct Client *client_ |
570 | void | void |
571 | sendnick_TS(struct Client *client_p, struct Client *target_p) | sendnick_TS(struct Client *client_p, struct Client *target_p) |
572 | { | { |
573 | static char ubuf[12]; | char ubuf[66]; |
574 | ||
575 | if (!IsClient(target_p)) | if (!IsClient(target_p)) |
576 | return; | return; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |