diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
commit | 31bfcf96c700ce8454609d19ad6e5f5e6c28253f (patch) | |
tree | 0154262b8ecb773fd1ac005475b566a928e4b699 /src/plugins/alias/alias.c | |
parent | 9394a78e39d4435ac2a66834d959695233baf977 (diff) | |
download | weechat-31bfcf96c700ce8454609d19ad6e5f5e6c28253f.zip |
Reformat and add comments for description of C sources
Diffstat (limited to 'src/plugins/alias/alias.c')
-rw-r--r-- | src/plugins/alias/alias.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index ee77dd7a0..aa7d52b4d 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -16,7 +16,10 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* alias.c: Alias plugin for WeeChat */ +/* + * alias.c: alias plugin for WeeChat: create "alias" commands to run other + * commands + */ #include <stdlib.h> |