From 10e4ad9c9b1451c3920214186be15f435ee8fdc0 Mon Sep 17 00:00:00 2001 From: Geert Hauwaerts Date: Mon, 7 Jul 2014 11:18:32 +0200 Subject: [PATCH] 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. --- irssi.conf | 2 ++ 1 file changed, 2 insertions(+) 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";