TODO2


about


author:Bart Thate <bthate@gmail.com>
contact:IRCNET/#dunkbots
distribution:core
license:MIT

description


provide todo related commands

commands


commands in this plugin:
 t-week .. t-done .. t-setprio .. t-tomorrow .. t-settime .. t-set .. t-chan .. t-time .. t-today .. t-get .. t-getprio .. t .. t-chandone

  1. t .. [handle_todo]

    description:todo [<item>] .. show todo’s or set todo item .. a time/date can be given.
    permissions:USER
    code:jsb.plugs.db.todo2_t_command.
    examples:
    <user> ;todo
    <output> todo for test: 1) [10] TOO LATE: Fri Mar 23 22:00:00 2012 22:00 sleep 2) program the bot 3) TOO LATE: Fri Mar 23 22:00:00 2012 22:00 sleep 4) program the bot 5) TOO LATE: Fri Mar 23 22:00:00 2012 22:00 sleep
    <user> ;todo program the bot
    <output> todo item 7 added
    <user> ;todo 22:00 sleep
    <output> time detected Sat Mar 24 22:00:00 2012
    <output> todo item 9 added
  2. t-chan .. [handle_chantodo]

    description:t-chan [<item>] .. show channel todo’s or set todo item for channel
    permissions:USER
    code:t-chan command.
    examples:
    <user> ;t-chan fix bla
    <output> todo item 21 added
  3. t-chandone .. [handle_todochandone]

    description:t-chandone <listofnrs> .. remove channel todo item
    permissions:USER
    code:t-chandone command.
    examples:
    <user> ;t-chandone 2
    <output> no items deleted
  4. t-done .. [handle_tododone]

    description:t-done <listofnrs> .. remove todo items
    permissions:USER
    code:t-done command.
    examples:
    <user> ;t-done 1
    <output> no items deleted
    <user> ;t-done 3 5 8
    <output> no items deleted
  5. t-get .. [handle_gettodo]

    description:t-get <nick> .. get todo of another user
    permissions:USER .. WEB
    code:t-get command.
    examples:
    <user> ;t-get dunker
    <output> can't find userhost for dunker
  6. t-getprio .. [handle_getpriority]

    description:todo-getprio <[channel|name]> <itemnr> .. get priority of todo item
    permissions:USER
    code:t-getprio command.
    examples:
    <user> ;todo-getprio #dunkbots 5
    <output> 5 item in todolist
    <user> ;todo-getprio 3
    <output> priority is 0
  7. t-set .. [handle_settodo]

    description:t-set <name> <txt> .. add a todo to another user’s todo list
    permissions:USER
    code:t-set command.
    examples:
    <user> ;t-set dunker bot proggen
    <output> can't find userhost for dunker
  8. t-setprio .. [handle_setpriority]

    description:t-setprio [<channel|name>] <itemnr> <prio> .. show priority on todo item
    permissions:USER
    code:t-setprio command.
    examples:
    <user> ;todo-setprio #dunkbots 2 5
    <output> todo-setprio <itemnr> <priority>
    <user> ;todo-setprio owner 3 10
    <output> todo-setprio <itemnr> <priority>
    <user> ;todo-setprio 2 10
    <output> priority set
  9. t-settime .. [handle_todosettime]

    description:todo-settime [<channel|name>] <itemnr> <timestring> .. set time on todo item
    permissions:USER
    code:t-settime command.
    examples:
    <user> ;todo-settime #dunkbots 2 13:00
    <output> todo-settime <itemnr> <timestring>
    <user> ;todo-settime owner 3 2-2-2010
    <output> todo-settime <itemnr> <timestring>
    <user> ;todo-settime 2 22:00
    <output> time of todo 2 set to Sat Mar 24 22:00:00 2012
  10. t-time .. [handle_todotime]

    description:t-time .. show time related todoos
    permissions:USER
    code:t-time command.
    examples:
    <user> ;t-time
    <output> nothing todo ;]
  11. t-today .. [handle_today]

    description:t-today .. show time related todo items for today
    permissions:USER
    code:t-today command.
    examples:
    <user> ;t-today
    <output> nothing todo ;]
  12. t-tomorrow .. [handle_tomorrow]

    description:t-tomorrow .. show time related todo items for tomorrow
    permissions:USER
    code:t-tomorrow command.
    examples:
    <user> ;t-tomorrow
    <output> nothing todo ;]
  13. t-week .. [handle_todoweek]

    description:todo-week .. show time related todo items for this week
    permissions:USER
    code:t-week command.
    examples:
    <user> ;t-week
    <output> nothing todo ;]

Table Of Contents

Previous topic

QUOTE2

Next topic

AUTOVOICE

This Page