mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05: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:
parent
fc00b9e6f0
commit
10e4ad9c9b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user