diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-13 18:51:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-13 18:51:44 +0100 |
commit | 7d34812f1cd091b70395808381469c6c1f5c659a (patch) | |
tree | 8dd82177eaad95dc216bf1b68926b8398440a198 /src/plugins/xfer/xfer-command.c | |
parent | 9db5682186de96b1deeb48e76887df7c74e77036 (diff) | |
download | weechat-7d34812f1cd091b70395808381469c6c1f5c659a.zip |
core: reformat comments for functions
Diffstat (limited to 'src/plugins/xfer/xfer-command.c')
-rw-r--r-- | src/plugins/xfer/xfer-command.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/xfer/xfer-command.c b/src/plugins/xfer/xfer-command.c index 02c834234..807079ad7 100644 --- a/src/plugins/xfer/xfer-command.c +++ b/src/plugins/xfer/xfer-command.c @@ -33,7 +33,7 @@ /* - * xfer_command_me: send a ctcp action to remote host + * Callback for command "/me": sends a ctcp action to remote host. */ int @@ -76,7 +76,7 @@ xfer_command_me (void *data, struct t_gui_buffer *buffer, int argc, } /* - * xfer_command_xfer_list: list xfer + * Displays a list of xfer. */ void @@ -193,7 +193,7 @@ xfer_command_xfer_list (int full) } /* - * xfer_command_xfer: command /xfer + * Callback for command "/xfer". */ int @@ -245,7 +245,7 @@ xfer_command_xfer (void *data, struct t_gui_buffer *buffer, int argc, } /* - * xfer_command_init: add /xfer command + * Hooks commands. */ void |