bens-dotfiles/weechat/.weechat/alias.conf

61 lines
1.5 KiB
Plaintext
Raw Normal View History

2018-07-22 19:39:58 +00:00
#
# weechat -- alias.conf
#
# 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.
#
# For more info, see: https://weechat.org/doc/quickstart
#
[cmd]
BEEP = "print -beep"
BS = "quote botserv"
BYE = "quit"
C = "buffer clear"
CHAT = "dcc chat"
CL = "buffer clear"
CLOSE = "buffer close"
CS = "quote chanserv"
2019-06-17 19:48:34 +00:00
emoji = "exec -o python3 -c 'print(__import__("emoji").emojize("$*", use_aliases=True))'"
2019-05-29 17:39:18 +00:00
factor = "/exec -sh -o factor $1 | cut -d" " -f 2,3 | tr " " ",""
flip = "/exec -o flip table $*"
2018-07-22 19:39:58 +00:00
HS = "quote hostserv"
IG = "ignore"
J = "join"
K = "kick"
KB = "kickban"
LEAVE = "part"
2019-02-04 19:16:40 +00:00
lenny = "/msg $channel ( ͡° ͜ʖ ͡°)"
2018-07-22 19:39:58 +00:00
M = "msg"
MS = "quote memoserv"
MSGBUF = "command -buffer $1 * /input send $2-"
MUB = "unban *"
N = "names"
NS = "quote nickserv"
2018-08-09 15:38:43 +00:00
OS = "quote operserv"
2019-07-24 16:03:29 +00:00
pbcmd = "/exec -o -sh $* | pb"
2019-06-07 19:02:18 +00:00
py = "/exec -o python3 -c "print($*)""
2018-07-22 19:39:58 +00:00
Q = "query"
rainbow = "/exec -o toilet --irc --gay -f term -- $*"
2018-07-22 19:39:58 +00:00
REDRAW = "window refresh"
save_settings = "/autojoin --run;/layout store;/save"
SAY = "msg *"
2019-02-04 19:16:40 +00:00
shrug = "/msg $channel ¯\_(ツ)_/¯"
2018-08-15 03:40:36 +00:00
SLAP = "me slaps $1 around a bit with a large trout"
2018-07-22 19:39:58 +00:00
T = "topic"
2019-02-04 19:16:40 +00:00
tf = "/msg $channel (ノಥ益ಥ)ノ彡┻━┻"
2018-07-22 19:39:58 +00:00
UB = "unban"
UMODE = "mode $nick"
2019-05-29 17:39:18 +00:00
unscramble = "/exec -sh -o curl -s "http://anagramica.com/best/$*" | jq -r '.best[0]'"
2018-07-22 19:39:58 +00:00
V = "command core version"
W = "who"
WC = "window merge"
WI = "whois"
WII = "whois $1 $1"
WW = "whowas"
[completion]
MSGBUF = "%(buffers_plugins_names)"