mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
implement server-time
This commit is contained in:
parent
33d8cc3254
commit
d535a79730
21 changed files with 323 additions and 39 deletions
|
|
@ -48,6 +48,9 @@ void irc_send_cmd_first(IRC_SERVER_REC *server, const char *cmd);
|
|||
void irc_send_cmd_full(IRC_SERVER_REC *server, const char *cmd,
|
||||
int send_now, int immediate, int raw);
|
||||
|
||||
/* Extract a tag value from tags */
|
||||
GHashTable *irc_parse_message_tags(const char *tags);
|
||||
|
||||
/* Get count parameters from data */
|
||||
#include <irssi/src/core/commands.h>
|
||||
char *event_get_param(char **data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue