From a3b6d5d9a7741b5d00b71ef669b81c7d928f14ea Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 20 Feb 2020 03:44:57 -0500 Subject: Change ban list formatting --- handle.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/handle.c b/handle.c index ed70ce8..7dfd85a 100644 --- a/handle.c +++ b/handle.c @@ -511,15 +511,15 @@ static void handleReplyBanList(struct Message *msg) { strftime(since, sizeof(since), "%F %T", localtime(&time)); uiFormat( id, Cold, tagTime(msg), - "Banned in \3%02d%s\3 by \3%02d%s\3 since %s: %s", + "Banned from \3%02d%s\3 since %s by \3%02d%s\3: %s", hash(msg->params[1]), msg->params[1], - completeColor(id, msg->params[3]), msg->params[3], since, + since, completeColor(id, msg->params[3]), msg->params[3], msg->params[2] ); } else { uiFormat( id, Cold, tagTime(msg), - "Banned in \3%02d%s\3: %s", + "Banned from \3%02d%s\3: %s", hash(msg->params[1]), msg->params[1], msg->params[2] ); } -- cgit 1.4.0 3a55dcdfcf96cdeda4b04bc78407cae0a8'>refs log tree commit diff
path: root/www/causal.agency (unfollow)
Commit message (Expand)Author
2021-02-07Add simple battery status and clock to xsessionJune McEnroe
2021-02-07Set cursor theme and sizeJune McEnroe
2021-02-07Use scrot for up -s if no screencaptureJune McEnroe
2021-02-07Enable mouse acceleration in XJune McEnroe
2021-02-07Set colours for Xt and cwmJune McEnroe
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
2021-02-07Fully configure and rebind cwmJune McEnroe
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
2021-02-06Add xterm output to schemeJune McEnroe