From 373a04393b9cb827e08ce0e2f28709e57ea22bac Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Sat, 27 Apr 2013 16:55:45 +0200 Subject: [PATCH] kill: Improve comment about kill hook. --- modules/core/m_kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/m_kill.c b/modules/core/m_kill.c index a058ce82..99bbf5e7 100644 --- a/modules/core/m_kill.c +++ b/modules/core/m_kill.c @@ -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))