about summary refs log tree commit diff
path: root/weechat/.weechat/alias.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-02-04 14:16:40 -0500
committerBen Harris <ben@tilde.team>2019-02-04 14:16:40 -0500
commit4f04567a43ea62158f0b77630ebef8622c56a06b (patch)
treeefa2f288dea749f419a620aa67fd00442b03c18f /weechat/.weechat/alias.conf
parent56fb407f784884edab0c6088776cafcf3869bd7a (diff)
cool new aliases
Diffstat (limited to 'weechat/.weechat/alias.conf')
-rw-r--r--weechat/.weechat/alias.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/weechat/.weechat/alias.conf b/weechat/.weechat/alias.conf
index b94f415..bd74977 100644
--- a/weechat/.weechat/alias.conf
+++ b/weechat/.weechat/alias.conf
@@ -29,6 +29,7 @@ J = "join"
 K = "kick"
 KB = "kickban"
 LEAVE = "part"
+lenny = "/msg $channel ( ͡° ͜ʖ ͡°)"
 M = "msg"
 MS = "quote memoserv"
 MSGBUF = "command -buffer $1 * /input send $2-"
@@ -41,9 +42,11 @@ REDRAW = "window refresh"
 save_settings = "/autojoin --run;/layout store;/save"
 SAY = "msg *"
 setup_aspell = "/set weechat.bar.rootinput.items [input_prompt]+(away),[input_search],[input_paste],input_text,aspell_suggest;/set aspell.check.default_dict en_US;/set aspell.check.suggestions 4;/set aspell.check.enabled on;/unalias setup_aspell;/save"
+shrug = "/msg $channel ¯\_(ツ)_/¯"
 SIGNOFF = "quit"
 SLAP = "me slaps $1 around a bit with a large trout"
 T = "topic"
+tf = "/msg $channel (ノಥ益ಥ)ノ彡┻━┻"
 UB = "unban"
 UMODE = "mode $nick"
 V = "command core version"