| Revision 2,
1.5 KB
checked in by jamesoff, 9 years ago
(diff) |
|
Initial revision
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ############################################################################### |
|---|
| 2 | # bMotion - an 'AI' TCL script for eggdrops |
|---|
| 3 | # Copyright (C) James Michael Seward 2000-2002 |
|---|
| 4 | # |
|---|
| 5 | # This program is free software; you can redistribute it and/or modify |
|---|
| 6 | # it under the terms of the GNU General Public License as published by |
|---|
| 7 | # the Free Software Foundation; either version 2 of the License, or |
|---|
| 8 | # (at your option) any later version. |
|---|
| 9 | # |
|---|
| 10 | # This program is distributed in the hope that it will be useful, but |
|---|
| 11 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|---|
| 13 | # General Public License for more details. |
|---|
| 14 | # |
|---|
| 15 | # You should have received a copy of the GNU General Public License |
|---|
| 16 | # along with this program; if not, write to the Free Software |
|---|
| 17 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|---|
| 18 | ############################################################################### |
|---|
| 19 | |
|---|
| 20 | set leet(a) { "a" "@" "4" } |
|---|
| 21 | set leet(b) { "b" "8" } |
|---|
| 22 | set leet(c) { "c" } |
|---|
| 23 | set leet(d) { "d" } |
|---|
| 24 | set leet(e) { "e" "3" } |
|---|
| 25 | set leet(f) { "f" } |
|---|
| 26 | set leet(g) { "g" "9" } |
|---|
| 27 | set leet(h) { "h" } |
|---|
| 28 | set leet(i) { "i" "1" } |
|---|
| 29 | set leet(j) { "j" } |
|---|
| 30 | set leet(k) { "k" } |
|---|
| 31 | set leet(l) { "l" "|" } |
|---|
| 32 | set leet(m) { "m" } |
|---|
| 33 | set leet(n) { "n" } |
|---|
| 34 | set leet(o) { "o" "0" } |
|---|
| 35 | set leet(p) { "p" } |
|---|
| 36 | set leet(q) { "q" } |
|---|
| 37 | set leet(r) { "r" } |
|---|
| 38 | set leet(s) { "s" "5" } |
|---|
| 39 | set leet(t) { "t" "7" "+" } |
|---|
| 40 | set leet(u) { "u" } |
|---|
| 41 | set leet(v) { "v" } |
|---|
| 42 | set leet(w) { "w" } |
|---|
| 43 | set leet(x) { "x" } |
|---|
| 44 | set leet(y) { "y" } |
|---|
| 45 | set leet(z) { "z" "2" } |
|---|
Note: See
TracBrowser
for help on using the repository browser.