pchat/aliases.lua

by hugeblank
397 days agolua
COPY
1
-- Change the command names using this table.
2
return {
3
    pchat = {"pchat", "pc"},
4
    pcleave = {"pcleave", "pl"},
5
    pcjoin = {"pcjoin", "pj"},
6
    pclist = {"pclist", "pls"}
7
}