]> jfr.im git - solanum.git/blobdiff - include/msg.h
Add general::hide_tkdline_duration
[solanum.git] / include / msg.h
index 3709163a173784a6eb8a9a0f4e7be80360672bd2..9035b3668c353c8a4eedd23e1373df04f20e4870 100644 (file)
@@ -85,7 +85,7 @@ extern void m_unregistered(struct MsgBuf *, struct Client *, struct Client *, in
 
 /*
  * m_functions execute protocol messages on this server:
- * void m_func(struct Client* client_p, struct Client* source_p, int parc, char* parv[]);
+ * void m_func(struct MsgBuf *, struct Client* client_p, struct Client* source_p, int parc, char* parv[]);
  *
  *    client_p    is always NON-NULL, pointing to a *LOCAL* client
  *            structure (with an open socket connected!). This