about summary refs log tree commit diff
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/.weechat/alias.conf')
-rw-r--r--weechat/.weechat/alias.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
index 37ed027..11bf5fc 100644
--- a/weechat/.weechat/alias.conf
+++ b/weechat/.weechat/alias.conf
@@ -4,12 +4,13 @@
 # WARNING: It is NOT recommended to edit this file by hand,
 # especially if WeeChat is running.
 #
-# Use /set or similar command to change settings in WeeChat.
+# Use commands like /set or /fset to change settings in WeeChat.
 #
 # For more info, see: https://weechat.org/doc/quickstart
 #
 
 [cmd]
+alis = "/msg alis list $*"
 bc = "/exec -sh -o echo "$*" | bc"
 BEEP = "print -beep"
 BYE = "quit"
@@ -30,6 +31,7 @@ M = "msg"
 MSGBUF = "command -buffer $1 * /input send $2-"
 MUB = "unban *"
 N = "names"
+ni = "/ns info =$1;/buffer server.libera"
 pbcmd = "/exec -o -sh $* | pb"
 py = "/exec -o python3 -c "print($*)""
 Q = "query"