mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
alias: add alias action to send a CTCP ACTION to a channel or a nick (issue #1577)
This commit is contained in:
@@ -34,6 +34,7 @@ struct t_config_section *alias_config_section_completion = NULL;
|
||||
|
||||
char *alias_default[][3] =
|
||||
{ { "aaway", "allserv /away", NULL },
|
||||
{ "action", "ctcp $1 action $2-", NULL },
|
||||
{ "anick", "allserv /nick", NULL },
|
||||
{ "beep", "print -beep", NULL },
|
||||
{ "bye", "quit", NULL },
|
||||
|
||||
Reference in New Issue
Block a user