po 3.5b
This commit is contained in:
parent
1f5dd33c62
commit
542108e9a1
4 changed files with 163 additions and 35 deletions
28
aliases.xml
28
aliases.xml
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE MudletPackage>
|
||||
<MudletPackage version="1.000">
|
||||
<MudletPackage version="1.001">
|
||||
<AliasPackage>
|
||||
<AliasGroup isActive="yes" isFolder="yes">
|
||||
<name>ftpd-aliases</name>
|
||||
|
@ -130,6 +130,25 @@ end</script>
|
|||
<packageName></packageName>
|
||||
<regex>^/np$</regex>
|
||||
</Alias>
|
||||
<Alias isActive="yes" isFolder="no">
|
||||
<name>zw</name>
|
||||
<script>send("otworz przytroczony woreczek", false)
|
||||
send("wez " .. matches[2] .. " z przytroczonego woreczka", false)
|
||||
send("zamknij przytroczony woreczek", false)</script>
|
||||
<command></command>
|
||||
<packageName></packageName>
|
||||
<regex>^/zw (.*)$</regex>
|
||||
</Alias>
|
||||
<Alias isActive="yes" isFolder="no">
|
||||
<name>dw</name>
|
||||
<script>send("otworz przytroczony woreczek", false)
|
||||
send("wloz " .. matches[2] .. " do przytroczonego woreczka", false)
|
||||
send("zamknij przytroczony woreczek", false)
|
||||
</script>
|
||||
<command></command>
|
||||
<packageName></packageName>
|
||||
<regex>^/dw (.*)$</regex>
|
||||
</Alias>
|
||||
<Alias isActive="yes" isFolder="no">
|
||||
<name>ow</name>
|
||||
<script>send("zajrzyj do przytroczonego woreczka", false)</script>
|
||||
|
@ -431,6 +450,13 @@ scripts.ui:setup()</script>
|
|||
<packageName></packageName>
|
||||
<regex>^/kond (.*)$</regex>
|
||||
</Alias>
|
||||
<Alias isActive="yes" isFolder="no">
|
||||
<name>c</name>
|
||||
<script>clearWindow()</script>
|
||||
<command></command>
|
||||
<packageName></packageName>
|
||||
<regex>^/c$</regex>
|
||||
</Alias>
|
||||
</AliasGroup>
|
||||
<AliasGroup isActive="yes" isFolder="yes">
|
||||
<name>misc</name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue