summaryrefslogtreecommitdiff
path: root/irssi.conf
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-07 11:18:32 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-07 11:18:32 +0200
commit10e4ad9c9b1451c3920214186be15f435ee8fdc0 (patch)
treeb9916acd7e91882743c4bfd2d5f6b18048c82677 /irssi.conf
parentfc00b9e6f07379f09ea13fa42d9feed377d2d762 (diff)
downloadirssi-10e4ad9c9b1451c3920214186be15f435ee8fdc0.zip
Restored the J and added a P alias
I restored the J alias and added a new P alias; both aliases are there for convenience after community requests.
Diffstat (limited to 'irssi.conf')
-rw-r--r--irssi.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/irssi.conf b/irssi.conf
index 4bc9975d..27a70d1e 100644
--- a/irssi.conf
+++ b/irssi.conf
@@ -127,6 +127,7 @@ aliases = {
HL = "HILIGHT";
HOST = "USERHOST";
INVITELIST = "MODE $C +I";
+ J = "JOIN";
K = "KICK";
KB = "KICKBAN";
KN = "KNOCKOUT";
@@ -136,6 +137,7 @@ aliases = {
MUB = "UNBAN *";
N = "NAMES";
NMSG = "^MSG";
+ P = "PART";
Q = "QUERY";
RESET = "SET -default";
RUN = "SCRIPT LOAD";