Changeset 937 for trunk/modules/variables.tcl
- Timestamp:
- 30/06/2008 17:18:54 (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/variables.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
