Logs on 2024-05-04 (liberachat/#xmonad)
| 00:00:12 | × | catman quits (~catman@user/catman) (Client Quit) |
| 00:01:06 | <geekosaur> | hrm |
| 00:01:23 | → | catman joins (~catman@user/catman) |
| 00:01:26 | <geekosaur> | I missed that, it's supposed to be using the function instance since those are functions] |
| 00:01:42 | <geekosaur> | wait |
| 00:03:27 | <geekosaur> | used the wrong operator in the wrong place |
| 00:04:07 | <geekosaur> | https://paste.tomsmeding.com/eBOTVin9 |
| 00:05:43 | <geekosaur> | :: Eq s => Query (Endo (W.StackSet String l Window s sd)) |
| 00:05:47 | <geekosaur> | that looks more sensible |
| 00:07:20 | <haskellbridge> | <Nexilva> Thanks |
| 00:08:29 | <haskellbridge> | <Nexilva> I noticed that it puts the window in the monitor where the mouse cursor is. Can we always send it to monitor #2 regardless of which monitor the mouse is currently in? |
| 00:09:54 | <haskellbridge> | <Nexilva> or wait |
| 00:10:32 | <haskellbridge> | <Nexilva> if I'm on monitor1, launch the game from a window in monitor one, it will switch to WS 18, but game window stays on monitor 1 |
| 00:10:34 | <liskin> | Nexilva: do you actually play those games or do you just like to play with making them work in xmonad? :-D |
| 00:10:37 | <geekosaur> | that sounds wrong. it should focus the second monitor, then move your window to the diablo workspace, then show the diablo workspace on the second monitor (unless it's on the first monitor) |
| 00:10:45 | <haskellbridge> | <Nexilva> I play them 🙂 |
| 00:11:01 | <liskin> | I mean, I'm not taking the piss, I realised I probably enjoy more the fiddling than the actual playing |
| 00:11:07 | <geekosaur> | the "unless" is somewhat difficult to resolve |
| 00:11:27 | <liskin> | I did play D2 for a bit yesterday, but still spent more time overall making it work |
| 00:11:45 | <haskellbridge> | <Nexilva> https://bpa.st/SBWQ here's my whole file |
| 00:11:59 | <liskin> | anyway, good night all :-) |
| 00:12:23 | <haskellbridge> | <Nexilva> If you ever wanna play my mod |
| 00:12:26 | <haskellbridge> | <Nexilva> That'd be cool |
| 00:12:31 | <geekosaur> | hm, try swapping the first two operations (the first W.view and the W.shiftWin |
| 00:12:33 | <haskellbridge> | <Nexilva> https://im.stoned.io |
| 00:12:34 | <geekosaur> | ) |
| 00:12:42 | <haskellbridge> | <Nexilva> Works on linuxu too natively i can give you all the files |
| 00:12:54 | <haskellbridge> | <Nexilva> ok |
| 00:13:35 | <haskellbridge> | <Nexilva> Just ws -> pure . Endo $ W.shiftWin "18:Diablo" . W.view "18:Diablo" w . W.view ws <- this? |
| 00:14:00 | <geekosaur> | no, the w needs to stay with the W.shiftWin |
| 00:14:12 | <geekosaur> | W.shiftWin <ws> <window> |
| 00:14:31 | → | sajenim joins (~sajenim@user/sajenim) |
| 00:15:13 | <haskellbridge> | <Nexilva> Just ws -> pure . Endo $ W.shiftWin "18:Diablo" w . W.view "18:Diablo" . W.view ws |
| 00:15:18 | <liskin> | hm, Ironman looks interesting, but I'm still only halfway through a normal game, and I started in 2020 :-/ |
| 00:15:21 | <liskin> | maybe 2021 |
| 00:15:34 | <liskin> | I have limited time for gaming :-( |
| 00:15:39 | <haskellbridge> | <Nexilva> Same |
| 00:16:10 | <liskin> | (I mean, it's obviously choice, I could choose to spend hours gaming if I dropped exercise and beer and friends and family, but … :-) |
| 00:16:21 | <haskellbridge> | <Nexilva> Still the same behavior geekosaur |
| 00:16:26 | <liskin> | anyway, really gotta go! |
| 00:16:46 | <haskellbridge> | <Nexilva> It switches to workspace 18, but monitor remains to be 1 |
| 00:16:59 | <haskellbridge> | <Nexilva> I'm not using Xinerama, just normal nvidia drivers no manual config |
| 00:17:38 | <haskellbridge> | <Nexilva> https://bpa.st/XETQ xrrandr output |
| 00:18:16 | <haskellbridge> | <Nexilva> So it's probably screen 0 and 1? or what maybe that's the problem? |
| 00:18:44 | <haskellbridge> | <Nexilva> if i launch game, move mouse to mon 2, then the game is on mon2. otherwise if the mouse is on mon1, the game is also in mon1, but on worksapce 18 |
| 00:21:19 | <haskellbridge> | <Nexilva> That was exactly the problem |
| 00:21:31 | <haskellbridge> | <Nexilva> I changed the xmonad code to use mon 1 insetad o 2 and now it works as expecterd |
| 00:21:33 | <haskellbridge> | <Nexilva> thank you |
| 00:25:15 | <geekosaur> | oh, did I have an off by one? |
| 00:25:45 | <geekosaur> | yep, starts at 0 not 1, so it took the Nothing path. whoops |
| 00:26:00 | <geekosaur> | (which expects to be run if there's only a single monitor) |
| 00:27:01 | <haskellbridge> | <Nexilva> Np thanks you so much |
| 00:36:08 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 00:38:30 | <[Leary]> | Nexilva: If you want to clean that up at all: https://paste.tomsmeding.com/bceTW00E |
| 00:39:07 | <geekosaur> | that does look nicer. I'd been wondering how best to make it less ugly |
| 00:39:26 | <geekosaur> | I kinda brute-forced it |
| 00:40:46 | <[Leary]> | Right, refactoring for cleanliness comes after getting something that works. For me it's more like a compulsion, though. |
| 00:43:17 | × | ectospasm quits (~ectospasm@user/ectospasm) (Quit: WeeChat 4.2.2) |
| 00:52:23 | → | catman joins (~catman@user/catman) |
| 01:03:56 | → | hightower3 joins (~hightower@141-136-246-63.dsl.iskon.hr) |
| 01:06:50 | × | hightower2 quits (~hightower@141-136-232-64.dsl.iskon.hr) (Ping timeout: 256 seconds) |
| 01:29:40 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 01:56:23 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 01:57:39 | → | catman joins (~catman@user/catman) |
| 01:59:10 | × | defjam quits (~defjam@2a02:c7e:2807:b900:5014:41e0:cd2c:c977) (Ping timeout: 268 seconds) |
| 02:03:01 | → | liberato joins (~user@120-150-17-89.fiber.hringdu.is) |
| 02:03:19 | <liberato> | hiya o7 |
| 02:09:22 | <geekosaur> | hello |
| 02:09:40 | <geekosaur> | (I'm here but won't be for much longer) |
| 02:11:45 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 02:14:35 | <liberato> | that's ok :) |
| 02:18:14 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 02:24:27 | × | td_ quits (~td@i53870924.versanet.de) (Ping timeout: 268 seconds) |
| 02:25:57 | → | td_ joins (~td@i53870907.versanet.de) |
| 02:29:43 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 02:35:20 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 245 seconds) |
| 02:43:55 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 02:49:30 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 245 seconds) |
| 03:02:28 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 03:04:42 | × | liberato quits (~user@120-150-17-89.fiber.hringdu.is) (Remote host closed the connection) |
| 03:07:25 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 245 seconds) |
| 03:20:46 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 03:21:26 | → | hightower4 joins (~hightower@141-136-246-63.dsl.iskon.hr) |
| 03:27:58 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 246 seconds) |
| 03:30:09 | × | ectospasm quits (~ectospasm@user/ectospasm) (*.net *.split) |
| 03:30:09 | × | hightower3 quits (~hightower@141-136-246-63.dsl.iskon.hr) (*.net *.split) |
| 03:30:09 | × | xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (*.net *.split) |
| 03:30:09 | × | ml| quits (~ml|@user/ml/x-5298235) (*.net *.split) |
| 03:41:04 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 03:46:48 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 03:51:20 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 03:57:27 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 260 seconds) |
| 04:09:34 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 04:15:13 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 246 seconds) |
| 04:28:10 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 04:34:14 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 04:45:59 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 04:51:58 | → | ml| joins (~ml|@user/ml/x-5298235) |
| 04:52:13 | → | ectospasm joins (~ectospasm@user/ectospasm) |
| 04:52:42 | → | xmonadtrack joins (~xmonadtra@syn-069-135-003-034.biz.spectrum.com) |
| 04:52:43 | × | xmonadtrack quits (~xmonadtra@syn-069-135-003-034.biz.spectrum.com) (Changing host) |
| 04:52:43 | → | xmonadtrack joins (~xmonadtra@user/geekosaur/bot/xmonadtrack) |
| 04:58:32 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 260 seconds) |
| 05:10:29 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 05:16:05 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 240 seconds) |
| 05:26:07 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 05:31:39 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 05:45:54 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 05:51:23 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 05:53:19 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 05:59:14 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 06:11:47 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 06:17:17 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 240 seconds) |
| 06:29:00 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 06:34:31 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 246 seconds) |
| 06:46:24 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 06:52:27 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 06:54:20 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 07:00:43 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 07:11:46 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 07:17:55 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 272 seconds) |
| 07:29:21 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 07:35:31 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 07:47:17 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 07:52:55 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 246 seconds) |
| 07:54:59 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 08:00:32 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 08:01:16 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 08:05:47 | × | hightower4 quits (~hightower@141-136-246-63.dsl.iskon.hr) (Ping timeout: 268 seconds) |
| 08:16:53 | × | tv quits (~tv@user/tv) (Read error: Connection reset by peer) |
| 08:31:33 | <xmonadtrack> | xmonad-contrib Tomas Janousek * v0.18.0-45-gcbdee7db: X.H.EwmhDesktops: Fix _NET_CURRENT_DESKTOP handling (11 minutes ago, 1 file, 4+ 4-) https://github.com/xmonad/xmonad-contrib/commit/cbdee7db6fa9 |
| 09:32:33 | → | hightower2 joins (~hightower@cpe-94-253-188-36.zg.cable.xnet.hr) |
| 09:44:45 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 09:53:28 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 09:58:08 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 260 seconds) |
| 10:19:38 | → | tv joins (~tv@user/tv) |
| 10:27:15 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 10:33:36 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 260 seconds) |
| 10:45:40 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 10:51:58 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 11:03:15 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 11:09:17 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 11:21:34 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 11:27:36 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 11:37:16 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 11:43:12 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 11:44:09 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 11:59:11 | × | hightower2 quits (~hightower@cpe-94-253-188-36.zg.cable.xnet.hr) (Remote host closed the connection) |
| 12:34:03 | <xmonadtrack> | New xmonad-contrib branch created: pull/887 (1 commit) https://github.com/xmonad/xmonad-contrib/pull/887 |
| 12:36:44 | → | ChubaDuba joins (~ChubaDuba@37.112.226.53) |
| 13:44:01 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 13:56:51 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 14:03:45 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 14:15:25 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 14:21:19 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 14:32:40 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 14:39:58 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 246 seconds) |
| 14:41:07 | × | ChubaDuba quits (~ChubaDuba@37.112.226.53) (Quit: Leaving) |
| 14:53:53 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 14:59:52 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 15:12:04 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 15:14:59 | × | sajenim quits (~sajenim@user/sajenim) (Ping timeout: 268 seconds) |
| 15:18:04 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 15:30:29 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 15:41:25 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 272 seconds) |
| 15:55:05 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 16:01:03 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 272 seconds) |
| 16:13:10 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 16:17:52 | × | xmonadtrack quits (~xmonadtra@user/geekosaur/bot/xmonadtrack) (Ping timeout: 255 seconds) |
| 16:19:07 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 16:20:09 | × | haskellbridge quits (~haskellbr@syn-069-135-003-034.biz.spectrum.com) (Ping timeout: 252 seconds) |
| 16:31:44 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 16:43:04 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 16:55:18 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 17:01:21 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 17:13:19 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 17:19:14 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 17:31:15 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 17:37:03 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 17:38:02 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 17:43:43 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 246 seconds) |
| 17:55:24 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 18:01:10 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 256 seconds) |
| 18:13:24 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 18:19:22 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 18:32:32 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 18:44:20 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 268 seconds) |
| 18:57:27 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 19:03:27 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 272 seconds) |
| 19:07:17 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 19:27:11 | × | catman quits (~catman@user/catman) (Remote host closed the connection) |
| 19:34:16 | → | catman joins (~catman@user/catman) |
| 20:13:07 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 272 seconds) |
| 20:25:05 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 20:29:51 | × | defjam quits (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) (Ping timeout: 255 seconds) |
| 20:36:07 | → | defjam joins (~defjam@2a02:c7e:2807:b900:8070:5476:aa4a:8414) |
| 22:59:48 | × | mekeor quits (~user@2001:a61:10ae:1901:3241:bc6e:53bb:fccc) (Ping timeout: 260 seconds) |
| 23:48:16 | × | catman quits (~catman@user/catman) (Quit: WeeChat 4.3.0-dev) |
| 23:50:17 | → | catman joins (~catman@user/catman) |
All times are in UTC on 2024-05-04.