summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2024-04-12 19:51:41 +0000
committerQuentin Carbonneaux2024-04-12 19:53:35 +0000
commit587e1fdc35793613507a162c8e37c8670d4fa6b9 (patch)
treec341f257065cc53c88bd771482f95efee0d0d603
parent17fc6b5c307623fb94a2b5179e5732119a08704f (diff)
eye candyHEADmaster
-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"