comparison orpg/templates/nodes/alias.xml @ 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
comparison
equal deleted inserted replaced
-1:000000000000 0:4385a7d0efd1
1
2 <nodehandler class="voxchat_handler" icon="player" module="voxchat" name="Alias Library" use.filter="0" version="1.0">
3 <voxchat.filter name="Rogue or Pirate">
4 <rule match="ia" sub="'a"/>
5 <rule match="(\W+)(?i)it is(\W+)" sub="\1t'is\2"/>
6 <rule match="(\W+)(?i)h" sub="\1'"/>
7 <rule match="(?i)his" sub="'is"/>
8 <rule match="n[tkg](\W+)" sub="n'\1"/>
9 <rule match="(\W+)(?i)to(\W+)" sub="\1t'\2"/>
10 <rule match="(\w+)th(\W+)" sub="\1t'\2"/>
11 <rule match="(\W+)([Yy])ou(\W+)" sub="\1\2ea\3"/>
12 <rule match="(\W+)([Yy])our(\W+)" sub="\1\2er\3"/>
13 <rule match="'+" sub="'"/>
14 <rule match="th" sub="d'"/>
15 <rule match="ass" sub="arse"/>
16 </voxchat.filter>
17 <voxchat.filter name="Static Communicator">
18 <rule match="ce" sub="ssss(**shhhshh**)"/>
19 <rule match="[IiOo]" sub="(**sss**)"/>
20 <rule match="wi" sub="(*squack*) "/>
21 <rule match="run" sub="@#$%DDD "/>
22 <rule match="[Ss][Tt]" sub=";lkj%$# "/>
23 <rule match="opy" sub="op.....he"/>
24 <rule match="[Bb]"/>
25 <rule match="the" sub="te"/>
26 <rule match="ow" sub="ashh"/>
27 <rule match="[Aa][Bb]" sub="bbb"/>
28 <rule match="ll" sub="ya"/>
29 <rule match="support" sub="(*rssshhhh*)'pt"/>
30 <rule match="ey" sub="eeee"/>
31 </voxchat.filter>
32 </nodehandler>