Changeset 865
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r641 r865 9 9 Code committed by: 10 10 Kev Smith 11 Shruuf 11 Shruuf/Szrof 12 12 Andi Payne 13 13 Greg Sweetman 14 znx 14 15 15 My thanks to all for helping this project <3 16 And many other people who have made suggestions, bug reports and patches... 17 thanks to you all! <3 16 18 17 -
trunk/CHANGELOG
r545 r865 1 1 bMotion CHANGELOG 2 2 ----------------- 3 4 v0.1.0 5 6 Many many improvements, with the highlights being: 7 8 o better use of interbot stuff 9 o switched to using sample settings file, which must be copied/moved to proper settings.tcl by user 10 o improved failsafe action handler 11 o much better use of abstracts throughout 12 o improvements to flood handler, including fixing not triggering at all on actions 13 o many improvements to bMotion's internal code 14 o moved quite a bit of bMotion's debug/diagnostic output into +d (or upgraded to +1) to stop worrying people so much 15 o improved typos plugin 16 o support for 0-padding in %NUMBER 17 o many new things in abstracts 18 o ignore !seen (to stop stupid spoonerism triggerings) 19 o improvements to output queueing 20 o changed %ruser and %rbot to take filters; replaces PICKUSER/PICKBOT 21 o don't break with someone stuck in the brig 22 o merged several similar output plugins into "append" output plugin 23 o 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 3 66 4 67 v0.0.9 -
trunk/VERSION
r651 r865 1 1 # Do not delete this file 2 set bMotionVersion "0. 0.9+svn"2 set bMotionVersion "0.1.0+svn" -
trunk/modules/output.tcl
r810 r865 637 637 return [bMotionWashNick $nick] 638 638 } 639 putloglev 2 * "bMotion: found $handle, IRLs are $realname"639 bMotion_putloglev 2 * "bMotion: found $handle, IRLs are $realname" 640 640 return [pickRandom $realname] 641 641 } … … 675 675 return $nick 676 676 } 677 putloglev 2 * "bMotion: IRLs for $handle are $realname"677 bMotion_putloglev 2 * "bMotion: IRLs for $handle are $realname" 678 678 return [pickRandom $realname] 679 679 }
Note: See TracChangeset
for help on using the changeset viewer.
