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"
|
|
|
|
BYE = "quit"
|
|
|
|
C = "buffer clear"
|
|
|
|
CHAT = "dcc chat"
|
|
|
|
CL = "buffer clear"
|
|
|
|
CLOSE = "buffer close"
|
2019-08-01 02:50:04 +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 " " ",""
|
2019-03-30 21:43:55 +00:00
|
|
|
flip = "/exec -o flip table $*"
|
2018-07-22 19:39:58 +00:00
|
|
|
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"
|
|
|
|
MSGBUF = "command -buffer $1 * /input send $2-"
|
|
|
|
MUB = "unban *"
|
|
|
|
N = "names"
|
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"
|
2019-03-30 21:43:55 +00:00
|
|
|
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)"
|