source: tags/start/modules/leet_settings.tcl @ 1143

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
20set leet(a) { "a" "@" "4" }
21set leet(b) { "b" "8" }
22set leet(c) { "c" }
23set leet(d) { "d" }
24set leet(e) { "e" "3" }
25set leet(f) { "f" }
26set leet(g) { "g" "9" }
27set leet(h) { "h" }
28set leet(i) { "i" "1" }
29set leet(j) { "j" }
30set leet(k) { "k" }
31set leet(l) { "l" "|" }
32set leet(m) { "m"  }
33set leet(n) { "n"  }
34set leet(o) { "o" "0" }
35set leet(p) { "p" }
36set leet(q) { "q" }
37set leet(r) { "r" }
38set leet(s) { "s" "5" }
39set leet(t) { "t" "7" "+" }
40set leet(u) { "u"  }
41set leet(v) { "v" }
42set leet(w) { "w" }
43set leet(x) { "x" }
44set leet(y) { "y" }
45set leet(z) { "z" "2" }
Note: See TracBrowser for help on using the repository browser.