Changeset 937

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

tidy up header comments

Location:
trunk/modules
Files:
18 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/abstract.tcl

    r891 r937  
    11# bMotion - Abstract Handling 
    2 # 
    3 # $Id$ 
    42# 
    53 
    64############################################################################### 
    75# bMotion - an 'AI' TCL script for eggdrops 
    8 # Copyright (C) James Michael Seward 2000-2003 
     6# Copyright (C) James Michael Seward 2000-2008 
    97# 
    108# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/counters.tcl

    r673 r937  
    11# bMotion - Internal counters 
    2 # 
    3 # $Id$ 
    42# 
    53 
    64############################################################################### 
    75# bMotion - an 'AI' TCL script for eggdrops 
    8 # Copyright (C) James Michael Seward 2000-2003 
     6# Copyright (C) James Michael Seward 2000-2008 
    97# 
    108# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/diagnostics.tcl

    r844 r937  
    11# bMotion - Diagnostics 
    22# 
    3 # vim: foldmethod=marker:foldmarker=<<<,>>>:foldcolumn=3 
    43 
    54############################################################################### 
    65# bMotion - an 'AI' TCL script for eggdrops 
    7 # Copyright (C) James Michael Seward 2000-2002 
     6# Copyright (C) James Michael Seward 2000-2008 
    87# 
    98# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/events.tcl

    r912 r937  
    44############################################################################### 
    55# bMotion - an 'AI' TCL script for eggdrops 
    6 # Copyright (C) James Michael Seward 2000-2002 
     6# Copyright (C) James Michael Seward 2000-2008 
    77# 
    88# This program is free software; you can redistribute it and/or modify 
     
    2020# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    2121############################################################################### 
    22  
    23 ### Register our counters <<<1 
    24 bMotion_counter_init "events" "simpleplugins" 
    25 bMotion_counter_init "events" "complexplugins" 
    26 bMotion_counter_init "events" "lines" 
    2722 
    2823### bMotionDoEventResponse <<<1 
  • trunk/modules/events_support.tcl

    r851 r937  
    11# bMotion - event supporting functions 
    22# 
    3 # $Id$ 
    4 # 
    5 ############################################################################### 
    63 
    74# bMotion - an 'AI' TCL script for eggdrops 
    8 # Copyright (C) James Michael Seward 2000-2002 
     5# Copyright (C) James Michael Seward 2000-2008 
    96# 
    107# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/flood.tcl

    r729 r937  
    11# bMotion - Flood checking 
    22# 
    3 # $Id$ 
    4 # 
    5 # vim: fdm=indent fdn=1 
    63 
    74 
    85############################################################################### 
    96# bMotion - an 'AI' TCL script for eggdrops 
    10 # Copyright (C) James Michael Seward 2000-2002 
     7# Copyright (C) James Michael Seward 2000-2008 
    118# 
    129# This program is free software; you can redistribute it and/or modify 
     
    2421# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    2522############################################################################### 
    26  
    27 # init our counters 
    28 bMotion_counter_init "flood" "checks" 
    2923 
    3024# We're going to track flooding PER NICK globally, not per channel 
  • trunk/modules/friendship.tcl

    r891 r937  
    11# bMotion - friendship handler 
    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 
  • trunk/modules/interbot.tcl

    r890 r937  
    11# bMotion - interbot stuff 
    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 
  • trunk/modules/leet.tcl

    r794 r937  
    11# bMotion - Leet-izer 
    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 
  • trunk/modules/leet_settings.tcl

    r2 r937  
    11############################################################################### 
    22# bMotion - an 'AI' TCL script for eggdrops 
    3 # Copyright (C) James Michael Seward 2000-2002 
     3# Copyright (C) James Michael Seward 2000-2008 
    44# 
    55# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/mood.tcl

    r835 r937  
    11# bMotion - Mood handling 
    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 
  • trunk/modules/output.tcl

    r929 r937  
    11#bMotion - Output functions 
    22# 
    3 # vim: fdm=indent fdn=1 
    43 
    54############################################################################### 
    65# bMotion - an 'AI' TCL script for eggdrops 
    7 # Copyright (C) James Michael Seward 2000-2002 
     6# Copyright (C) James Michael Seward 2000-2008 
    87# 
    98# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/plugins.tcl

    r907 r937  
    11## plugins engine for bMotion 
    22# 
    3 # $Id$ 
    4 # 
    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 
  • trunk/modules/plugins_settings.tcl

    r651 r937  
    11## plugins settings engine for bMotion 
    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 
  • trunk/modules/queue.tcl

    r731 r937  
    11#bMotion - queue functions 
    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 
  • trunk/modules/settings.sample.tcl

    r898 r937  
    66############################################################################### 
    77# bMotion - an 'AI' TCL script for eggdrops 
    8 # Copyright (C) James Michael Seward 2000-2002 
     8# Copyright (C) James Michael Seward 2000-2008 
    99# 
    1010# This program is free software; you can redistribute it and/or modify 
  • trunk/modules/system.tcl

    r929 r937  
    11# bMotion - System functions 
    22# 
    3 # vim: foldmethod=marker:foldmarker=<<<,>>>:foldcolumn=3 
    43 
    54############################################################################### 
    65# bMotion - an 'AI' TCL script for eggdrops 
    7 # Copyright (C) James Michael Seward 2000-2002 
     6# Copyright (C) James Michael Seward 2000-2008 
    87# 
    98# This program is free software; you can redistribute it and/or modify 
  • 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