Changeset 12505e3 for commands.c


Ignore:
Timestamp:
Jun 21, 2011, 11:19:48 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
937a00e9 (diff), f0d5ef5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge f0d5ef52c48abd4954c21397e5fba9605d8f713f into 937a00e96102f86412b6844575901e57be238546
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r117c21c r12505e3  
    656656              "show subscriptions / show subs\n"
    657657              "show terminal\n"
    658               "show timers\n"
    659658              "show variables\n"
    660659              "show variable <variable>\n"
     
    22342233  } else if (!strcmp(argv[1], "styles")) {
    22352234    owl_function_show_styles();
    2236   } else if (!strcmp(argv[1], "timers")) {
    2237     owl_function_show_timers();
    22382235  } else if (!strcmp(argv[1], "subs") || !strcmp(argv[1], "subscriptions")) {
    22392236    owl_function_getsubs();
Note: See TracChangeset for help on using the changeset viewer.