Ignore:
Timestamp:
04/28/09 19:23:31 (3 years ago)
Author:
james
Message:

Add new away admin plugin
Add some debug to randomstuff/away code
Include away status in .bmotion status
Fix .bmotion help being broken

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/plugins.tcl

    r961 r1004  
    188188        foreach key [array names bMotion_plugins_management] { 
    189189                if [string match -nocase $name $key] { 
     190                        set blah $bMotion_plugins_management($key) 
    190191                        set helpcallback [lindex $blah $BMOTION_PLUGIN_MANAGEMENT_HELPCALLBACK] 
    191192                        return $helpcallback 
Note: See TracChangeset for help on using the changeset viewer.