summaryrefslogtreecommitdiff
path: root/src/plugins/xfer/xfer-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-12-13 18:51:44 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-13 18:51:44 +0100
commit7d34812f1cd091b70395808381469c6c1f5c659a (patch)
tree8dd82177eaad95dc216bf1b68926b8398440a198 /src/plugins/xfer/xfer-command.c
parent9db5682186de96b1deeb48e76887df7c74e77036 (diff)
downloadweechat-7d34812f1cd091b70395808381469c6c1f5c659a.zip
core: reformat comments for functions
Diffstat (limited to 'src/plugins/xfer/xfer-command.c')
-rw-r--r--src/plugins/xfer/xfer-command.c8
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