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.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
index 6d6334e..c066fd7 100644
--- a/weechat/.weechat/alias.conf
+++ b/weechat/.weechat/alias.conf
@@ -23,6 +23,7 @@ CL = "buffer clear"
 CLOSE = "buffer close"
 CS = "quote chanserv"
 EXIT = "quit"
+factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
 flip = "/exec -o flip table $*"
 HS = "quote hostserv"
 IG = "ignore"
@@ -51,6 +52,7 @@ T = "topic"
 tf = "/msg $channel (ノಥ益ಥ)ノ彡┻━┻"
 UB = "unban"
 UMODE = "mode $nick"
+unscramble = "/exec -sh -o curl -s "http://anagramica.com/best/$*" | jq -r '.best[0]'"
 V = "command core version"
 W = "who"
 WC = "window merge"