1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

alias: add default alias umode => /mode $nick

This commit is contained in:
Sebastien Helleu
2012-01-06 12:35:44 +01:00
parent ab46b37aed
commit b20888ec74
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -58,6 +58,7 @@ char *alias_default_list[][2] =
{ "SIGNOFF", "quit" },
{ "T", "topic" },
{ "UB", "unban" },
{ "UMODE", "mode $nick" },
{ "V", "command core version" },
{ "W", "who" },
{ "WC", "window merge" },