Changeset 28
- Timestamp:
- 12/13/02 19:42:37 (9 years ago)
- File:
-
- 1 edited
-
trunk/README (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r27 r28 38 38 * An eggdrop, already set up and working. (If you don't know 39 39 how to do this, or what I'm talking about, stop reading right here.) 40 * A cup of 41 coffee 40 * A cup of coffee 42 41 43 42 To get the latest bMotion release source, download it from … … 62 61 like this: 63 62 64 set bMotionModules scripts/bmotion/modules set bMotionPlugins 65 scripts/bmotion/plugins 66 63 set bMotionModules "scripts/bmotion/modules" 64 set bMotionPlugins "scripts/bmotion/plugins" 67 65 68 66 … … 74 72 to change these, so pay attention: 75 73 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 74 set bMotionInfo(gender) "male" 75 This sets the bot's gender. Choose from "male" or "female" 76 77 set bMotionInfo(balefire) 1 78 A somewhat traditionally-named setting. This 80 79 determines if the bot responds to things not directly addressed to it that you 81 80 wouldn't want more than one bot to answer. If you have only one bMotion bot on a 82 81 channel, set it to 1, else set it to 0 on all but one of the bots. 83 82 84 set bMotionInfo(randomChannels) { #molsoft #ags #exeter #namcoarcade 85 #startrek } This is the list of the channels bMotion should be active on. If 83 set bMotionInfo(randomChannels) { "#molsoft" "#ags" "#exeter" "#namcoarcade" 84 "#startrek" } 85 This is the list of the channels bMotion should be active on. If 86 86 the bot's on a channel not listed here, it will ignore all bMotion 87 87 commands/events there. Putting a channel in here that the bot isn't on will … … 90 90 welcome. 91 91 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 92 set bMotionInfo(orientation) "straight" 93 Set the bot's sexual orientation. Choose 94 "straight", "bi", "gay", or "lesbian" 95 96 set bMotionSettings(needI) 1 97 Set this to one to require users to have the global 96 98 I (that's capital i) flag for most of bMotion to respond to them. This flag 97 99 isn't used much now anyway. Set it to 0 to have the bot treat all users equally. 98 100 99 set bMotionSettings(melMode) 0 Set this to 1 to make the bot ignore its morals 101 set bMotionSettings(melMode) 0 102 Set this to 1 to make the bot ignore its morals 100 103 and sleep with anyone, regardless of gender or orientation. 101 104 102 set bMotionSettings(botnicks) nt|bots|the bots This is an important one. It 105 set bMotionSettings(botnicks) "nt|bots|the bots" 106 This is an important one. It 103 107 defines the names your bot understands as referring to itself. (My bot is called 104 108 NoTopic, so the first field is nt). List all the names it should respond to, … … 107 111 always respond to that. 108 112 109 set bMotionSettings(typos) 7 A factor affecting how many typos the bot should 113 set bMotionSettings(typos) 7 114 A factor affecting how many typos the bot should 110 115 make. 100 will make the bot make typos almost continuously, 0 will stop it. 111 116 (This is used by the output_typos plugin. See the section on Managing bMotion 112 117 for more information about turning plugins on and off.) 113 118 114 set bMotionSettings(colloq) 10 A factor affecting how much the bot will use 119 set bMotionSettings(colloq) 10 120 A factor affecting how much the bot will use 115 121 (English) colloquialisms (common expressions). Values are 0 to 100 as above. 116 122 117 set bMotionSettings(noPlugin) simple:huk,complex:wb If you don't want bMotion 123 set bMotionSettings(noPlugin) "simple:huk,complex:wb" 124 If you don't want bMotion 118 125 to load a plugin ever, but don't want to delete the file, list them here using 119 126 <type>:<name>. You can list more than one by separating them with commas. See … … 122 129 123 130 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 131 set bMotionInfo(minRandomDelay) 20 132 set bMotionInfo(maxRandomDelay) 120 133 These two 134 settings control how often the bot does random things (like going "lalala" and 126 135 stuff). The first sets the minimum length of the gap between events, and the 127 136 latter sets the longest delay. bMotion will pick a value between the two. These 128 137 values are both in minutes. 129 138 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 139 set bMotionInfo(maxIdleGap) 45 140 This setting stops the bot talking to itself. 141 During bMotion's early days, it was common for it to chatter ("lalala") to 132 142 itself overnight even though everyone else in the channel was idle. If there has 133 143 been no activity on a channel for more than this many minutes, bMotion will keep 134 144 quiet (or set itself away until people start talking again). 135 145 136 set bMotionInfo(brigDelay) 30 This is the number of seconds someone should be 146 set bMotionInfo(brigDelay) 30 147 This is the number of seconds someone should be 137 148 kept in the brig before being tried by the courtmartial plugin. 138 149 139 set bMotionSettings(leetRandom) 0.5 How often the bot should say something in 150 set bMotionSettings(leetRandom) 0.5 151 How often the bot should say something in 140 152 1337-speak randomly. Values are 0-100. 141 153 142 set bMotionSettings(languages) en,nl set bMotionInfo(language) en Choose the 154 set bMotionSettings(languages) "en,nl" 155 set bMotionInfo(language) "en" 156 Choose the 143 157 languages bMotion thinks it can speak. Changing these won't actually make the 144 158 bot speak a different language; they change which plugins it loads. Currently, … … 165 179 slightly different). 166 180 167 Find the line that looks like this: set userinfo-fields URL BF GF IRL EMAIL DOB168 PHONE ICQ 169 170 Add GENDER IRLto the list. Save the file.181 Find the line that looks like this: set userinfo-fields "URL BF GF IRL EMAIL DOB 182 PHONE ICQ" 183 184 Add "GENDER IRL" to the list. Save the file. 171 185 (End optional section). 172 186
Note: See TracChangeset
for help on using the changeset viewer.
