kill: Improve comment about kill hook.
This commit is contained in:
parent
ee45698302
commit
373a04393b
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue