Changeset 865


Ignore:
Timestamp:
10/28/07 13:46:58 (5 years ago)
Author:
james
Message:

updates from 0.1.0 release

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r641 r865  
    99Code committed by: 
    1010Kev Smith 
    11 Shruuf 
     11Shruuf/Szrof 
    1212Andi Payne 
    1313Greg Sweetman 
     14znx 
    1415 
    15 My thanks to all for helping this project <3 
     16And many other people who have made suggestions, bug reports and patches...  
     17thanks to you all! <3 
    1618 
    17  
  • trunk/CHANGELOG

    r545 r865  
    11bMotion CHANGELOG 
    22----------------- 
     3 
     4v0.1.0 
     5 
     6Many many improvements, with the highlights being: 
     7 
     8o better use of interbot stuff 
     9o switched to using sample settings file, which must be copied/moved to proper settings.tcl by user 
     10o improved failsafe action handler 
     11o much better use of abstracts throughout 
     12o improvements to flood handler, including fixing not triggering at all on actions 
     13o many improvements to bMotion's internal code 
     14o moved quite a bit of bMotion's debug/diagnostic output into +d (or upgraded to +1) to stop worrying people so much 
     15o improved typos plugin 
     16o support for 0-padding in %NUMBER 
     17o many new things in abstracts 
     18o ignore !seen (to stop stupid spoonerism triggerings) 
     19o improvements to output queueing 
     20o changed %ruser and %rbot to take filters; replaces PICKUSER/PICKBOT 
     21o don't break with someone stuck in the brig 
     22o merged several similar output plugins into "append" output plugin 
     23o snap plugin now behaves better 
     24 
     25+ scots output plugin 
     26+ ___? in my ___? plugin 
     27+ bot now has bedtime/wakeytime and goes to sleep 
     28+ notlong plugin 
     29+ M&S spoof advert plugin 
     30+ pants plugin 
     31+ ,8 plugin 
     32+ random number plugin 
     33+ lifted plugin 
     34+ nn plugin 
     35+ plus plugin 
     36+ version admin plugin 
     37+ support for date-specific abstracts (e.g. haloween) 
     38+ numberwang plugin 
     39+ takethat plugin 
     40+ %TIME output macro 
     41+ "diddydots" output plugin 
     42+ fish (Red Dwarf) plugin 
     43+ simpsons plugin 
     44+ worried plugin 
     45+ eitheror plugin 
     46+ more diagnostics including spotting broken plugins 
     47+ store our data in new local/ directory, not in random places elsewhere 
     48+ respond to being voiced/devoiced 
     49+ much better question handler 
     50+ added interbot admin command 
     51+ added %DELAY output macro 
     52+ now playing plugin 
     53+ %PLURAL{} output macro 
     54+ welsh output plugin 
     55+ knockknock plugin 
     56+ experimental bitlbee supprt 
     57+ shows plugin 
     58+ spelling nazi plugin 
     59+ spoonerism plugin 
     60+ so's your face plugin 
     61+ nipples plugin 
     62+ ebonics output plugin 
     63 
     64- removed PICKUSER and PICKBOT (use %ruser{} instead) 
     65 
    366 
    467v0.0.9 
  • trunk/VERSION

    r651 r865  
    11# Do not delete this file 
    2 set bMotionVersion "0.0.9+svn" 
     2set bMotionVersion "0.1.0+svn" 
  • trunk/modules/output.tcl

    r810 r865  
    637637    return [bMotionWashNick $nick] 
    638638  } 
    639   putloglev 2 * "bMotion: found $handle, IRLs are $realname" 
     639  bMotion_putloglev 2 * "bMotion: found $handle, IRLs are $realname" 
    640640  return [pickRandom $realname] 
    641641} 
     
    675675    return $nick 
    676676  } 
    677   putloglev 2 * "bMotion: IRLs for $handle are $realname" 
     677  bMotion_putloglev 2 * "bMotion: IRLs for $handle are $realname" 
    678678  return [pickRandom $realname] 
    679679} 
Note: See TracChangeset for help on using the changeset viewer.