circo

claudio's IRC oasis
git clone git://git.bitsmanent.org/circo
Log | Files | Refs | README | LICENSE

commit 84c24bb0a14d873f5224c49af39da9f54bd2b457
parent 2e19f884b82aeb286e4aad5b676a0c5a7c9a0f21
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Sat, 15 Jul 2017 21:56:09 +0200

Style refinement.

Diffstat:
Mconfig.def.h | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,10 +1,11 @@ /* See LICENSE file for copyright and license details. */ Command commands[] = { - { "connect", cmd_server }, - { "msg", cmd_msg }, - { "quit", cmd_quit }, - { "server", cmd_server }, + /* command function */ + { "connect", cmd_server }, + { "msg", cmd_msg }, + { "quit", cmd_quit }, + { "server", cmd_server }, }; /* key definitions */