mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-17 05:50:56 +01:00
nickometer.pl: update special cases
This commit is contained in:
parent
3010cf1d8d
commit
5f9dd151e2
@ -35,6 +35,7 @@ sub nickometer ($) {
|
|||||||
'sh[i1]t' => 500,
|
'sh[i1]t' => 500,
|
||||||
'coo[l1]' => 500,
|
'coo[l1]' => 500,
|
||||||
'kew[l1]' => 500,
|
'kew[l1]' => 500,
|
||||||
|
'sw[a4]g' => 500,
|
||||||
'lame' => 500,
|
'lame' => 500,
|
||||||
'dood' => 500,
|
'dood' => 500,
|
||||||
'dude' => 500,
|
'dude' => 500,
|
||||||
@ -46,9 +47,7 @@ sub nickometer ($) {
|
|||||||
'h[o0]rny' => 700,
|
'h[o0]rny' => 700,
|
||||||
'pr[o0]n' => 1000,
|
'pr[o0]n' => 1000,
|
||||||
'w[4a]r[e3]z' => 1000,
|
'w[4a]r[e3]z' => 1000,
|
||||||
'xx' => 300,
|
'xx' => 450,
|
||||||
'\[rkx]0' => 1000,
|
|
||||||
'\0[rkx]' => 1000,
|
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach my $special (keys %special_cost) {
|
foreach my $special (keys %special_cost) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user