Show
Ignore:
Timestamp:
30/06/2008 17:18:54 (5 months ago)
Author:
james
Message:

tidy up header comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/variables.tcl

    r884 r937  
    11# bMotion - Global variable init 
    2 # 
    3 # $Id$ 
    42# 
    53 
    64############################################################################### 
    75# bMotion - an 'AI' TCL script for eggdrops 
    8 # Copyright (C) James Michael Seward 2000-2002 
     6# Copyright (C) James Michael Seward 2000-2008 
    97# 
    108# This program is free software; you can redistribute it and/or modify 
     
    5553} 
    5654 
    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) 0 
    65   set bMotionCache(typoFix) "" 
    66   set bMotionCache(remoteBot) "" 
    67   set bMotionCache(randomUser) "" 
     55set bMotionCache(away) "" 
     56set bMotionCache(lastGreeted) "" 
     57set bMotionCache(lastHows) "" 
     58set bMotionCache(lastDoneFor) "" 
     59set bMotionCache(teamRocket) "" 
     60set bMotionCache(lastLeft) "" 
     61set bMotionCache(opme) "" 
     62set bMotionCache(typos) 0 
     63set bMotionCache(typoFix) "" 
     64set bMotionCache(remoteBot) "" 
     65set bMotionCache(randomUser) "" 
    6866 
    69   bMotion_plugins_settings_set "system" "lastPlugin" "" "" "" 
    70   bMotion_plugins_settings_set "system" "last_simple" "" "" "" 
     67bMotion_plugins_settings_set "system" "lastPlugin" "" "" "" 
     68bMotion_plugins_settings_set "system" "last_simple" "" "" "" 
    7169 
    7270#this is set later