1
0
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:
Sebastien Helleu
2006-06-15 13:06:36 +00:00
parent a38b9ecf79
commit 87d3725823
22 changed files with 2292 additions and 2256 deletions
+2 -2
View File
@@ -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 *);