diff mcabber/src/hooks.h @ 484:00e2d3821a5b

Display PRIV for private messages in a room when using /say_to Private conf. messages are not logged.
author Mikael Berthe <mikael@lilotux.net>
date Thu, 06 Oct 2005 21:51:34 +0200
parents 03bb57383cea
children 8b3db0b555a1
line wrap: on
line diff
--- a/mcabber/src/hooks.h	Wed Oct 05 21:46:13 2005 +0200
+++ b/mcabber/src/hooks.h	Thu Oct 06 21:51:34 2005 +0200
@@ -7,7 +7,8 @@
 
 inline void hk_message_in(const char *jid, const char *resname,
                           time_t timestamp, const char *msg, const char *type);
-inline void hk_message_out(const char *jid, time_t timestamp, const char *msg);
+inline void hk_message_out(const char *jid, const char *nickname,
+                           time_t timestamp, const char *msg);
 inline void hk_statuschange(const char *jid, const char *resname, gchar prio,
                             time_t timestamp, enum imstatus status,
                             char const *status_msg);