1
0
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:
Sébastien Helleu
2023-05-27 20:07:37 +02:00
parent 1651c48856
commit 50f5be70aa
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 },