1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

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.
This commit is contained in:
Geert Hauwaerts 2014-07-07 11:18:32 +02:00
parent fc00b9e6f0
commit 10e4ad9c9b

View File

@ -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";