align nicknames to the right - irc - IRC client based on c9x.me/irc client
 (HTM) git clone git://git.codemadness.org/irc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7cabd77bc55e17135fce024801684b33806d2733
 (DIR) parent 3749ff97c5d5b643a4a570db0b22599445defeb2
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 26 May 2017 13:07:05 +0200
       
       align nicknames to the right
       
       Diffstat:
         M irc.c                               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/irc.c b/irc.c
       @@ -32,8 +32,8 @@
        #define SCROLL   15
        #define INDENT   23
        #define DATEFMT  "%H:%M"
       -#define PFMT     "  %-12s < %s"
       -#define PFMTHIGH "> %-12s < %s"
       +#define PFMT     "  %12s : %s"
       +#define PFMTHIGH "> %12s : %s"
        #define SRV      "irc.oftc.net"
        #define PORT     "6667"