зеркало из https://github.com/mozilla/pjs.git
Bug 406957 - Add quote aliases for memo-, chan- and nickserv (ms, cs, ns).
r=silver@warwickcompsoc.co.uk (James Ross) ChatZilla Only. NPOTFFB.
This commit is contained in:
Родитель
b5012110ed
Коммит
9aeb512689
|
@ -255,7 +255,11 @@ function initCommands()
|
||||||
["iltr", "input-text-direction ltr", CMD_CONSOLE],
|
["iltr", "input-text-direction ltr", CMD_CONSOLE],
|
||||||
// Instrumentation aliases
|
// Instrumentation aliases
|
||||||
["allow-inst1", "pref instrumentation.inst1 1", 0],
|
["allow-inst1", "pref instrumentation.inst1 1", 0],
|
||||||
["deny-inst1", "pref instrumentation.inst1 2", 0]
|
["deny-inst1", "pref instrumentation.inst1 2", 0],
|
||||||
|
// Services aliases
|
||||||
|
["cs", "quote cs", 0],
|
||||||
|
["ms", "quote ms", 0],
|
||||||
|
["ns", "quote ns", 0]
|
||||||
];
|
];
|
||||||
|
|
||||||
// set the stringbundle associated with these commands.
|
// set the stringbundle associated with these commands.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче