]> jfr.im git - solanum.git/commitdiff
kill: Improve comment about kill hook.
authorJilles Tjoelker <redacted>
Sat, 27 Apr 2013 14:55:45 +0000 (16:55 +0200)
committerJilles Tjoelker <redacted>
Sat, 27 Apr 2013 14:55:45 +0000 (16:55 +0200)
modules/core/m_kill.c

index a058ce82645eb99a784465411574329607a40793..99bbf5e7f30977726efe3384793b8d0db480cd2b 100644 (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))