Changeset 2383:e1dd9e886ddd for doc

Show
Ignore:
Timestamp:
09/14/08 20:38:22 (4 months ago)
Author:
dunker@…
Branch:
default
Message:

more docs

Location:
doc/plugins
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • doc/plugins/8b

    r2381 r2383  
    1010:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
     12:distribution: remote 
    1213:website: http://plugins.gozerbot.org 
    1314:license: Public Domain 
     
    4243 
    4344        <user> !8b 
    44         <output> Concentrate and ask again. 
     45        <output> Yes. 
  • doc/plugins/ALIAS

    r2382 r2383  
    1010:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    12 :website: http://plugins.gozerbot.org 
     12:distribution: core 
    1313:license: Public Domain 
    1414  
     
    4444 
    4545        <user> !alias-del ll 
    46         <output> there is no ll alias 
     46        <output> alias deleted 
    47472) *alias-get* 
    4848 
  • doc/plugins/ALL

    r2161 r2383  
    1010:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    12 :website: http://plugins.gozerbot.org 
     12:distribution: core 
    1313:license: Public Domain 
    1414  
     
    3030|  
    3131 
     321) *all-add* 
    3233 
    33 1) all-add 
     34    :description: add command to be allowed by all users 
    3435 
    35     add command to be allowed by all users 
     36    :permissions: OPER 
     37 
     38    :examples: 
    3639 
    3740    :: 
     
    3942        <user> !all-add version 
    4043        <output> version command is now allowed for all clients 
     442) *all-list* 
    4145 
    42 3) all-list 
     46    :description: list commands allowed by all users 
    4347 
    44     list commands allowed by all users 
     48    :permissions: OPER 
     49 
     50    :examples: 
    4551 
    4652    :: 
     
    4854        <user> !all-list 
    4955        <output> version 
     563) *all-del* 
    5057 
    51 3) all-del 
     58    :description: remove command from the allowed list 
    5259 
    53     remove command from the allowed list 
     60    :permissions: OPER 
     61 
     62    :examples: 
    5463 
    5564    :: 
  • doc/plugins/AT

    r2162 r2383  
    1010:author:  Wijnand 'tehmaze' Modderman - http://tehmaze.com 
    1111:contact: IRCNET/#dunkbots 
    12 :website: http://plugins.gozerbot.org 
     12:distribution: core 
    1313:license:  BSD 
    1414  
     
    3030|  
    3131 
     321) *at* 
    3233 
    33 1) at 
     34    :description: start a job at given time 
    3435 
    35     start a job at given time 
     36    :permissions: USER 
     37 
     38    :examples: 
    3639 
    3740    :: 
     
    3942        <user> !at 23:00 say moooo 
    4043        <output> job scheduled 
     442) *at-list* 
    4145 
    42 3) at-list 
     46    :description: show list of at jobs 
    4347 
    44     show list of at jobs 
     48    :permissions: OPER 
     49 
     50    :examples: 
    4551 
    4652    :: 
    4753 
    4854        <user> !at-list 
    49         <output> 7: at Sun May 25 23:00:00 2008, "say moooo" 
     55        <output> 33: at Sun Sep 14 23:00:00 2008, "say moooo" 
  • doc/plugins/CHANPERM

    r2156 r2383  
    1010:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    12 :website: http://plugins.gozerbot.org 
     12:distribution: core 
    1313:license: Public Domain 
    1414  
     
    3434|  
    3535 
     361) *chanperm* 
    3637 
    37 1) chanperm 
     38    :description: show channel permissions 
    3839 
    39     show channel permissions 
     40    :permissions: OPER 
     41 
     42    :examples: 
    4043 
    4144    :: 
     
    4346        <user> !chanperm 
    4447        <output> channel #test has no permissions set 
     482) *chanperm-add* 
    4549 
    46 2) chanperm-add 
     50    :description: add channel permission <perm> 
    4751 
    48     add channel permission <perm> 
     52    :permissions: OPER 
     53 
     54    :examples: 
    4955 
    5056    :: 
     
    5258        <user> !chanperm-add ANONKARMA 
    5359        <output> ANONKARMA channel perm added 
     603) *chanperm-del* 
    5461 
    55 3) chanperm-del 
     62    :description: delete channel permission <perm> 
    5663 
    57     delete channel permission <perm> 
     64    :permissions: OPER 
     65 
     66    :examples: 
    5867 
    5968    :: 
  • doc/plugins/CHOICE

    r2156 r2383  
    1010:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    12 :website: http://plugins.gozerbot.org 
     12:distribution: core 
    1313:license: Public Domain 
    1414  
     
    3131|  
    3232 
     331) *choice* 
    3334 
    34 1) choice 
     35    :description: make a random choice 
    3536 
    36     make a random choice 
     37    :permissions: USER .. WEB .. ANON .. CLOUD 
     38 
     39    :examples: 
    3740 
    3841    :: 
     
    4447 
    4548        <user> !list | choice 
    46         <output> simplelog 
     49        <output> reverse 
  • doc/plugins/CODE

    r2156 r2383  
    1010:author:  Bart Thate <bthate@gmail.com> 
    1111:contact: IRCNET/#dunkbots 
    12 :website: http://plugins.gozerbot.org 
     12:distribution: core 
    1313:license: Public Domain 
    1414  
     
    3030|  
    3131 
     321) *code-exceptions (exceptions)* 
    3233 
    33 1) code-exceptions (exceptions) 
     34    :description: show exception list 
    3435 
    35     show exception list 
     36    :permissions: OPER 
     37 
     38    :examples: 
    3639 
    3740    :: 
     
    3942        <user> !code-exceptions 
    4043        <output> [] 
     442) *code-funcnames (funcnames)* 
    4145 
    42 2) code-funcnames (funcnames) 
     46    :description: show function names of a plugin 
    4347 
    44     show function names of a plugin 
     48    :permissions: OPER 
     49 
     50    :examples: 
    4551 
    4652    :: 
    4753 
    4854        <user> !code-funcnames birthday 
    49         <output> handle_bddel .. handle_bd .. handle_bdset .. handle_age 
     55        <output> handle_bddel .. handle_bdset .. handle_bd .. handle_age