comparison orpg/templates/default_alias.alias @ 0:4385a7d0efd1 grumpy-goblin

Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
author sirebral
date Tue, 14 Jul 2009 16:41:58 -0500
parents
children bf799efe7a8a
comparison
equal deleted inserted replaced
-1:000000000000 0:4385a7d0efd1
1 <aliaslib>
2 <alias name="Test" color="Default" />
3 <alias name="Test1" color="#FF0000" />
4 <filter name="Rogue or Pirate">
5 <rule match="ia" sub="'a" />
6 <rule match="(\W+)(?i)it is(\W+)" sub="\1t'is\2" />
7 <rule match="(\W+)(?i)h" sub="\1'" />
8 <rule match="(?i)his" sub="'is" />
9 <rule match="n[tkg](\W+)" sub="n'\1" />
10 <rule match="(\W+)(?i)to(\W+)" sub="\1t'\2" />
11 <rule match="(\w+)th(\W+)" sub="\1t'\2" />
12 <rule match="(\W+)([Yy])ou(\W+)" sub="\1\2ea\3" />
13 <rule match="(\W+)([Yy])our(\W+)" sub="\1\2er\3" />
14 <rule match="'+" sub="'" />
15 <rule match="th" sub="d'" />
16 <rule match="ass" sub="arse" />
17 </filter>
18 <filter name="Static Communicator">
19 <rule match="ce" sub="ssss(**shhhshh**)" />
20 <rule match="[IiOo]" sub="(**sss**)" />
21 <rule match="wi" sub="(*squack*) " />
22 <rule match="run" sub="@#$%DDD " />
23 <rule match="[Ss][Tt]" sub=";lkj%$# " />
24 <rule match="opy" sub="op.....he" />
25 <rule match="[Bb]" />
26 <rule match="the" sub="te" />
27 <rule match="ow" sub="ashh" />
28 <rule match="[Aa][Bb]" sub="bbb" />
29 <rule match="ll" sub="ya" />
30 <rule match="support" sub="(*rssshhhh*)'pt" />
31 <rule match="ey" sub="eeee" />
32 </filter>
33 </aliaslib>