1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +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
@@ -42,6 +42,7 @@ Version 0.3.7 (under dev!)
* api: add new functions strcasecmp_range, strncasecmp_range,
hashtable_map_string, hdata_check_pointer, hdata_char, hdata_hashtable and
nicklist_get_next_item
* alias: add default alias umode => /mode $nick
* irc: use redirection to get channel modes after update of modes on channel,
display output of /mode #channel, allow /mode without argument (display modes
of current channel or user modes on server buffer)
+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" },