Software Freedom Law Center

Changeset 200

Show
Ignore:
Timestamp:
08/07/08 04:09:12 (4 months ago)
Author:
landon
Message:

Changed how some of the basic command replies are worded

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/antimatter/luke/myplugs/libtracker/timeparser.py

    r199 r200  
    2121    if (ievent.command == "lt-del"): 
    2222        result = user_del_handler(ievent, user) 
    23         ievent.reply("Deleted: ", result=result, dot = ", ") 
     23        ievent.reply("Delete: ", result=result, dot = ", ") 
    2424        return 
    2525    if (ievent.command == "lt-start"): 
    2626        result = user_start_handler(ievent, user) 
    27         ievent.reply("Starting: " + result) 
     27        ievent.reply("Start: " + result) 
    2828        return 
    2929    if (ievent.command == "lt-stop"): 
    3030        result = user_stop_handler(ievent, user) 
    31         ievent.reply("Stopping: " + repr(result)) 
     31        ievent.reply("Stop: " + repr(result)) 
    3232        return 
    3333    if (ievent.command == "lt-push"): 
    3434        result = user_push_handler(ievent, user) 
    35         ievent.reply("Pushed: " + repr(result)
     35        ievent.reply("Push: " + result
    3636        return 
    3737    if (ievent.command == "lt-pop"): 
     38        result = user_pop_handler(ievent, user) 
     39        ievent.reply("Pop: " + result) 
    3840        return 
    3941    result = add_extract(ievent) 

SFLC Main Page

[frdm] Support SFLC