mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
Added color encoding for some commands like /me
This commit is contained in:
@@ -38,8 +38,8 @@ struct t_weechat_command
|
||||
char *completion_template; /* template for completion */
|
||||
/* NULL=no completion, ""=default (nick) */
|
||||
int min_arg, max_arg; /* min & max number of arguments */
|
||||
int charset_conversion; /* = 1 if cmd args are converted before */
|
||||
/* they're executed */
|
||||
int conversion; /* = 1 if cmd args are converted (charset */
|
||||
/* and color) before execution */
|
||||
int (*cmd_function_args)(t_irc_server *, t_irc_channel *, int, char **);
|
||||
/* function called when user enters cmd */
|
||||
int (*cmd_function_1arg)(t_irc_server *, t_irc_channel *, char *);
|
||||
|
||||
Reference in New Issue
Block a user