Show
Ignore:
Timestamp:
08/05/05 22:53:41 (3 years ago)
Author:
emostar
Message:

Patch by Philip to support loading/listing/unloading plugins with the fifo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/doc/README.FIFO

    r3506 r4177  
    7171  ui_message <buddy> 
    7272    Open the plugin's message composer to <buddy>. 
     73 
     74  list_plugins 
     75    Lists the loaded UI plugins. 
     76 
     77  load_plugin <plugin> 
     78    Loads the UI plugin called <plugin>. 
     79 
     80  unload_plugin <plugin> 
     81    Unloads the UI plugin called <plugin>. 
     82    Use list_plugins to see currently loaded UI plugins. 
    7383  
    7484  help <command> 
     
    8898  $ echo 'exit' > $LICQ_FIFO 
    8999   
    90