kill: Improve comment about kill hook.

This commit is contained in:
Jilles Tjoelker 2013-04-27 16:55:45 +02:00
parent ee45698302
commit 373a04393b

View file

@ -129,7 +129,7 @@ mo_kill(struct Client *client_p, struct Client *source_p, int parc, const char *
call_hook(h_can_kill, &moduledata);
if (moduledata.approved == 0)
/* Let the calleee send a message */
/* The callee should have sent a message. */
return 0;
if(MyConnect(target_p))