summaryrefslogtreecommitdiffstats
path: root/weechat/alias.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-11 19:57:13 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-11 20:01:33 -0500
commite75ab7cfa30804925fede5b54b38a838c1078b4b (patch)
tree438de9d820c0b491ec8ce0512a1141171df2a1fd /weechat/alias.conf
parent020ab89c7bda81cc5cfc24eb576920095487af59 (diff)
downloadconf-e75ab7cfa30804925fede5b54b38a838c1078b4b.tar.gz
conf-e75ab7cfa30804925fede5b54b38a838c1078b4b.zip
switch to weechat
Diffstat (limited to 'weechat/alias.conf')
-rw-r--r--weechat/alias.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/weechat/alias.conf b/weechat/alias.conf
new file mode 100644
index 0000000..ebd0c95
--- /dev/null
+++ b/weechat/alias.conf
@@ -0,0 +1,38 @@
+#
+# alias.conf -- weechat v0.3.8
+#
+
+[cmd]
+AAWAY = "allserv /away"
+AME = "allchan /me"
+AMSG = "allchan /msg *"
+ANICK = "allserv /nick"
+BYE = "quit"
+C = "buffer clear"
+CHAT = "dcc chat"
+CL = "buffer clear"
+CLOSE = "buffer close"
+EXIT = "quit"
+IG = "ignore"
+J = "join"
+K = "kick"
+KB = "kickban"
+LEAVE = "part"
+M = "msg"
+MUB = "unban *"
+N = "names"
+Q = "query"
+REDRAW = "window refresh"
+SAY = "msg *"
+SIGNOFF = "quit"
+T = "topic"
+UB = "unban"
+UMODE = "mode $nick"
+V = "command core version"
+W = "buffer"
+WC = "window merge"
+WI = "whois"
+WII = "whois $1 $1"
+WW = "whowas"
+
+[completion]