comparison mcabber/src/hooks.h @ 116:1e7e59775f12

[/trunk] Changeset 130 by mikael * Add /status command. * Fix /quit command when there is a trailing word ("/quit bye"...). * Add an extension (.txt) to the TODO file.
author mikael
date Mon, 25 Apr 2005 15:26:17 +0000
parents 8ac67e951eab
children 44c6410b4845
comparison
equal deleted inserted replaced
115:33bff2c57293 116:1e7e59775f12
7 7
8 inline void hk_message_in(const char *jid, time_t timestamp, const char *msg); 8 inline void hk_message_in(const char *jid, time_t timestamp, const char *msg);
9 inline void hk_message_out(const char *jid, time_t timestamp, const char *msg); 9 inline void hk_message_out(const char *jid, time_t timestamp, const char *msg);
10 inline void hk_statuschange(const char *jid, time_t timestamp, 10 inline void hk_statuschange(const char *jid, time_t timestamp,
11 enum imstatus status); 11 enum imstatus status);
12 inline void hk_mystatuschange(time_t timestamp,
13 enum imstatus old_status, enum imstatus new_status);
12 14
13 #endif /* __HOOKS_H__ */ 15 #endif /* __HOOKS_H__ */