Parent Directory
|
Revision Log
|
Patch
revision 2341 by michael, Tue Jun 4 18:33:25 2013 UTC | revision 2342 by michael, Wed Jul 3 13:59:41 2013 UTC | |
---|---|---|
# | Line 92 static void | Line 92 static void |
92 | mo_motd(struct Client *client_p, struct Client *source_p, | mo_motd(struct Client *client_p, struct Client *source_p, |
93 | int parc, char *parv[]) | int parc, char *parv[]) |
94 | { | { |
if (!IsClient(source_p)) | ||
return; | ||
95 | if (hunt_server(client_p, source_p, ":%s MOTD :%s", 1, | if (hunt_server(client_p, source_p, ":%s MOTD :%s", 1, |
96 | parc, parv) != HUNTED_ISME) | parc, parv) != HUNTED_ISME) |
97 | return; | return; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |