| 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 | |
|---|
| 23 | set bMotionInfo(gender) "male" |
|---|
| 24 | set bMotionInfo(balefire) 1 |
|---|
| 25 | set bMotionInfo(randomChannels) { "#molsoft" "#ags" "#exeter" "#namcoarcade" "#startrek" } |
|---|
| 26 | #set bMotionInfo(randomChannels) { "#molsoft" } |
|---|
| 27 | set bMotionInfo(orientation) "straight" |
|---|
| 28 | #set bMotionInfo(orientation) "bi" |
|---|
| 29 | set bMotionSettings(needI) 1 |
|---|
| 30 | set bMotionSettings(melMode) 0 |
|---|
| 31 | set bMotionSettings(botnicks) "nt|bots|the bots" |
|---|
| 32 | set bMotionSettings(typos) 7 |
|---|
| 33 | set bMotionSettings(colloq) 10 |
|---|
| 34 | set bMotionSettings(noPlugin) "simple:huk,complex:wb" |
|---|
| 35 | #minutes |
|---|
| 36 | set bMotionInfo(minRandomDelay) 20 |
|---|
| 37 | set bMotionInfo(maxRandomDelay) 120 |
|---|
| 38 | |
|---|
| 39 | # if nothing's happened on this channel for this much time, don't say something |
|---|
| 40 | set bMotionInfo(maxIdleGap) 45 |
|---|
| 41 | set bMotionInfo(brigDelay) 30 |
|---|
| 42 | |
|---|
| 43 | set bMotionSettings(leetRandom) 0.5 |
|---|
| 44 | |
|---|
| 45 | set bMotionSettings(languages) "en,nl" |
|---|
| 46 | set bMotionInfo(language) "en" |
|---|
| 47 | |
|---|