Changeset 937
- Timestamp:
- 30/06/2008 17:18:54 (5 months ago)
- Location:
- trunk/modules
- Files:
-
- 18 modified
-
abstract.tcl (modified) (1 diff)
-
counters.tcl (modified) (1 diff)
-
diagnostics.tcl (modified) (1 diff)
-
events.tcl (modified) (2 diffs)
-
events_support.tcl (modified) (1 diff)
-
flood.tcl (modified) (2 diffs)
-
friendship.tcl (modified) (1 diff)
-
interbot.tcl (modified) (1 diff)
-
leet.tcl (modified) (1 diff)
-
leet_settings.tcl (modified) (1 diff)
-
mood.tcl (modified) (1 diff)
-
output.tcl (modified) (1 diff)
-
plugins.tcl (modified) (1 diff)
-
plugins_settings.tcl (modified) (1 diff)
-
queue.tcl (modified) (1 diff)
-
settings.sample.tcl (modified) (1 diff)
-
system.tcl (modified) (1 diff)
-
variables.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/abstract.tcl
r891 r937 1 1 # bMotion - Abstract Handling 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 36 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/counters.tcl
r673 r937 1 1 # bMotion - Internal counters 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 36 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/diagnostics.tcl
r844 r937 1 1 # bMotion - Diagnostics 2 2 # 3 # vim: foldmethod=marker:foldmarker=<<<,>>>:foldcolumn=34 3 5 4 ############################################################################### 6 5 # bMotion - an 'AI' TCL script for eggdrops 7 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 8 7 # 9 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/events.tcl
r912 r937 4 4 ############################################################################### 5 5 # bMotion - an 'AI' TCL script for eggdrops 6 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 7 7 # 8 8 # This program is free software; you can redistribute it and/or modify … … 20 20 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 21 ############################################################################### 22 23 ### Register our counters <<<124 bMotion_counter_init "events" "simpleplugins"25 bMotion_counter_init "events" "complexplugins"26 bMotion_counter_init "events" "lines"27 22 28 23 ### bMotionDoEventResponse <<<1 -
trunk/modules/events_support.tcl
r851 r937 1 1 # bMotion - event supporting functions 2 2 # 3 # $Id$4 #5 ###############################################################################6 3 7 4 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 25 # Copyright (C) James Michael Seward 2000-2008 9 6 # 10 7 # This program is free software; you can redistribute it and/or modify -
trunk/modules/flood.tcl
r729 r937 1 1 # bMotion - Flood checking 2 2 # 3 # $Id$4 #5 # vim: fdm=indent fdn=16 3 7 4 8 5 ############################################################################### 9 6 # bMotion - an 'AI' TCL script for eggdrops 10 # Copyright (C) James Michael Seward 2000-200 27 # Copyright (C) James Michael Seward 2000-2008 11 8 # 12 9 # This program is free software; you can redistribute it and/or modify … … 24 21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 22 ############################################################################### 26 27 # init our counters28 bMotion_counter_init "flood" "checks"29 23 30 24 # We're going to track flooding PER NICK globally, not per channel -
trunk/modules/friendship.tcl
r891 r937 1 1 # bMotion - friendship handler 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/interbot.tcl
r890 r937 1 1 # bMotion - interbot stuff 2 #3 # $Id$#4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/leet.tcl
r794 r937 1 1 # bMotion - Leet-izer 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/leet_settings.tcl
r2 r937 1 1 ############################################################################### 2 2 # bMotion - an 'AI' TCL script for eggdrops 3 # Copyright (C) James Michael Seward 2000-200 23 # Copyright (C) James Michael Seward 2000-2008 4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/modules/mood.tcl
r835 r937 1 1 # bMotion - Mood handling 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/output.tcl
r929 r937 1 1 #bMotion - Output functions 2 2 # 3 # vim: fdm=indent fdn=14 3 5 4 ############################################################################### 6 5 # bMotion - an 'AI' TCL script for eggdrops 7 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 8 7 # 9 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/plugins.tcl
r907 r937 1 1 ## plugins engine for bMotion 2 2 # 3 # $Id$4 #5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/plugins_settings.tcl
r651 r937 1 1 ## plugins settings engine for bMotion 2 #3 # $Id: #4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/queue.tcl
r731 r937 1 1 #bMotion - queue functions 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/settings.sample.tcl
r898 r937 6 6 ############################################################################### 7 7 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 28 # Copyright (C) James Michael Seward 2000-2008 9 9 # 10 10 # This program is free software; you can redistribute it and/or modify -
trunk/modules/system.tcl
r929 r937 1 1 # bMotion - System functions 2 2 # 3 # vim: foldmethod=marker:foldmarker=<<<,>>>:foldcolumn=34 3 5 4 ############################################################################### 6 5 # bMotion - an 'AI' TCL script for eggdrops 7 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 8 7 # 9 8 # This program is free software; you can redistribute it and/or modify -
trunk/modules/variables.tcl
r884 r937 1 1 # bMotion - Global variable init 2 #3 # $Id$4 2 # 5 3 6 4 ############################################################################### 7 5 # bMotion - an 'AI' TCL script for eggdrops 8 # Copyright (C) James Michael Seward 2000-200 26 # Copyright (C) James Michael Seward 2000-2008 9 7 # 10 8 # This program is free software; you can redistribute it and/or modify … … 55 53 } 56 54 57 set bMotionCache(away) ""58 set bMotionCache(lastGreeted) ""59 set bMotionCache(lastHows) ""60 set bMotionCache(lastDoneFor) ""61 set bMotionCache(teamRocket) ""62 set bMotionCache(lastLeft) ""63 set bMotionCache(opme) ""64 set bMotionCache(typos) 065 set bMotionCache(typoFix) ""66 set bMotionCache(remoteBot) ""67 set bMotionCache(randomUser) ""55 set bMotionCache(away) "" 56 set bMotionCache(lastGreeted) "" 57 set bMotionCache(lastHows) "" 58 set bMotionCache(lastDoneFor) "" 59 set bMotionCache(teamRocket) "" 60 set bMotionCache(lastLeft) "" 61 set bMotionCache(opme) "" 62 set bMotionCache(typos) 0 63 set bMotionCache(typoFix) "" 64 set bMotionCache(remoteBot) "" 65 set bMotionCache(randomUser) "" 68 66 69 bMotion_plugins_settings_set "system" "lastPlugin" "" "" ""70 bMotion_plugins_settings_set "system" "last_simple" "" "" ""67 bMotion_plugins_settings_set "system" "lastPlugin" "" "" "" 68 bMotion_plugins_settings_set "system" "last_simple" "" "" "" 71 69 72 70 #this is set later
