summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--irc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc.c b/irc.c
index a455991..475213c 100644
--- a/irc.c
+++ b/irc.c
@@ -28,8 +28,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"