mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 11:43:13 +02:00
irc: parse and return command parameters in message parser
This commit is contained in:
@@ -23,11 +23,14 @@
|
||||
struct t_irc_server;
|
||||
struct t_irc_channel;
|
||||
|
||||
extern void irc_message_parse_params (const char *parameters,
|
||||
char ***params, int *num_params);
|
||||
extern void irc_message_parse (struct t_irc_server *server, const char *message,
|
||||
char **tags, char **message_without_tags,
|
||||
char **nick, char **user, char **host,
|
||||
char **command, char **channel,
|
||||
char **arguments, char **text,
|
||||
char ***params, int *num_params,
|
||||
int *pos_command, int *pos_arguments,
|
||||
int *pos_channel, int *pos_text);
|
||||
extern struct t_hashtable *irc_message_parse_to_hashtable (struct t_irc_server *server,
|
||||
|
||||
Reference in New Issue
Block a user