Changeset 28 for trunk/README


Ignore:
Timestamp:
12/13/02 19:42:37 (9 years ago)
Author:
jamesoff
Message:

Fixed formatting errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r2 r28  
    3838* An eggdrop, already set up and working. (If you don't know  
    3939how to do this, or what I'm talking about, stop reading right here.)  
    40 * A cup of  
    41 coffee 
     40* A cup of coffee 
    4241 
    4342To get the latest bMotion release source, download it from  
     
    6261like this: 
    6362 
    64 set bMotionModules “scripts/bmotion/modules” set bMotionPlugins  
    65 “scripts/bmotion/plugins” 
    66  
     63set bMotionModules "scripts/bmotion/modules" 
     64set bMotionPlugins "scripts/bmotion/plugins" 
    6765 
    6866 
     
    7472to change these, so pay attention: 
    7573 
    76 set bMotionInfo(gender) “male” This sets the bot's gender. Choose from “male” or  
    77 “female” 
    78  
    79 set bMotionInfo(balefire) 1 A somewhat traditionally-named setting. This  
     74set bMotionInfo(gender) "male"  
     75This sets the bot's gender. Choose from "male" or "female" 
     76 
     77set bMotionInfo(balefire) 1  
     78A somewhat traditionally-named setting. This  
    8079determines if the bot responds to things not directly addressed to it that you  
    8180wouldn't want more than one bot to answer. If you have only one bMotion bot on a  
    8281channel, set it to 1, else set it to 0 on all but one of the bots. 
    8382 
    84 set bMotionInfo(randomChannels) { “#molsoft” “#ags” “#exeter” “#namcoarcade”  
    85 “#startrek” } This is the list of the channels bMotion should be active on. If  
     83set bMotionInfo(randomChannels) { "#molsoft" "#ags" "#exeter" "#namcoarcade"  
     84"#startrek" }  
     85This is the list of the channels bMotion should be active on. If  
    8686the bot's on a channel not listed here, it will ignore all bMotion  
    8787commands/events there. Putting a channel in here that the bot isn't on will  
     
    9090welcome. 
    9191 
    92 set bMotionInfo(orientation) “straight” Set the bot's sexual orientation. Choose  
    93 “straight”, “bi”, “gay”, or “lesbian” 
    94  
    95 set bMotionSettings(needI) 1 Set this to one to require users to have the global  
     92set bMotionInfo(orientation) "straight"  
     93Set the bot's sexual orientation. Choose  
     94"straight", "bi", "gay", or "lesbian" 
     95 
     96set bMotionSettings(needI) 1  
     97Set this to one to require users to have the global  
    9698I (that's capital i) flag for most of bMotion to respond to them. This flag  
    9799isn't used much now anyway. Set it to 0 to have the bot treat all users equally. 
    98100 
    99 set bMotionSettings(melMode) 0 Set this to 1 to make the bot ignore its morals  
     101set bMotionSettings(melMode) 0  
     102Set this to 1 to make the bot ignore its morals  
    100103and sleep with anyone, regardless of gender or orientation. 
    101104 
    102 set bMotionSettings(botnicks) “nt|bots|the bots” This is an important one. It  
     105set bMotionSettings(botnicks) "nt|bots|the bots"  
     106This is an important one. It  
    103107defines the names your bot understands as referring to itself. (My bot is called  
    104108NoTopic, so the first field is nt). List all the names it should respond to,  
     
    107111always respond to that. 
    108112 
    109 set bMotionSettings(typos) 7 A factor affecting how many typos the bot should  
     113set bMotionSettings(typos) 7  
     114A factor affecting how many typos the bot should  
    110115make. 100 will make the bot make typos almost continuously, 0 will stop it.  
    111116(This is used by the output_typos plugin. See the section on Managing bMotion  
    112117for more information about turning plugins on and off.) 
    113118 
    114 set bMotionSettings(colloq) 10 A factor affecting how much the bot will use  
     119set bMotionSettings(colloq) 10  
     120A factor affecting how much the bot will use  
    115121(English) colloquialisms (common expressions). Values are 0 to 100 as above. 
    116122 
    117 set bMotionSettings(noPlugin) “simple:huk,complex:wb” If you don't want bMotion  
     123set bMotionSettings(noPlugin) "simple:huk,complex:wb"  
     124If you don't want bMotion  
    118125to load a plugin ever, but don't want to delete the file, list them here using  
    119126<type>:<name>. You can list more than one by separating them with commas. See  
     
    122129 
    123130 
    124 set bMotionInfo(minRandomDelay) 20 set bMotionInfo(maxRandomDelay) 120 These two  
    125 settings control how often the bot does random things (like going “lalala” and  
     131set bMotionInfo(minRandomDelay) 20  
     132set bMotionInfo(maxRandomDelay) 120  
     133These two  
     134settings control how often the bot does random things (like going "lalala" and  
    126135stuff). The first sets the minimum length of the gap between events, and the  
    127136latter sets the longest delay. bMotion will pick a value between the two. These  
    128137values are both in minutes. 
    129138 
    130 set bMotionInfo(maxIdleGap) 45 This setting stops the bot talking to itself.  
    131 During bMotion's early days, it was common for it to chatter (“lalala”) to  
     139set bMotionInfo(maxIdleGap) 45  
     140This setting stops the bot talking to itself.  
     141During bMotion's early days, it was common for it to chatter ("lalala") to  
    132142itself overnight even though everyone else in the channel was idle. If there has  
    133143been no activity on a channel for more than this many minutes, bMotion will keep  
    134144quiet (or set itself away until people start talking again). 
    135145 
    136 set bMotionInfo(brigDelay) 30 This is the number of seconds someone should be  
     146set bMotionInfo(brigDelay) 30  
     147This is the number of seconds someone should be  
    137148kept in the brig before being tried by the courtmartial plugin. 
    138149 
    139 set bMotionSettings(leetRandom) 0.5 How often the bot should say something in  
     150set bMotionSettings(leetRandom) 0.5  
     151How often the bot should say something in  
    1401521337-speak randomly. Values are 0-100. 
    141153 
    142 set bMotionSettings(languages) “en,nl” set bMotionInfo(language) “en” Choose the  
     154set bMotionSettings(languages) "en,nl"  
     155set bMotionInfo(language) "en"  
     156Choose the  
    143157languages bMotion thinks it can speak. Changing these won't actually make the  
    144158bot speak a different language; they change which plugins it loads. Currently,  
     
    165179slightly different). 
    166180 
    167 Find the line that looks like this: set userinfo-fields “URL BF GF IRL EMAIL DOB  
    168 PHONE ICQ” 
    169  
    170 Add “GENDER IRL” to the list. Save the file.  
     181Find the line that looks like this: set userinfo-fields "URL BF GF IRL EMAIL DOB  
     182PHONE ICQ" 
     183 
     184Add "GENDER IRL" to the list. Save the file.  
    171185(End optional section). 
    172186 
Note: See TracChangeset for help on using the changeset viewer.