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

Revision 2, 1.8 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# bMotion - Settings file
2#
3
4###############################################################################
5# bMotion - an 'AI' TCL script for eggdrops
6# Copyright (C) James Michael Seward 2000-2002
7#
8# This program is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful, but
14# WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16# General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with this program; if not, write to the Free Software
20# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21###############################################################################
22
23set bMotionInfo(gender) "male"
24set bMotionInfo(balefire) 1
25set bMotionInfo(randomChannels) { "#molsoft" "#ags" "#exeter" "#namcoarcade" "#startrek" }
26#set bMotionInfo(randomChannels) { "#molsoft" }
27set bMotionInfo(orientation) "straight"
28#set bMotionInfo(orientation) "bi"
29set bMotionSettings(needI) 1
30set bMotionSettings(melMode) 0
31set bMotionSettings(botnicks) "nt|bots|the bots"
32set bMotionSettings(typos) 7
33set bMotionSettings(colloq) 10
34set bMotionSettings(noPlugin) "simple:huk,complex:wb"
35#minutes
36set bMotionInfo(minRandomDelay) 20
37set bMotionInfo(maxRandomDelay) 120
38
39# if nothing's happened on this channel for this much time, don't say something
40set bMotionInfo(maxIdleGap) 45
41set bMotionInfo(brigDelay) 30
42
43set bMotionSettings(leetRandom) 0.5
44
45set bMotionSettings(languages) "en,nl"
46set bMotionInfo(language) "en"
47
Note: See TracBrowser for help on using the repository browser.