Changeset 2383:e1dd9e886ddd for doc
- Timestamp:
- 09/14/08 20:38:22 (4 months ago)
- Branch:
- default
- Location:
- doc/plugins
- Files:
-
- 7 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/plugins/8b
r2381 r2383 10 10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 :distribution: remote 12 13 :website: http://plugins.gozerbot.org 13 14 :license: Public Domain … … 42 43 43 44 <user> !8b 44 <output> Concentrate and ask again.45 <output> Yes. -
doc/plugins/ALIAS
r2382 r2383 10 10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 : website: http://plugins.gozerbot.org12 :distribution: core 13 13 :license: Public Domain 14 14 … … 44 44 45 45 <user> !alias-del ll 46 <output> there is no ll alias46 <output> alias deleted 47 47 2) *alias-get* 48 48 -
doc/plugins/ALL
r2161 r2383 10 10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 : website: http://plugins.gozerbot.org12 :distribution: core 13 13 :license: Public Domain 14 14 … … 30 30 | 31 31 32 1) *all-add* 32 33 33 1) all-add 34 :description: add command to be allowed by all users 34 35 35 add command to be allowed by all users 36 :permissions: OPER 37 38 :examples: 36 39 37 40 :: … … 39 42 <user> !all-add version 40 43 <output> version command is now allowed for all clients 44 2) *all-list* 41 45 42 3) all-list 46 :description: list commands allowed by all users 43 47 44 list commands allowed by all users 48 :permissions: OPER 49 50 :examples: 45 51 46 52 :: … … 48 54 <user> !all-list 49 55 <output> version 56 3) *all-del* 50 57 51 3) all-del 58 :description: remove command from the allowed list 52 59 53 remove command from the allowed list 60 :permissions: OPER 61 62 :examples: 54 63 55 64 :: -
doc/plugins/AT
r2162 r2383 10 10 :author: Wijnand 'tehmaze' Modderman - http://tehmaze.com 11 11 :contact: IRCNET/#dunkbots 12 : website: http://plugins.gozerbot.org12 :distribution: core 13 13 :license: BSD 14 14 … … 30 30 | 31 31 32 1) *at* 32 33 33 1) at 34 :description: start a job at given time 34 35 35 start a job at given time 36 :permissions: USER 37 38 :examples: 36 39 37 40 :: … … 39 42 <user> !at 23:00 say moooo 40 43 <output> job scheduled 44 2) *at-list* 41 45 42 3) at-list 46 :description: show list of at jobs 43 47 44 show list of at jobs 48 :permissions: OPER 49 50 :examples: 45 51 46 52 :: 47 53 48 54 <user> !at-list 49 <output> 7: at Sun May 2523:00:00 2008, "say moooo"55 <output> 33: at Sun Sep 14 23:00:00 2008, "say moooo" -
doc/plugins/CHANPERM
r2156 r2383 10 10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 : website: http://plugins.gozerbot.org12 :distribution: core 13 13 :license: Public Domain 14 14 … … 34 34 | 35 35 36 1) *chanperm* 36 37 37 1) chanperm 38 :description: show channel permissions 38 39 39 show channel permissions 40 :permissions: OPER 41 42 :examples: 40 43 41 44 :: … … 43 46 <user> !chanperm 44 47 <output> channel #test has no permissions set 48 2) *chanperm-add* 45 49 46 2) chanperm-add 50 :description: add channel permission <perm> 47 51 48 add channel permission <perm> 52 :permissions: OPER 53 54 :examples: 49 55 50 56 :: … … 52 58 <user> !chanperm-add ANONKARMA 53 59 <output> ANONKARMA channel perm added 60 3) *chanperm-del* 54 61 55 3) chanperm-del 62 :description: delete channel permission <perm> 56 63 57 delete channel permission <perm> 64 :permissions: OPER 65 66 :examples: 58 67 59 68 :: -
doc/plugins/CHOICE
r2156 r2383 10 10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 : website: http://plugins.gozerbot.org12 :distribution: core 13 13 :license: Public Domain 14 14 … … 31 31 | 32 32 33 1) *choice* 33 34 34 1)choice35 :description: make a random choice 35 36 36 make a random choice 37 :permissions: USER .. WEB .. ANON .. CLOUD 38 39 :examples: 37 40 38 41 :: … … 44 47 45 48 <user> !list | choice 46 <output> simplelog49 <output> reverse -
doc/plugins/CODE
r2156 r2383 10 10 :author: Bart Thate <bthate@gmail.com> 11 11 :contact: IRCNET/#dunkbots 12 : website: http://plugins.gozerbot.org12 :distribution: core 13 13 :license: Public Domain 14 14 … … 30 30 | 31 31 32 1) *code-exceptions (exceptions)* 32 33 33 1) code-exceptions (exceptions) 34 :description: show exception list 34 35 35 show exception list 36 :permissions: OPER 37 38 :examples: 36 39 37 40 :: … … 39 42 <user> !code-exceptions 40 43 <output> [] 44 2) *code-funcnames (funcnames)* 41 45 42 2) code-funcnames (funcnames) 46 :description: show function names of a plugin 43 47 44 show function names of a plugin 48 :permissions: OPER 49 50 :examples: 45 51 46 52 :: 47 53 48 54 <user> !code-funcnames birthday 49 <output> handle_bddel .. handle_bd .. handle_bdset.. handle_age55 <output> handle_bddel .. handle_bdset .. handle_bd .. handle_age
