| 2021-06-01 00:00:11 +0000 | <jaunedir> | i meant `0x10008ff11` and `0x10008ff13` |
| 2021-06-01 00:00:49 +0000 | <jaunedir> | concidentally, i algo get the XF86WakeUp, I'm using a Thinkpad too |
| 2021-06-01 00:01:56 +0000 | <jaunedir> | :geekosaur I will try adding the xK_XF86... |
| 2021-06-01 00:02:33 +0000 | <geekosaur> | I don't see either of those keysyms in the X11 include files, unfortunately, so you may have to rebind them. alternately just use those numbers directly |
| 2021-06-01 00:03:24 +0000 | <jaunedir> | F, how do I add the keysym directly into the haskell config? |
| 2021-06-01 00:05:38 +0000 | <geekosaur> | hm, if you're using additionalKeysP you probably can't and have to rebind the keys to something you can |
| 2021-06-01 00:06:00 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Read error: Connection reset by peer) |
| 2021-06-01 00:06:06 +0000 | <jaunedir> | ```xK_XF86AudioRaiseVolume``` and ```xK_XF86AudioLowerVolume``` gives me an error. ```Variable not in scope: ... :: KeySym``` |
| 2021-06-01 00:06:32 +0000 | <jaunedir> | :geekosaur what are additionalKeysP ? |
| 2021-06-01 00:06:34 +0000 | <geekosaur> | yes, there's an additional import you need for those |
| 2021-06-01 00:06:47 +0000 | <geekosaur> | don't worry about it |
| 2021-06-01 00:06:56 +0000 | <jaunedir> | oh, which is the name of the lib? |
| 2021-06-01 00:06:56 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2021-06-01 00:07:01 +0000 | <geekosaur> | it's an alternative way to bind keys |
| 2021-06-01 00:08:17 +0000 | <geekosaur> | I'm sorry, I gave you the wrong names, turns out they're xF86XK_AudioLowerVolume etc. |
| 2021-06-01 00:08:35 +0000 | <jaunedir> | oh, no problem |
| 2021-06-01 00:08:35 +0000 | <geekosaur> | and they're in Graphics.X11.ExtraTypes.XF86 |
| 2021-06-01 00:10:23 +0000 | <jaunedir> | hmmm... I'm getting an error importing that library |
| 2021-06-01 00:10:48 +0000 | <jaunedir> | oh, I wrote it wrong. never mind |
| 2021-06-01 00:12:22 +0000 | <jaunedir> | wow, it works great now! Thanks (wo)man ! |
| 2021-06-01 00:12:32 +0000 | <liskin> | geekosaur: that's the last series with the proper 7-row keyboard, possibly they mapped the wakeup key after that |
| 2021-06-01 00:13:07 +0000 | <liskin> | the T25 does map Fn to wakeup, but that doesn't mean anything :-) |
| 2021-06-01 00:14:47 +0000 | jaunedir | (~jaunedir@2806:104e:13:7bdb:dfa:a974:fff9:6ea6) (Quit: Client closed) |
| 2021-06-01 00:17:37 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-06-01 01:03:33 +0000 | wenzel | (~wenzel@user/wenzel) (Read error: Connection reset by peer) |
| 2021-06-01 01:03:57 +0000 | wenzel | (~wenzel@user/wenzel) |
| 2021-06-01 01:15:36 +0000 | hexo | (~hexo@2a02-ab04-2843-9500-a8a2-cddc-7632-85af.dynamic.v6.chello.sk) (Ping timeout: 268 seconds) |
| 2021-06-01 01:45:23 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 265 seconds) |
| 2021-06-01 02:21:46 +0000 | themainman | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-06-01 02:31:29 +0000 | td_ | (~td@muedsl-82-207-238-238.citykom.de) (Ping timeout: 264 seconds) |
| 2021-06-01 02:33:18 +0000 | td_ | (~td@94.134.91.112) |
| 2021-06-01 03:27:14 +0000 | berberman_ | (~berberman@user/berberman) |
| 2021-06-01 03:27:41 +0000 | berberman | (~berberman@user/berberman) (Ping timeout: 252 seconds) |
| 2021-06-01 03:28:33 +0000 | jg | (~jrgiacone@47.149.222.98) |
| 2021-06-01 03:37:49 +0000 | jg | (~jrgiacone@47.149.222.98) (Quit: Lost terminal) |
| 2021-06-01 03:38:10 +0000 | jg | (~jrgiacone@47.149.222.98) |
| 2021-06-01 04:35:22 +0000 | wonko | (~wjc@62.115.229.50) |
| 2021-06-01 04:43:35 +0000 | milosz_ | (~milosz@user/milosz) (Read error: Connection reset by peer) |
| 2021-06-01 04:43:54 +0000 | milosz_ | (~milosz@user/milosz) |
| 2021-06-01 04:56:35 +0000 | jg | (~jrgiacone@47.149.222.98) (Ping timeout: 244 seconds) |
| 2021-06-01 06:24:10 +0000 | <Solid> | that's the last series with the proper 7-row keyboard >> the x230 (and T430 I believe) can actually have the nice keyboards hacked into them |
| 2021-06-01 06:24:26 +0000 | <Solid> | only requires very slight modification to both |
| 2021-06-01 06:24:38 +0000 | <Solid> | s/ion/ions/ |
| 2021-06-01 06:51:27 +0000 | mc47 | (~yecinem@89.246.239.190) |
| 2021-06-01 07:17:56 +0000 | <mc47> | liskin thanks for noticing the problem with the pipes |
| 2021-06-01 07:18:10 +0000 | <mc47> | I played with it yesterday, and it flat out didn't work |
| 2021-06-01 07:18:18 +0000 | <mc47> | was an easy fix though |
| 2021-06-01 07:18:53 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Ping timeout: 264 seconds) |
| 2021-06-01 07:32:45 +0000 | <Solid> | oh nice the x11 release is coming closer |
| 2021-06-01 07:38:17 +0000 | <liskin> | it was almost done yesterday but then I realized hackage won't generate the docs so I need to deal with generating and uploading that as well |
| 2021-06-01 07:38:40 +0000 | <liskin> | I'm going to do this once I get my morning coffee |
| 2021-06-01 07:39:04 +0000 | <liskin> | and then we'll have one-click releases for all three packages \o/ |
| 2021-06-01 07:40:37 +0000 | <Solid> | nice! |
| 2021-06-01 07:40:53 +0000 | <mc47> | awesome! thanks a lot liskin |
| 2021-06-01 07:41:42 +0000 | <Solid> | I wonder how we'll manage with the release announcement |
| 2021-06-01 07:41:47 +0000 | <Solid> | even just the breaking changes are quite long |
| 2021-06-01 07:43:06 +0000 | <liskin> | the nice way to do that would be to have an announcement that select a couple high-impact changes and showcases them with screenshots/videos and then just a link to the long details |
| 2021-06-01 07:43:23 +0000 | <liskin> | we don't want to spend a month writing that though :-) |
| 2021-06-01 07:43:39 +0000 | <Solid> | :D |
| 2021-06-01 07:44:52 +0000 | <Solid> | we probably need a few lines on migration for some of the breaking changes at least |
| 2021-06-01 08:04:12 +0000 | <liskin> | might just link to the breaking changes of the long CHANGES.md |
| 2021-06-01 09:27:20 +0000 | Nahra | (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-06-01 09:32:40 +0000 | qbt | (~edun@user/edun) |
| 2021-06-01 09:37:04 +0000 | themainman | (~themainma@user/themainman) |
| 2021-06-01 09:40:57 +0000 | mc47 | (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-06-01 10:06:55 +0000 | bghimis | (~bghimis@80.96.21.160) |
| 2021-06-01 10:14:39 +0000 | <liskin> | oh for fucks sake, it seems Hackage loses the uploaded docs when publishing a candidate package :-/ |
| 2021-06-01 10:17:17 +0000 | Nahra | (~user@static.161.95.99.88.clients.your-server.de) (Remote host closed the connection) |
| 2021-06-01 10:18:04 +0000 | Nahra | (~user@static.161.95.99.88.clients.your-server.de) |
| 2021-06-01 10:54:03 +0000 | <liskin> | that's a bit silly as that means the docs need to be uploaded manually later, or I can switch the workflow to publish the package directly, but I'd rather not do that, it's good to be able to check for mistakes before publishing |
| 2021-06-01 10:58:59 +0000 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) (Ping timeout: 268 seconds) |
| 2021-06-01 10:59:15 +0000 | mc47[m] | (~mc47matri@2001:470:69fc:105::733) |
| 2021-06-01 11:02:42 +0000 | psibi | (~psibimatr@2001:470:69fc:105::8ab) (Ping timeout: 268 seconds) |
| 2021-06-01 11:03:42 +0000 | psibi | (~psibimatr@2001:470:69fc:105::8ab) |
| 2021-06-01 11:34:26 +0000 | slep | (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2021-06-01 11:36:41 +0000 | slep | (~slep@cpc150002-brnt4-2-0-cust437.4-2.cable.virginm.net) |
| 2021-06-01 11:39:04 +0000 | <Solid> | :/ |
| 2021-06-01 11:46:31 +0000 | mc47 | (~yecinem@89.246.239.190) |
| 2021-06-01 11:47:07 +0000 | <mc47> | liskin isn't it possible to have that stage of the pipeline manually triggered? |
| 2021-06-01 11:47:54 +0000 | <liskin> | mc47: it is, yeah |
| 2021-06-01 11:48:55 +0000 | <mc47> | so you could switch to the workflow that publishes the package directly, but make the publishing stage manual |
| 2021-06-01 11:49:02 +0000 | <liskin> | I'd still like it more if the process was: upload a candidate, check that candidate, if okay promote that candidate |
| 2021-06-01 11:49:40 +0000 | <liskin> | if I make it manual then it will be: release uploads a candidate, then we check the candidate, and then trigger a workfloat that uploads the published release |
| 2021-06-01 11:49:58 +0000 | <liskin> | it'll most likely be same, but there's some room for error :-/ |
| 2021-06-01 11:50:48 +0000 | <liskin> | and what I hate the most is that it's impossible to test this manual workflow without actually releasing a package |
| 2021-06-01 11:51:15 +0000 | <liskin> | so I have exactly two tries to get it right: xmonad 0.17 and xmonad-contrib 0.17 :-/ |
| 2021-06-01 11:53:20 +0000 | <Solid> | it's fiiiiiine |
| 2021-06-01 11:56:18 +0000 | <mc47> | it's really fine, it's not like nothing will immediately go irreversibly wrong if there's a mistake |
| 2021-06-01 12:02:11 +0000 | <liskin> | (or I can deploy a testing instance of Hackage somewhere, perhaps there is one already) |
| 2021-06-01 12:53:38 +0000 | berberman | (~berberman@user/berberman) |
| 2021-06-01 12:53:42 +0000 | berberman_ | (~berberman@user/berberman) (Ping timeout: 264 seconds) |
| 2021-06-01 13:04:05 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-06-01 13:21:45 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-06-01 13:24:10 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-06-01 13:33:28 +0000 | <srk> | liskin: why it doesn't generate docs? |
| 2021-06-01 13:37:23 +0000 | wonko | (~wjc@62.115.229.50) (Quit: See You Space Cowboy..) |
| 2021-06-01 13:54:20 +0000 | <liskin> | srk: because hackage doesn't have X libraries in the environment where docs are built |
| 2021-06-01 13:55:07 +0000 | <liskin> | so configure for the X11 bindings fails |
| 2021-06-01 13:55:18 +0000 | <srk> | you could possibly ask hackage CI ppl to add that |
| 2021-06-01 13:56:14 +0000 | <liskin> | is that a good idea though? I thought this manual upload of docs was added precisely so they don't have to add random C dependencies to their build env |
| 2021-06-01 13:57:15 +0000 | <srk> | looks like you're not alone :) https://github.com/haskell/hackage-server/issues/925 |
| 2021-06-01 13:57:54 +0000 | <srk> | but that's probably not the right repo for this, can't find the issue |
| 2021-06-01 13:58:14 +0000 | <srk> | we did something like that due to some crypto lib iirc |
| 2021-06-01 13:58:38 +0000 | <srk> | yeah, due to libsodium |
| 2021-06-01 13:59:05 +0000 | <srk> | https://github.com/haskell/hackage-server/issues/882 |
| 2021-06-01 13:59:23 +0000 | <srk> | Nix to the rescue |
| 2021-06-01 13:59:29 +0000 | srk | runs :D |
| 2021-06-01 15:01:13 +0000 | seschwar | (~seschwar@user/seschwar) |
| 2021-06-01 15:33:27 +0000 | qbt | (~edun@user/edun) (Ping timeout: 272 seconds) |
| 2021-06-01 16:02:10 +0000 | milosz_ | milosz |
| 2021-06-01 17:04:09 +0000 | benin | (~benin@183.82.205.186) |
| 2021-06-01 17:04:51 +0000 | qbt | (~edun@user/edun) |
| 2021-06-01 17:24:17 +0000 | berberman | (~berberman@user/berberman) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | milosz | (~milosz@user/milosz) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | YehoshuaPesachWa | (~yehoshuap@2001:470:69fc:105::a5f) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | triumphofdeath[m | (~triumphof@2001:470:69fc:105::a5c) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | therivercass[m] | (~theriverc@2001:470:69fc:105::a5a) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | samhh[m] | (~samhhmatr@2001:470:69fc:105::a58) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | Roos[m] | (~roosember@2001:470:69fc:105::a56) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | pnotequalnp[m] | (~pnotequal@2001:470:69fc:105::a54) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | ph_0x17[m] | (~ph0x17mat@2001:470:69fc:105::a53) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | moyamo[m] | (~moyamomat@2001:470:69fc:105::a51) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | maom[m] | (~lurpammat@2001:470:69fc:105::a4d) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | lukebarnard[m] | (~lukebarna@2001:470:69fc:105::a4c) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | kunrooted[m] | (~kunrooted@2001:470:69fc:105::a4a) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | Kidany[m] | (~kidanymat@2001:470:69fc:105::a48) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | justinrestivo[m] | (~justinres@2001:470:69fc:105::a47) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | josiah_sama[m] | (~josiahsam@2001:470:69fc:105::a46) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | indium[m] | (~indiummat@2001:470:69fc:105::a3f) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | manju | (~jason@219.88.233.35) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | liskin | (~liskin@ackle.nomi.cz) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | Bruners | (lasseb@colargol.tihlde.org) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | bsima | (~bsima@simatime.com) (*.net *.split) |
| 2021-06-01 17:24:17 +0000 | haasn | (~nand@haasn.dev) (*.net *.split) |
| 2021-06-01 17:24:25 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) |
| 2021-06-01 17:24:36 +0000 | dexterfoo | (dexter@2a01:7e00::f03c:91ff:fe86:59ec) |
| 2021-06-01 17:24:37 +0000 | manju | (~jason@219.88.233.35) |
| 2021-06-01 17:24:47 +0000 | liskin | (~liskin@ackle.nomi.cz) |
| 2021-06-01 17:25:15 +0000 | Bruners | (lasseb@colargol.tihlde.org) |
| 2021-06-01 17:26:26 +0000 | milosz | (~milosz@user/milosz) |
| 2021-06-01 17:26:44 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) |
| 2021-06-01 17:26:45 +0000 | bsima | (~bsima@simatime.com) |
| 2021-06-01 17:27:11 +0000 | haasn | (~nand@haasn.dev) |
| 2021-06-01 17:27:23 +0000 | berberman | (~berberman@user/berberman) |
| 2021-06-01 17:28:47 +0000 | liskin | (~liskin@ackle.nomi.cz) (Client Quit) |
| 2021-06-01 17:28:56 +0000 | liskin | (~liskin@ackle.nomi.cz) |
| 2021-06-01 17:32:49 +0000 | fabfianda[m] | (~fabfianda@2001:470:69fc:105::6db) |
| 2021-06-01 17:33:40 +0000 | lukebarnard[m] | (~lukebarna@2001:470:69fc:105::a4c) |
| 2021-06-01 17:35:05 +0000 | ph_0x17[m] | (~ph0x17mat@2001:470:69fc:105::a53) |
| 2021-06-01 17:35:15 +0000 | Kidany[m] | (~kidanymat@2001:470:69fc:105::a48) |
| 2021-06-01 17:35:16 +0000 | <Solid> | ah I see arch already wants to update to 1.10 :> |
| 2021-06-01 17:35:37 +0000 | maom[m] | (~lurpammat@2001:470:69fc:105::a4d) |
| 2021-06-01 17:35:48 +0000 | pnotequalnp[m] | (~pnotequal@2001:470:69fc:105::a54) |
| 2021-06-01 17:36:00 +0000 | moyamo[m] | (~moyamomat@2001:470:69fc:105::a51) |
| 2021-06-01 17:36:27 +0000 | liskin | is working on it, don't merge anything pls |
| 2021-06-01 17:36:40 +0000 | Roos[m] | (~roosember@2001:470:69fc:105::a56) |
| 2021-06-01 17:36:50 +0000 | triumphofdeath[m | (~triumphof@2001:470:69fc:105::a5c) |
| 2021-06-01 17:37:02 +0000 | samhh[m] | (~samhhmatr@2001:470:69fc:105::a58) |
| 2021-06-01 17:37:12 +0000 | therivercass[m] | (~theriverc@2001:470:69fc:105::a5a) |
| 2021-06-01 17:37:35 +0000 | YehoshuaPesachWa | (~yehoshuap@2001:470:69fc:105::a5f) |
| 2021-06-01 17:38:42 +0000 | <Solid> | yeah I saw that you self-assigned |
| 2021-06-01 17:38:57 +0000 | <Solid> | dw, not gonna do anything stupid :D |
| 2021-06-01 17:39:00 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 265 seconds) |
| 2021-06-01 17:39:09 +0000 | TomasJakl[m] | (~jaklttchn@2001:470:69fc:105::a42) |
| 2021-06-01 17:39:21 +0000 | josiah_sama[m] | (~josiahsam@2001:470:69fc:105::a46) |
| 2021-06-01 17:41:29 +0000 | TheWizardTower[m | (~thewizard@2001:470:69fc:105::a5b) |
| 2021-06-01 17:42:19 +0000 | justinrestivo[m] | (~justinres@2001:470:69fc:105::a47) |
| 2021-06-01 17:42:30 +0000 | kunrooted[m] | (~kunrooted@2001:470:69fc:105::a4a) |
| 2021-06-01 17:42:57 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-06-01 17:48:36 +0000 | indium[m] | (~indiummat@2001:470:69fc:105::a3f) |
| 2021-06-01 17:50:54 +0000 | a6a45081-2b83 | (~aditya@106.212.79.20) |
| 2021-06-01 17:51:18 +0000 | a6a45081-2b83 | (~aditya@106.212.79.20) (Remote host closed the connection) |
| 2021-06-01 18:03:45 +0000 | dmwit | (~dmwit@pool-173-66-86-32.washdc.fios.verizon.net) (Ping timeout: 272 seconds) |
| 2021-06-01 18:10:30 +0000 | qbt | (~edun@user/edun) (Quit: WeeChat 3.1) |
| 2021-06-01 18:24:46 +0000 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-06-01 18:24:54 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Ping timeout: 264 seconds) |
| 2021-06-01 18:43:12 +0000 | Guest7213 | (~Guest7213@78.32.70.245) |
| 2021-06-01 18:50:28 +0000 | benin | (~benin@183.82.205.186) (Quit: The Lounge - https://thelounge.chat) |
| 2021-06-01 19:13:14 +0000 | mc47 | (~yecinem@89.246.239.190) (Remote host closed the connection) |
| 2021-06-01 19:18:52 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) |
| 2021-06-01 19:37:41 +0000 | mc47 | (~yecinem@89.246.239.190) |
| 2021-06-01 19:38:51 +0000 | novasenco | (novasenco@user/nova) |
| 2021-06-01 19:38:56 +0000 | <novasenco> | Who uses ranger? |
| 2021-06-01 19:39:37 +0000 | <novasenco> | Well, better question: does anyone here use überzug? |
| 2021-06-01 20:46:21 +0000 | mc47 | (~yecinem@89.246.239.190) (Quit: Leaving) |
| 2021-06-01 21:24:24 +0000 | yosafbridge | (~yosafbrid@static.38.6.217.95.clients.your-server.de) |
| 2021-06-01 21:33:15 +0000 | wenzel_ | (~wenzel@user/wenzel) |
| 2021-06-01 21:33:36 +0000 | allbery_b | geekosaur |
| 2021-06-01 21:36:18 +0000 | wenzel | (~wenzel@user/wenzel) (Ping timeout: 264 seconds) |
| 2021-06-01 21:37:25 +0000 | wenzel_ | (~wenzel@user/wenzel) (Client Quit) |
| 2021-06-01 21:42:40 +0000 | themainman | (~themainma@user/themainman) (Quit: WeeChat 3.1) |
| 2021-06-01 21:46:24 +0000 | themainman | (~themainma@user/themainman) |
| 2021-06-01 21:47:15 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (Quit: Lost terminal) |
| 2021-06-01 21:56:56 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2021-06-01 22:09:51 +0000 | Guest7213 | (~Guest7213@78.32.70.245) (Quit: Client closed) |
| 2021-06-01 22:11:48 +0000 | Guest7213 | (~Guest7213@78.32.70.245) |
| 2021-06-01 22:18:27 +0000 | seschwar | (~seschwar@user/seschwar) (Quit: :wq) |
| 2021-06-01 22:31:39 +0000 | tremon | (~tremon@217-63-61-89.cable.dynamic.v4.ziggo.nl) (Quit: getting boxed in) |
| 2021-06-01 22:39:43 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Remote host closed the connection) |
| 2021-06-01 22:40:05 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-06-01 23:10:10 +0000 | Guest7213 | (~Guest7213@78.32.70.245) (Ping timeout: 250 seconds) |
| 2021-06-01 23:12:39 +0000 | milosz | (~milosz@user/milosz) (Remote host closed the connection) |
| 2021-06-01 23:12:54 +0000 | milosz | (~milosz@user/milosz) |
| 2021-06-01 23:18:53 +0000 | benin | (~benin@183.82.205.186) |
| 2021-06-01 23:40:35 +0000 | tv | (~tv@user/tv) (Ping timeout: 272 seconds) |
| 2021-06-01 23:41:38 +0000 | allbery_b | (~geekosaur@069-135-003-034.biz.spectrum.com) |
| 2021-06-01 23:42:08 +0000 | abhixec | (~abhixec@c-67-169-139-16.hsd1.ca.comcast.net) (Quit: leaving) |
| 2021-06-01 23:42:23 +0000 | geekosaur | (~geekosaur@069-135-003-034.biz.spectrum.com) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-06-01 23:42:28 +0000 | allbery_b | geekosaur |
| 2021-06-01 23:44:14 +0000 | tv | (~tv@user/tv) |