TODO


about


author:FeedBackLoop <feedbackloop@gmail.com>
contact:FREENODE/#fbf
distribution:core
license:

description


provide todo related commands.

commands


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

  1. todo .. [handle_todo]

    description:todo [<item>] .. show todo’s or set todo item .. a time/date can be given.
    permissions:USER
    code:todo command.
    examples:
    <user> ;todo
    <output> nothing todo ;]
    <user> ;todo program the bot
    <output> todo item 1 added
    <user> ;todo 22:00 sleep
    <output> time detected Tue Oct 2 22:00:00 2012
    <output> todo item 2 added
  2. todo-chan .. [handle_chantodo]

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

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

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

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

    description:todo-getprio <[channel|name]> <itemnr> .. get priority of todo item
    permissions:USER
    code:todo-getprio command.
    examples:
    <user> ;todo-getprio #dunkbots 5
    <output> no todoitems known for #dunkbots
    <user> ;todo-getprio 3
    <output> no todoitems known for test
  7. todo-set .. [handle_settodo]

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

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

    description:todo-settime [<channel|name>] <itemnr> <timestring> .. set time on todo item
    permissions:USER
    code:todo-settime command.
    examples:
    <user> ;todo-settime #dunkbots 2 13:00
    <output> todo-settime [<channe|namel>] <itemnr> <timestring>
    <user> ;todo-settime owner 3 2-2-2010
    <output> todo-settime [<channe|namel>] <itemnr> <timestring>
    <user> ;todo-settime 2 22:00
    <output> no todo 2 found for ;todo-settime
  10. todo-time .. [handle_todotime]

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

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

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

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

Table Of Contents

Previous topic

QUOTE

Next topic

imports

This Page