Changeset 115 for trunk/README


Ignore:
Timestamp:
04/13/03 11:06:16 (9 years ago)
Author:
jamesoff
Message:

Updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r28 r115  
    4040* A cup of coffee 
    4141 
     42Version requirements: 
     43* eggdrop 1.6.x (where x is reasonably high) 
     44* TCL 8.3 or better 
     45 
     46(bMotion may work to a varying degree on older versions, but you'll get 
     47errors probably. If you're using older versions (check .status) then 
     48I strongly recommend you upgrade.) 
     49 
    4250To get the latest bMotion release source, download it from  
    4351http://bmotion.sourceforge.net 
     
    4755your bot (however, I'm not in the habit of knowingly commiting code that kills  
    4856eggdrop to CVS... after all, it's what my bot runs). 
    49  
    5057 
    5158 
     
    6471set bMotionPlugins "scripts/bmotion/plugins" 
    6572 
    66  
    6773If you put bmotion somewhere else, edit these two variables to match. Close and  
    6874save the file. 
     75 
     76(bMotion will try to load customised versions of certain files (see the manual for 
     77more on customising), and the settings file is one of them. For easier upgrades, 
     78copy modules/settings.tcl to modules/settings_BOTNETNICK.tcl (where BOTNETNICK is 
     79the value from the 'set botnetnick ...' line in your eggdrop's config). Edit that 
     80file instead of settings.tcl below.) 
    6981 
    7082Now change into the modules directory. Fire up your editor and open settings.tcl  
     
    204216To check it's working, try typing .bmadmin status on the partyline. 
    205217 
     218You can also do "!bmadmin <botnick> parse hello" in a channel and it should say hello. 
     219 
    206220Drink the coffee. 
Note: See TracChangeset for help on using the changeset viewer.