Parent Directory
|
Revision Log
|
Patch
revision 1000 by db, Sat Nov 3 17:13:32 2007 UTC | revision 1001 by michael, Sat Aug 29 22:44:44 2009 UTC | |
---|---|---|
# | Line 165 dohelp(struct Client *source_p, const ch | Line 165 dohelp(struct Client *source_p, const ch |
165 | return; | return; |
166 | } | } |
167 | ||
#ifndef _WIN32 | ||
168 | if (!S_ISREG(sb.st_mode)) | if (!S_ISREG(sb.st_mode)) |
169 | { | { |
170 | ilog(L_NOTICE, "help file %s not found", path); | ilog(L_NOTICE, "help file %s not found", path); |
# | Line 173 dohelp(struct Client *source_p, const ch | Line 172 dohelp(struct Client *source_p, const ch |
172 | me.name, source_p->name, topic); | me.name, source_p->name, topic); |
173 | return; | return; |
174 | } | } |
#endif | ||
175 | ||
176 | sendhelpfile(source_p, path, topic); | sendhelpfile(source_p, path, topic); |
177 | } | } |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |