about summary refs log tree commit diff
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-05-29 13:39:18 -0400
committerBen Harris <ben@tilde.team>2019-05-29 13:39:18 -0400
commit08a6fa8739440966a06f18b4f060c1abcb05f045 (patch)
tree702fb80d6e9dd8edc43d79cabe2f0eea2b7bd821 /weechat/.weechat/alias.conf
parentfa2beb76767d124d4f1ef59c0d86b78005402371 (diff)
new aliases and upgraded scripts
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"