diff options
Diffstat (limited to 'src/plugins/rmodifier/rmodifier-command.c')
-rw-r--r-- | src/plugins/rmodifier/rmodifier-command.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/rmodifier/rmodifier-command.c b/src/plugins/rmodifier/rmodifier-command.c index 18990f9d0..6a4bfd470 100644 --- a/src/plugins/rmodifier/rmodifier-command.c +++ b/src/plugins/rmodifier/rmodifier-command.c @@ -30,7 +30,7 @@ /* - * rmodifier_command_print: print a rmodifier + * Displays a rmodifier. */ void @@ -55,7 +55,7 @@ rmodifier_command_print (const char *name, const char *modifiers, } /* - * rmodifier_command_list: list rmodifiers + * Displays list of rmodifiers. */ void @@ -81,7 +81,7 @@ rmodifier_command_list (const char *message) } /* - * rmodifier_command_cb: manage rmodifiers + * Callback for command "/rmodifier": manages rmodifiers. */ int @@ -139,7 +139,7 @@ rmodifier_command_cb (void *data, struct t_gui_buffer *buffer, int argc, argv[2]); return WEECHAT_RC_OK; } - /* create config option */ + /* create configuration option */ ptr_option = weechat_config_search_option (rmodifier_config_file, rmodifier_config_section_modifier, argv[2]); @@ -226,7 +226,7 @@ rmodifier_command_cb (void *data, struct t_gui_buffer *buffer, int argc, } /* - * rmodifier_command_init: add /rmodifier command + * Hooks command. */ void |