| 2022-09-07 00:00:01 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-09-07 00:00:19 +0000 | <johnjaye> | it says i already have libnuma1, a package for controlling NUMA policy |
| 2022-09-07 00:01:24 +0000 | <johnjaye> | it's a raspi so maybe the paths are wrong. not sure. it's in /usr/lib/aarch64-linux-gnu |
| 2022-09-07 00:01:39 +0000 | <geekosaur> | that should be correct |
| 2022-09-07 00:02:01 +0000 | <hpc> | is libnuma1 the lib or the headers? |
| 2022-09-07 00:02:09 +0000 | <johnjaye> | the lib |
| 2022-09-07 00:02:10 +0000 | <hpc> | you need headers to build and lib to run |
| 2022-09-07 00:02:23 +0000 | <johnjaye> | i need the headers to build hello world? |
| 2022-09-07 00:02:51 +0000 | <hpc> | yeah |
| 2022-09-07 00:02:53 +0000 | <hpc> | it's a C thing |
| 2022-09-07 00:03:00 +0000 | <johnjaye> | ah ok. installing libnuma-dev headers allows it to succeed |
| 2022-09-07 00:03:16 +0000 | <johnjaye> | what is the non-compile way to run? ghci? |
| 2022-09-07 00:03:23 +0000 | <geekosaur> | oh, I didn't check that, sorry |
| 2022-09-07 00:03:26 +0000 | <geekosaur> | yes |
| 2022-09-07 00:03:50 +0000 | <johnjaye> | whatever numa is i now have it. i assume it's not the internet meme |
| 2022-09-07 00:04:02 +0000 | <geekosaur> | Non-Uniform Memory Access |
| 2022-09-07 00:04:25 +0000 | <geekosaur> | for machines where each CPU has its own memory as well as there being memory accessible to all of them |
| 2022-09-07 00:04:41 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 00:04:53 +0000 | <geekosaur> | (or core) |
| 2022-09-07 00:05:17 +0000 | <hpc> | for when thread local memory just isn't annoying enough :D |
| 2022-09-07 00:06:01 +0000 | <int-e> | you could have thread-local memory on a remote node |
| 2022-09-07 00:07:06 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 00:07:08 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection) |
| 2022-09-07 00:07:24 +0000 | <johnjaye> | is runhaskell a different beast |
| 2022-09-07 00:07:30 +0000 | <johnjaye> | that worked before installing the numa |
| 2022-09-07 00:08:01 +0000 | <geekosaur> | runhaskell is more of a script interpreter |
| 2022-09-07 00:08:08 +0000 | <geekosaur> | so yes, it's different |
| 2022-09-07 00:08:20 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
| 2022-09-07 00:08:46 +0000 | <geekosaur> | (more precisely, ghci, runhaskell, and template haskell all use a bytecode backend instead of compiling to native code) |
| 2022-09-07 00:09:24 +0000 | <johnjaye> | can i just do 'ghci hello.hs' then |
| 2022-09-07 00:09:30 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 00:09:42 +0000 | <geekosaur> | you can but you'll get a prompt and have to use :m to run it |
| 2022-09-07 00:09:49 +0000 | <johnjaye> | ah ok |
| 2022-09-07 00:09:56 +0000 | <hpc> | or just type "main" |
| 2022-09-07 00:11:24 +0000 | <geekosaur> | if you want to pass it parameters you need to use :m; giving them to main directly won't work |
| 2022-09-07 00:11:34 +0000 | <johnjaye> | ghci hello.hs says it loaded it but i can't get it to execute it |
| 2022-09-07 00:11:37 +0000 | <hpc> | ah right |
| 2022-09-07 00:11:54 +0000 | wroathe | (~wroathe@206-55-188-8.fttp.usinternet.com) |
| 2022-09-07 00:11:54 +0000 | wroathe | (~wroathe@206-55-188-8.fttp.usinternet.com) (Changing host) |
| 2022-09-07 00:11:54 +0000 | wroathe | (~wroathe@user/wroathe) |
| 2022-09-07 00:11:59 +0000 | <geekosaur> | what happens? |
| 2022-09-07 00:12:07 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 00:12:22 +0000 | <johnjaye> | it says compiling main, module 1 of 1 loaded |
| 2022-09-07 00:12:28 +0000 | <johnjaye> | then the prompt is *Main |
| 2022-09-07 00:12:37 +0000 | <johnjaye> | ah ok typing main does work |
| 2022-09-07 00:12:55 +0000 | <johnjaye> | i understand the magic words now |
| 2022-09-07 00:20:41 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.) |
| 2022-09-07 00:20:51 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) |
| 2022-09-07 00:22:25 +0000 | `\` | (~blop@user/blop) (Ping timeout: 258 seconds) |
| 2022-09-07 00:22:48 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 258 seconds) |
| 2022-09-07 00:23:11 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds) |
| 2022-09-07 00:24:30 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 00:24:35 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 00:24:54 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 00:24:58 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 00:25:06 +0000 | gurkenglas | (~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2022-09-07 00:26:02 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (Remote host closed the connection) |
| 2022-09-07 00:26:14 +0000 | adanwan_ | (~adanwan@gateway/tor-sasl/adanwan) |
| 2022-09-07 00:28:18 +0000 | johnjaye | (~pi@173.209.64.74) (Ping timeout: 244 seconds) |
| 2022-09-07 00:31:56 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:fe00:36b8:e455:625c:e00b) (Ping timeout: 244 seconds) |
| 2022-09-07 00:32:35 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 00:37:05 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 00:40:18 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 00:43:01 +0000 | azimut_ | (~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection) |
| 2022-09-07 00:45:36 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 00:50:33 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 00:50:47 +0000 | adanwan_ | (~adanwan@gateway/tor-sasl/adanwan) (Ping timeout: 258 seconds) |
| 2022-09-07 00:51:41 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
| 2022-09-07 00:52:26 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.6) |
| 2022-09-07 00:54:14 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Ping timeout: 258 seconds) |
| 2022-09-07 00:54:45 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) |
| 2022-09-07 00:55:27 +0000 | kaskal | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (Ping timeout: 260 seconds) |
| 2022-09-07 00:56:12 +0000 | machinedgod | (~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 244 seconds) |
| 2022-09-07 00:56:40 +0000 | libertyprime | (~libertypr@118-92-68-91.dsl.dyn.ihug.co.nz) (Ping timeout: 268 seconds) |
| 2022-09-07 00:56:52 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 00:57:20 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-09-07 00:57:41 +0000 | `\` | (~blop@user/blop) (Ping timeout: 258 seconds) |
| 2022-09-07 00:58:07 +0000 | Guest8757 | (~Guest87@2.58.185.24) (Quit: Client closed) |
| 2022-09-07 00:58:30 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 00:58:45 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 00:59:42 +0000 | <albet70> | I saw https://foldp.com/blog/elm-url.html so I wonder if that route in scotty would be parsed by parsec? |
| 2022-09-07 01:02:06 +0000 | <albet70> | that get post in https://hackage.haskell.org/package/scotty-0.12/docs/Web-Scotty.html |
| 2022-09-07 01:02:17 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds) |
| 2022-09-07 01:04:20 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 01:08:08 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 01:09:22 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 210 seconds.) |
| 2022-09-07 01:11:01 +0000 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (Remote host closed the connection) |
| 2022-09-07 01:12:19 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 01:13:09 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection) |
| 2022-09-07 01:13:44 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 01:16:26 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 260 seconds) |
| 2022-09-07 01:16:34 +0000 | sammelweis | (~quassel@mobile-166-177-59-193.mycingular.net) |
| 2022-09-07 01:17:08 +0000 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2022-09-07 01:20:30 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 01:24:37 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 01:24:47 +0000 | sammelweis | (~quassel@mobile-166-177-59-193.mycingular.net) (Ping timeout: 252 seconds) |
| 2022-09-07 01:26:18 +0000 | xff0x | (~xff0x@2405:6580:b080:900:526c:49a6:a3bc:24a5) (Ping timeout: 268 seconds) |
| 2022-09-07 01:26:36 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 01:28:18 +0000 | rockymarine | (~rocky@user/rockymarine) (Ping timeout: 264 seconds) |
| 2022-09-07 01:28:51 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Read error: Connection reset by peer) |
| 2022-09-07 01:30:16 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds) |
| 2022-09-07 01:33:38 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 01:36:53 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (Ping timeout: 252 seconds) |
| 2022-09-07 01:40:17 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Quit: No Ping reply in 180 seconds.) |
| 2022-09-07 01:40:27 +0000 | jmorris | (uid537181@id-537181.uxbridge.irccloud.com) |
| 2022-09-07 01:40:37 +0000 | [itchyjunk] | (~itchyjunk@user/itchyjunk/x-7353470) |
| 2022-09-07 01:41:37 +0000 | rockymarine | (~rocky@user/rockymarine) |
| 2022-09-07 01:41:53 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 01:44:20 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 01:46:25 +0000 | rockymarine | (~rocky@user/rockymarine) (Ping timeout: 252 seconds) |
| 2022-09-07 01:47:47 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 01:57:15 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Read error: Connection reset by peer) |
| 2022-09-07 02:01:24 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 02:04:22 +0000 | rockymarine | (~rocky@user/rockymarine) |
| 2022-09-07 02:05:48 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-09-07 02:06:13 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 02:07:13 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) |
| 2022-09-07 02:07:27 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) |
| 2022-09-07 02:08:26 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 02:09:31 +0000 | rockymarine | (~rocky@user/rockymarine) (Ping timeout: 260 seconds) |
| 2022-09-07 02:09:45 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 02:10:46 +0000 | `\` | (~blop@user/blop) (Remote host closed the connection) |
| 2022-09-07 02:11:30 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 02:11:40 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 02:14:14 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 02:14:26 +0000 | allbery_b | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 02:14:26 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2022-09-07 02:14:30 +0000 | allbery_b | geekosaur |
| 2022-09-07 02:14:47 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (Remote host closed the connection) |
| 2022-09-07 02:15:01 +0000 | [itchyjunk] | (~itchyjunk@user/itchyjunk/x-7353470) (Remote host closed the connection) |
| 2022-09-07 02:15:55 +0000 | maroloccio | (~marolocci@151.75.41.90) (Quit: WeeChat 3.0) |
| 2022-09-07 02:16:25 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 02:22:27 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Remote host closed the connection) |
| 2022-09-07 02:22:38 +0000 | rockymarine | (~rocky@user/rockymarine) |
| 2022-09-07 02:24:06 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 260 seconds) |
| 2022-09-07 02:24:54 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 02:25:37 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 02:29:56 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 02:30:28 +0000 | glguy | (~glguy@libera/staff-emeritus/glguy) |
| 2022-09-07 02:32:37 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 02:33:39 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 02:35:48 +0000 | frost | (~frost@user/frost) |
| 2022-09-07 02:36:11 +0000 | cowboy8625 | (~cowboy@64.68.179.149) (Quit: WeeChat 3.5) |
| 2022-09-07 02:37:09 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 02:38:15 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 02:38:55 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 02:39:07 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 02:39:13 +0000 | td_ | (~td@muedsl-82-207-238-233.citykom.de) (Ping timeout: 252 seconds) |
| 2022-09-07 02:39:21 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 02:39:43 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 02:41:05 +0000 | td_ | (~td@94.134.91.56) |
| 2022-09-07 02:42:49 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Quit: No Ping reply in 180 seconds.) |
| 2022-09-07 02:42:53 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 02:43:09 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 02:43:41 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 02:45:02 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 02:45:18 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 02:46:28 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Read error: Connection reset by peer) |
| 2022-09-07 02:48:50 +0000 | rockymarine | (~rocky@user/rockymarine) (Ping timeout: 244 seconds) |
| 2022-09-07 02:49:53 +0000 | finn_elija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 02:49:53 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (Killed (NickServ (Forcing logout FinnElija -> finn_elija))) |
| 2022-09-07 02:49:53 +0000 | finn_elija | FinnElija |
| 2022-09-07 02:50:05 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) |
| 2022-09-07 02:55:56 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 02:59:02 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 02:59:44 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 03:00:29 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 252 seconds) |
| 2022-09-07 03:00:36 +0000 | rockymarine | (~rocky@user/rockymarine) |
| 2022-09-07 03:06:06 +0000 | rockymarine | (~rocky@user/rockymarine) (Ping timeout: 260 seconds) |
| 2022-09-07 03:06:52 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 03:10:54 +0000 | soumen | (~soumen@58.182.45.203) (Quit: Konversation terminated!) |
| 2022-09-07 03:12:28 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Quit: No Ping reply in 180 seconds.) |
| 2022-09-07 03:14:09 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) |
| 2022-09-07 03:14:29 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 03:15:41 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (Ping timeout: 258 seconds) |
| 2022-09-07 03:16:53 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 03:17:15 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Client Quit) |
| 2022-09-07 03:18:43 +0000 | rockymarine | (~rocky@user/rockymarine) |
| 2022-09-07 03:19:08 +0000 | `\` | (~blop@user/blop) (Ping timeout: 258 seconds) |
| 2022-09-07 03:19:52 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 03:21:21 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) |
| 2022-09-07 03:22:37 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 03:23:13 +0000 | vglfr | (~vglfr@145.224.94.171) (Ping timeout: 252 seconds) |
| 2022-09-07 03:25:34 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Client Quit) |
| 2022-09-07 03:27:06 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 03:27:57 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) |
| 2022-09-07 03:34:18 +0000 | sammelweis | (~quassel@2601:401:8200:2d4c:bd9:d04c:7f69:eb10) (Ping timeout: 244 seconds) |
| 2022-09-07 03:34:35 +0000 | wroathe | (~wroathe@user/wroathe) (Ping timeout: 252 seconds) |
| 2022-09-07 03:34:52 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 03:35:50 +0000 | cowboy8625 | (~cowboy@64.68.179.149) |
| 2022-09-07 03:36:37 +0000 | cowboy8625 | (~cowboy@64.68.179.149) (Client Quit) |
| 2022-09-07 03:39:53 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 03:44:46 +0000 | vglfr | (~vglfr@145.224.94.171) |
| 2022-09-07 03:44:46 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (Read error: Connection reset by peer) |
| 2022-09-07 03:45:52 +0000 | Vajb | (~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi) |
| 2022-09-07 03:46:11 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-09-07 03:53:21 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 03:53:55 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 03:55:51 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 04:04:50 +0000 | <sm1> | what's the more common term.. "reference cycle", "circular reference", "referential loop", ... ? |
| 2022-09-07 04:08:23 +0000 | <jackdk> | The first two feel more conventional to me, but I would take "reference cycle" to mean the collection of circular references, and a "circular reference" to mean one link in the cycle (usually the one that discovers the cycle) |
| 2022-09-07 04:09:51 +0000 | <[Leary]> | I would use '[reference] cycle' and 'cyclic reference' resp. |
| 2022-09-07 04:10:23 +0000 | <[Leary]> | Not sure what's actually common though. |
| 2022-09-07 04:12:23 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2022-09-07 04:13:23 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds) |
| 2022-09-07 04:13:48 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 04:14:06 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 04:14:14 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 04:14:26 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 04:16:35 +0000 | Techcable | (~Techcable@user/Techcable) (Ping timeout: 248 seconds) |
| 2022-09-07 04:17:33 +0000 | zebrag | (~chris@user/zebrag) (Quit: Konversation terminated!) |
| 2022-09-07 04:19:33 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 268 seconds) |
| 2022-09-07 04:21:37 +0000 | Vajb | (~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi) (Read error: Connection reset by peer) |
| 2022-09-07 04:22:31 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) |
| 2022-09-07 04:23:24 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 04:24:06 +0000 | <monochrom> | I use self reference and cyclic reference. |
| 2022-09-07 04:24:32 +0000 | <monochrom> | And yesterday's xkcd applies. >:) |
| 2022-09-07 04:25:00 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2022-09-07 04:25:00 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection) |
| 2022-09-07 04:25:00 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 04:25:35 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 04:25:37 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 04:25:44 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 04:27:28 +0000 | <jackdk> | "If you don't know what yesterday's xkcd is, you have a serious problem?" |
| 2022-09-07 04:42:15 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 04:45:43 +0000 | <monochrom> | No no, it imagines the first Artemis astronaut to set foot on the moon to make a confusing self-referencing remark. :) |
| 2022-09-07 04:48:11 +0000 | miffi | (~miffi@user/miffi) (Ping timeout: 260 seconds) |
| 2022-09-07 04:49:01 +0000 | <jackdk> | Oh, I thought that was today's |
| 2022-09-07 04:55:46 +0000 | <Clinton[m]> | I'm sure someone has written about this, but my google skills can not find it. |
| 2022-09-07 04:55:47 +0000 | <Clinton[m]> | `ExceptT` is in `transformers`, which comes with GHC. But it's a wrapper around `Either`, so it's weird it's not called `EitherT`. But `EitherT` exists in a few other packages. |
| 2022-09-07 04:55:47 +0000 | <Clinton[m]> | So what's going on? What should I be using? It seems like there's a bit of history involved here but I'm not able to wrap my head around it. |
| 2022-09-07 04:58:44 +0000 | <jackdk> | https://stackoverflow.com/questions/53453944/what-purpose-does-the-complexity-of-except-serve-in-h… in particular the comments under the answer |
| 2022-09-07 05:01:01 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 05:01:06 +0000 | califax | (~califax@user/califx) (Ping timeout: 258 seconds) |
| 2022-09-07 05:02:41 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 05:02:59 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 05:03:54 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 05:10:07 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Ping timeout: 268 seconds) |
| 2022-09-07 05:11:36 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 05:12:45 +0000 | mbuf | (~Shakthi@49.204.140.237) |
| 2022-09-07 05:22:22 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) |
| 2022-09-07 05:23:47 +0000 | rockymarine | (~rocky@user/rockymarine) (Read error: Connection reset by peer) |
| 2022-09-07 05:27:10 +0000 | jargon | (~jargon@184.101.185.66) (Remote host closed the connection) |
| 2022-09-07 05:28:52 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
| 2022-09-07 05:29:03 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 05:30:15 +0000 | jmorris | (uid537181@id-537181.uxbridge.irccloud.com) (Quit: Connection closed for inactivity) |
| 2022-09-07 05:33:38 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 05:38:21 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 260 seconds) |
| 2022-09-07 05:38:38 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) (Read error: Connection reset by peer) |
| 2022-09-07 05:38:57 +0000 | phma | (phma@2001:5b0:210d:2448:4d74:d60c:36cc:9c73) |
| 2022-09-07 05:40:30 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 05:42:41 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 05:43:20 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 05:43:36 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 260 seconds) |
| 2022-09-07 05:48:29 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 05:49:27 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 05:58:38 +0000 | xsebek | (xsebek@swarm.znchost.com) |
| 2022-09-07 05:58:50 +0000 | xsebek_ | (xsebek@swarm.znchost.com) (Ping timeout: 255 seconds) |
| 2022-09-07 06:01:55 +0000 | benin0 | (~benin@183.82.28.141) (Quit: The Lounge - https://thelounge.chat) |
| 2022-09-07 06:01:59 +0000 | toeffel | (~toeffel@user/toeffel) (Ping timeout: 252 seconds) |
| 2022-09-07 06:05:11 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 06:06:43 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 06:07:33 +0000 | phma | (phma@2001:5b0:210d:2448:4d74:d60c:36cc:9c73) (Read error: Connection reset by peer) |
| 2022-09-07 06:08:18 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) |
| 2022-09-07 06:14:24 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 2022-09-07 06:16:24 +0000 | ystael | (~ystael@user/ystael) (Quit: Lost terminal) |
| 2022-09-07 06:18:37 +0000 | Techcable | (~Techcable@user/Techcable) |
| 2022-09-07 06:20:05 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) |
| 2022-09-07 06:20:11 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) |
| 2022-09-07 06:20:56 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) |
| 2022-09-07 06:21:40 +0000 | luffy | (~chenqisu1@183.217.201.192) (Ping timeout: 268 seconds) |
| 2022-09-07 06:27:19 +0000 | sloorush | (~sloorush@52.187.184.81) (Quit: ZNC 1.7.5+deb4 - https://znc.in) |
| 2022-09-07 06:27:53 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) |
| 2022-09-07 06:28:00 +0000 | sloorush | (~sloorush@52.187.184.81) |
| 2022-09-07 06:31:15 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-09-07 06:32:34 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 06:37:05 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 06:47:11 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | xsebek | (xsebek@swarm.znchost.com) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | miffi | (~miffi@user/miffi) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | mbuf | (~Shakthi@49.204.140.237) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | vglfr | (~vglfr@145.224.94.171) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | td_ | (~td@94.134.91.56) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | euandreh | (~euandreh@179.214.113.107) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | fjmorazan | (~quassel@user/fjmorazan) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | kmein | (~weechat@user/kmein) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | pavonia | (~user@user/siracusa) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | Kaiepi | (~Kaiepi@142.68.249.28) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | caubert | (~caubert@user/caubert) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | fjMSX | (~hypni2p@128-68-149-52.broadband.corbina.ru) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | Alex_test | (~al_test@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | AlexZenon | (~alzenon@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | Me-me | (~me-me@user/me-me) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | martin02 | (~silas@141.84.69.76) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | potash | (~foghorn@user/foghorn) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | thatcher | (lp0@heathens.club) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | niko | (niko@libera/staff/niko) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | analoq | (~yashi@user/dies) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | shailangsa | (~shailangs@host86-186-133-23.range86-186.btcentralplus.com) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | TonyStone | (~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | michalz | (~michalz@185.246.204.75) (*.net *.split) |
| 2022-09-07 06:47:11 +0000 | Philonous | (~Philonous@user/philonous) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | lemonsnicks | (~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | turlando | (~turlando@user/turlando) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | gawen | (~gawen@user/gawen) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | rembo10 | (~rembo10@main.remulis.com) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | qwedfg | (~qwedfg@user/qwedfg) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | energizer | (~energizer@user/energizer) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | macabre | (~m@161.35.15.236) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | cyphase | (~cyphase@user/cyphase) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Trattue | (~Trattue@152.70.182.158) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | akhesacaro | (~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Logio | (em@kapsi.fi) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | wolfshappen | (~waff@irc.furworks.de) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | arahael | (~arahael@14-200-135-92.tpgi.com.au) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | tomboy64 | (~tomboy64@user/tomboy64) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | rodental | (~rodental@38.146.5.222) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | davean | (~davean@davean.sciesnet.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | sm[i]_ | (~user@li229-222.members.linode.com) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | x88x88x | (~x88x88x@149.28.53.172) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | sander | (~sander@user/sander) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | cross_ | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | auri_ | (~auri@fsf/member/auri) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | quintasan_ | (~quassel@quintasan.pl) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Taneb0 | (~Taneb@runciman.hacksoc.org) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | telser_ | (~quassel@user/telser) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | zzz | (~z@user/zero) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | matijja` | (~matijja@193.77.181.201) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | drewolson | (~drewolson@user/drewolson) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | jrm | (~jrm@user/jrm) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | dwt_ | (~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | mcfrdy | (~mcfrdy@user/mcfrdy) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | andreas303 | (andreas303@ip227.orange.bnc4free.com) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | chimp_ | (~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | coldtom | (~coldtom@coldrick.cc) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | _________ | (~nobody@user/noodly) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | mjs2600 | (~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | tv | (~tv@user/tv) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Hecate | (~mariposa@user/hecate) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | acarrico | (~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | thaumavorio | (~thaumavor@thaumavor.io) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | tessier | (~treed@98.171.210.130) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | dumptruckman | (~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | robbert-vdh | (~robbert@robbertvanderhelm.nl) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | carbolymer | (~carbolyme@dropacid.net) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | july541[m] | (~july541ma@2001:470:69fc:105::1:e416) (*.net *.split) |
| 2022-09-07 06:47:12 +0000 | crazazy[m] | (~crazazyma@2001:470:69fc:105::2:6bd9) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | nomagno | (~nomagno@2001:470:69fc:105::c1f0) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | Artem[m]12 | (~artemtype@2001:470:69fc:105::75b) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | psydroid | (~psydroid@user/psydroid) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | sm1 | (~sm@plaintextaccounting/sm) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | ManofLetters[m] | (~manoflett@2001:470:69fc:105::3be) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | ericson2314 | (~ericson23@2001:470:69fc:105::70c) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | ajf___[m] | (~ajfmatrix@2001:470:69fc:105::2:5be3) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | dminuoso | (~dminuoso@user/dminuoso) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | derelict | (~derelict@user/derelict) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | amir | (sid22336@user/amir) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | T_S_ | (sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | Pent | (sid313808@id-313808.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | qhong | (~qhong@rescomp-21-400677.stanford.edu) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | pjlsergeant | (sid143467@id-143467.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | mustafa | (sid502723@rockylinux/releng/mustafa) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | pepeiborra | (sid443799@id-443799.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | JSharp | (sid4580@id-4580.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | nckx | (~nckx@tobias.gr) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | JimL | (~quassel@89-162-2-132.fiber.signal.no) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | jamestmartin | (~james@jtmar.me) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | idnar | (sid12240@debian/mithrandi) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | rune | (sid21167@id-21167.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | V | (~v@ircpuzzles/2022/april/winner/V) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | teehemkay | (sid14792@id-14792.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | Flow | (~none@gentoo/developer/flow) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | krjst | (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | asm | (~alexander@user/asm) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | Guest1698 | (~Guest1698@20.83.116.49) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | danso | (danso@danso.ca) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | andjjj23 | (~irc@107.170.228.47) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | dka_ | (~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | tired | (~tired@user/tired) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | kawen | (~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | sclv | (sid39734@haskell/developer/sclv) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | mxs | (~mxs@user/mxs) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | dequbed | (~dequbed@banana-new.kilobyte22.de) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | scav | (sid309693@user/scav) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | parseval | (sid239098@id-239098.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | gaze___ | (sid387101@id-387101.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | shinjipf | (~shinjipf@2a02:c207:2082:6685::1) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | raoul | (~raoul@95.179.203.88) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | jackhill | (~jackhill@kalessin.dragonsnail.net) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | haveo_ | (~haveo@sl35.iuwt.fr) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | eldritch | (~eldritch@user/eldritch) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | another-axel-bee | (~axel-bee@alexbenishek.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | jakalx | (~jakalx@base.jakalx.net) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split) |
| 2022-09-07 06:47:13 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | causal | (~user@50.35.83.177) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | thatcher_ | (lp0@heathens.club) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | nahcetan | (~nate@98.45.169.16) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | son0p | (~ff@181.136.122.143) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | Jonno_FTW | (~come@user/jonno-ftw/x-0835346) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | TMA | (tma@twin.jikos.cz) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | sshine_ | (~simon@exocortex.online) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | meejah | (~meejah@rutas.meejah.ca) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | defanor | (~defanor@tart.uberspace.net) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | hexeme_ | (~hexeme@user/hexeme) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | mrmr | (~mrmr@user/mrmr) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | chronon | (~chronon@user/chronon) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | RMSBach | (~guygastin@137.184.131.156) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | red-snail1 | (~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | loonycyborg_ | (loonycybor@chantal.wesnoth.org) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | ncf | (~n@monade.li) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | wrengr | (~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | LambdaDuck | (~anka@ksit.fixme.fi) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | maerwald | (~maerwald@user/maerwald) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | srk | (~sorki@user/srk) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | fiddlerwoaroof | (~fiddlerwo@user/fiddlerwoaroof) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | cynomys | (~cynomys@user/cynomys) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | ridcully | (~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | sweater1 | (~sweater@206.81.18.26) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | blades | (~blades@204.48.29.163) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | dfordivam1 | (~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | darkling | (~darkling@savella.carfax.org.uk) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | avpx | (~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | c_wraith | (~c_wraith@adjoint.us) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | mcglk | (~mcglk@131.191.49.120) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | heath | (~heath@user/heath) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | byorgey | (~byorgey@155.138.238.211) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | df | (~ben@justworks.xyz) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | tstat | (~tstat@user/tstat) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | tdammers | (~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | simpleauthority | (~simpleaut@user/simpleauthority) (*.net *.split) |
| 2022-09-07 06:47:14 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | noctux1 | (KOx7x4g3XX@karif.server-speed.net) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | kosmikus | (~kosmikus@nullzig.kosmikus.org) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | Cheery | (~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | Profpatsch | (~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | marienz | (marienz@libera/staff/marienz) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | tureba | (~tureba@tureba.org) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | sloorush | (~sloorush@52.187.184.81) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | hgolden | (~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | mncheck | (~mncheck@193.224.205.254) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | biberu | (~biberu@user/biberu) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | hook54321 | (sid149355@user/hook54321) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | notzmv | (~zmv@user/notzmv) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | cheater | (~Username@user/cheater) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | duckie | (~duckie@user/duckie) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | Bulby[m] | (~bulbyvrma@2001:470:69fc:105::1:fe0a) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | FurudeRika[m] | (~chitandae@2001:470:69fc:105::1:6039) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | steve[m]1 | (~stevetrou@2001:470:69fc:105::e0b) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | jludwig | (~justin@user/jludwig) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | nerdypepper | (~nerdypepp@user/nerdypepper) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | noteness | (~noteness@user/noteness) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | bah | (~bah@l1.tel) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | Henkru | (henkru@kapsi.fi) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | einfair_ | (~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | gff_ | (~gff@user/gff) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | dfg | (dfg@user/dfg) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | glider | (~glider@user/glider) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | bollu | (~bollu@159.65.151.13) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | MironZ | (~MironZ@nat-infra.ehlab.uk) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | ell | (~ellie@user/ellie) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | asivitz | (uid178348@id-178348.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | crns | (~netcrns@user/crns) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | bjobjo | (~bjobjo@user/bjobjo) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | gnyeki | (~gnyeki@user/gnyeki) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | Patternmaster | (~georg@user/Patternmaster) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | hololeap | (~quassel@user/hololeap) (*.net *.split) |
| 2022-09-07 06:47:15 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | kristjansson | (sid126207@id-126207.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | econo | (uid147250@user/econo) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | raym | (~raym@user/raym) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | MonsoonSecrecy | (f78c86e960@2604:bf00:561:2000::f99) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | APic | (apic@apic.name) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | vladan[m] | (~vladanmat@2001:470:69fc:105::2:24df) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | jinsun_ | (~jinsun@user/jinsun) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | ormaaj | (~ormaaj@user/ormaaj) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | jmcantrell | (~jmcantrel@user/jmcantrell) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | kadoban1 | (~kadoban@user/kadoban) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | monadplus[m] | (~monadplus@2001:470:69fc:105::2:5fa2) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | sektor[m] | (~sektor@2001:470:69fc:105::2:3f60) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | aviladev[m] | (~aviladevm@2001:470:69fc:105::1:cbc7) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | siraben | (~siraben@user/siraben) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | JensPetersen[m] | (~juhp@2001:470:69fc:105::6e9) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | Inoperable | (~PLAYER_1@fancydata.science) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | mjacob | (~mjacob@adrastea.uberspace.de) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | immae | (~immae@2a01:4f8:141:53e7::) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | Ranhir | (~Ranhir@157.97.53.139) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | megaTherion | (~therion@unix.io) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | ajb_ | (~ajb@mimas.whatbox.ca) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | darxun | (sid504814@id-504814.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | lechner | (lechner@debian/lechner) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | siers | (~ij@user/ij) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | drlkf | (~drlkf@chat.drlkf.net) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | hugo | (znc@verdigris.lysator.liu.se) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | arkeet | (~arkeet@moriya.ca) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | mimmy | (~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | Moyst__ | (~moyst@user/moyst) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | marquis_andras | (~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | bcoppens | (~bartcopp@vpn2.bartcoppens.be) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | vulpine | (xfnw@tilde.team) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | tinwood | (~tinwood@canonical/tinwood) (*.net *.split) |
| 2022-09-07 06:47:16 +0000 | lagash | (lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | EvanR | (~EvanR@user/evanr) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | m5zs7k | (aquares@web10.mydevil.net) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | koolazer | (~koo@user/koolazer) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | sa | (sid1055@id-1055.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | inversed | (~inversed@90.209.137.56) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | xstill_ | (xstill@fimu/xstill) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | ralu1 | (~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | mekeor[m] | (~mekeormat@2001:470:69fc:105::17e4) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | Player-205[m] | (~sashaserp@2001:470:69fc:105::2:30b8) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | |beowulf| | (florian@sourcemage/mage/beowulf) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | nibelungen | (~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | sviermsung | (E3Ya4Aww1k@user/s4msung) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | whatsupboy | (~whatsupbo@user/scobydoo) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | agander_m | (sid407952@id-407952.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | wafflepirate | (sid467876@id-467876.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | dispater- | (~dispater@mail.brprice.uk) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | orcus | (~orcus@user/brprice) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | integral | (sid296274@user/integral) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | PotatoGim_ | (sid99505@id-99505.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | cln | (sid336875@id-336875.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | ysh____ | (sid6017@id-6017.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | feliix42 | (~felix@gibbs.uberspace.de) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | sooch_ | (sid533113@id-533113.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | christiaanb | (sid84827@id-84827.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | edmundnoble | (sid229620@id-229620.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | supersven | (sid501114@id-501114.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | wallymathieu | (sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | AndreasK | (sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | sabx | (~sabbas@user/sabbas) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | urdh | (~urdh@user/urdh) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | SIben | (~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | int-e | (~noone@int-e.eu) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | AWizzArd | (~code@gehrels.uberspace.de) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | rawles | (~x@user/rawles) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | edwardk | (sid47016@haskell/developer/edwardk) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | dixie | (~dixie@real.wilbury.sk) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | xacktm | (xacktm@user/xacktm) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | acidsys | (~crameleon@openSUSE/member/crameleon) (*.net *.split) |
| 2022-09-07 06:47:17 +0000 | thonkpod_ | (~thonkpod@user/thonkpod) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | drewr | (~drew@user/drewr) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | yushyin | (w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | kadenwolff[m] | (~kadenwolf@2001:470:69fc:105::1:d97f) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | gay9 | (~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | Deide | (~deide@user/deide) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | Andrew | (Andrew@user/AndrewYu) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | zmt01 | (~zmt00@user/zmt00) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | UNIX | (~kernel@user/OpenSource) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | xsarnik | (xsarnik@lounge.fi.muni.cz) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | stefan-_ | (~cri@42dots.de) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | poscat | (~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | maerwald[m] | (~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | baaash[m] | (~baaashmat@2001:470:69fc:105::2:1e90) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | fr33domlover[m] | (~fr33domlo@2001:470:69fc:105::1:3bb6) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | polykernel[m] | (~polykerne@user/polykernel) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | elvishjerricco1 | (~elvishjer@2001:470:69fc:105::6172) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | vito | (sid1962@user/vito) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | alinab | (sid468903@id-468903.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | earthy | (~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | haritz | (~hrtz@user/haritz) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | systemfault | (sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | dunj3 | (~dunj3@kingdread.de) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | gonz_______ | (sid304396@id-304396.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | dagit | (~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | welterde | (welterde@thinkbase.srv.welterde.de) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | ringo__ | (~ringo@157.230.117.128) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | dragestil | (~znc@user/dragestil) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | brprice | (~brprice@user/brprice) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | bw | (sid2730@user/betawaffle) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | chessai | (sid225296@id-225296.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | nrr____ | (sid20938@id-20938.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | burakcank | (burakcank@has.arrived.and.is.ready-to.party) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | tomsmeding | (~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | shachaf | (~shachaf@user/shachaf) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | jjhoo | (jahakala@user/jjhoo) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | hltk | (~hltk@hltk.fi) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | shane | (~shane@ana.rch.ist) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | hiredman | (~hiredman@frontier1.downey.family) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | stvc | (~stvc@192.241.166.39) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | Arsen | (arsen@managarm/dev/Arsen) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | grfn | (sid449115@id-449115.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | Dykam | (Dykam@dykam.nl) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | apache2 | (apache2@anubis.0x90.dk) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | toeffel | (~toeffel@user/toeffel) (*.net *.split) |
| 2022-09-07 06:47:18 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | shriekingnoise | (~shrieking@186.137.167.202) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | AlexNoo | (~AlexNoo@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Ristovski | (~Ristovski@hellomouse/perf/ristovski) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | AkechiShiro | (~licht@user/akechishiro) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Luj | (~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | foghorn | (~foghorn@user/foghorn) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | adium | (adium@user/adium) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | jinsun | (~jinsun@user/jinsun) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | sagax | (~sagax_nb@user/sagax) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Matthew|m | (~arathorn@2001:470:69fc:105::1f) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Killy | (~killy@2001:470:69fc:105::2:6ec1) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | TravisAthougies[ | (~tathougie@2001:470:69fc:105::2:6fbd) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | sibnull[m] | (~sibnullma@2001:470:69fc:105::1:1291) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | geekosaur[m] | (~geekosaur@xmonad/geekosaur) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Christoph[m] | (~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | nisstyre | (wes@user/nisstyre) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | heartburn | (~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | swistak- | (~swistak@185.21.216.141) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | tnks | (sid412124@id-412124.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | ByronJohnson | (~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | acro | (~acro@user/acro) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Yumemi_ | (~Yumemi@chamoin.net) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | davl_ | (~davl@207.154.228.18) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | _\_ | (~o@user/offon) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | emanon42 | (~emanon42@103.120.19.44) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | noctux | (~noctux@user/noctux) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | leeb | (~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Adeon | (sid418992@id-418992.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | califax | (~califax@user/califx) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (*.net *.split) |
| 2022-09-07 06:47:19 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | `\` | (~blop@user/blop) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Techcable | (~Techcable@user/Techcable) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | jushur | (~human@user/jushur) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Sgeo | (~Sgeo@user/sgeo) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | PiDelport | (uid25146@id-25146.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Igloo | (~ian@matrix.chaos.earth.li) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | ente` | (~daemon@inferno.barfooze.de) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | sudden | (~cat@user/sudden) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | justache | (~justache@user/justache) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | mzan | (~quassel@mail.asterisell.com) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | jakesyl____ | (sid56879@id-56879.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | gdd1 | (~gdd@129.199.146.230) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | foul_owl | (~kerry@174-21-65-36.tukw.qwest.net) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | img | (~img@user/img) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Cale | (~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Colere | (~colere@about/linux/staff/sauvin) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | hays | (rootvegeta@fsf/member/hays) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | kjak | (~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | kadobanana | (~mud@user/kadoban) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | mmaruseacph2 | (~mihai@198.199.98.239) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | bcmiller | (~bm3719@66.42.95.185) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | wagle | (~wagle@quassel.wagle.io) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | malte | (~malte@mal.tc) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | kraftwerk28_ | (~kraftwerk@178.62.210.83) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | tompaw_ | (~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | oats | (~thomas@user/oats) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | xerox__ | (~edi@user/edi) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | aku_ | (~aku@163.172.137.34) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | lbseale_ | (~quassel@user/ep1ctetus) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Clint | (~Clint@user/clint) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | Unode | (~Unode@194.94.44.220) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | ouroboros | (~ouroboros@user/ouroboros) (*.net *.split) |
| 2022-09-07 06:47:20 +0000 | stilgart | (~Christoph@chezlefab.net) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | lambdap23 | (~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | drdo | (~drdo@roach0.drdo.eu) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | elkcl | (~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | qrpnxz | (~qrpnxz@fsf/member/qrpnxz) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | haasn | (~nand@haasn.dev) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | [exa] | (exa@user/exa/x-3587197) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | melonai- | (~mel@rnrd.eu) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | vgtw | (~vgtw@user/vgtw) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | echoreply | (~echoreply@45.32.163.16) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | ddb | (~ddb@ipv6two.tilde.club) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | micro | (~micro@user/micro) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | Typedfern | (~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | juri_ | (~juri@84-19-175-179.pool.ovpn.com) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | tristanC | (~tristanC@user/tristanc) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | lisq | (~quassel@lis.moe) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | peutri_ | (~peutri@bobo.desast.re) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | ProofTechnique | (sid79547@id-79547.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | pierrot | (~pi@user/pierrot) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | megeve | (sid523379@id-523379.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | jackdk | (sid373013@cssa/jackdk) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | natto17 | (~natto@140.238.225.67) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | koz_ | (~koz@121.99.240.58) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | tritlo | (sid58727@user/tritlo) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | saolsen | (sid26430@id-26430.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | jmct | (sid160793@id-160793.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | nonzen | (~nonzen@user/nonzen) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | darkstardev13 | (~darkstard@50.53.212.60) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | remedan | (~remedan@octo.cafe) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | Axman6 | (~Axman6@user/axman6) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | Tisoxin | (~ikosit@user/ikosit) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | smichel17[m] | (~smichel17@2001:470:69fc:105::2d32) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | SeanKing[m] | (~seankingm@2001:470:69fc:105::cf9c) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | tubogram44 | (~tubogram@user/tubogram) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | schuelermine[m] | (~schuelerm@user/schuelermine) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | pareto-optimal-d | (~pareto-op@2001:470:69fc:105::1:b61f) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | chreekat | (~chreekat@2001:470:69fc:105::16b5) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | vaibhavsagar[m] | (~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | cdepillabout[m] | (~cdepillab@2001:470:69fc:105::3d3) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | jean-paul[m] | (~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | frost | (~frost@user/frost) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | ChanServ | (ChanServ@services.libera.chat) (*.net *.split) |
| 2022-09-07 06:47:21 +0000 | litharge | (litharge@libera/bot/litharge) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | johnw | (~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | gentauro | (~gentauro@user/gentauro) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | zaquest | (~notzaques@5.130.79.72) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | dolio | (~dolio@130.44.130.54) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | bbear | (~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | bebu | (uid567927@id-567927.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | res0nat0r084490 | (~Fletch@dia.whatbox.ca) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | tomgus1 | (~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | Fischmie1 | (~Fischmiep@user/Fischmiep) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | finsternis | (~X@23.226.237.192) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | eL_Bart0 | (eL_Bart0@dietunichtguten.org) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | ongy[m] | (~ongymatri@2001:470:69fc:105::5018) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | the-coot[m] | (~the-cootm@2001:470:69fc:105::95f) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | komikat[m] | (~komikatma@2001:470:69fc:105::1:c71e) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | Orbstheorem | (~orbstheor@2001:470:69fc:105::a56) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | alexfmpe[m] | (~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | jneira[m] | (~jneiramat@2001:470:69fc:105::d729) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | fgaz | (~fgaz@2001:470:69fc:105::842) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | sjanssen | (~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | zachel_ | (~zachel@user/zachel) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | Teacup | (~teacup@user/teacup) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | nurupo | (~nurupo.ga@user/nurupo) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | farn | (~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split) |
| 2022-09-07 06:49:44 +0000 | GoldsteinQ | (~goldstein@goldstein.rs) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | m1dnight | (~christoph@78-22-0-121.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | CAT_S | (apic@brezn3.muc.ccc.de) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | fryguybob | (~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | Zemyla | (~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | kronicmage | (user88019@neotame.csclub.uwaterloo.ca) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | piele | (~piele@tbonesteak.creativeserver.net) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | iphy | (sid67735@id-67735.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | dtman34 | (~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | tcard | (~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | pie_ | (~pie_bnc@user/pie/x-2818909) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | FragByte | (~christian@user/fragbyte) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | jimki | (~jmaki@gazorpazorp.fixme.fi) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | Athas | (athas@sigkill.dk) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | ryantrinkle | (~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | Hafydd_ | (jc@user/hafydd) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | lyxia | (~lyxia@poisson.chat) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | leah2 | (~leah@vuxu.org) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | Guest585 | (~mike@user/feetwind) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | yahb2 | (~yahb2@2a01:4f8:c0c:5c7b::2) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | lieven | (~mal@ns2.wyrd.be) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | cdsmith | (~cdsmithma@2001:470:69fc:105::284) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | adziahel[m] | (~adziahelm@2001:470:69fc:105::b4d) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | phuegrvs[m] | (~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | Guillaum[m] | (~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split) |
| 2022-09-07 06:49:45 +0000 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split) |
| 2022-09-07 06:50:47 +0000 | Teacup_ | (~teacup@user/teacup) |
| 2022-09-07 06:50:47 +0000 | litharge | (litharge@libera/bot/litharge) |
| 2022-09-07 06:50:47 +0000 | ChanServ | (ChanServ@services.libera.chat) |
| 2022-09-07 06:50:47 +0000 | tubogram44 | (~tubogram@user/tubogram) |
| 2022-09-07 06:50:47 +0000 | Colere | (~colere@about/linux/staff/sauvin) |
| 2022-09-07 06:50:47 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) |
| 2022-09-07 06:50:47 +0000 | hays | (rootvegeta@fsf/member/hays) |
| 2022-09-07 06:50:47 +0000 | kjak | (~kjak@pool-108-31-68-111.washdc.fios.verizon.net) |
| 2022-09-07 06:50:47 +0000 | kadobanana | (~mud@user/kadoban) |
| 2022-09-07 06:50:47 +0000 | mmaruseacph2 | (~mihai@198.199.98.239) |
| 2022-09-07 06:50:47 +0000 | bcmiller | (~bm3719@66.42.95.185) |
| 2022-09-07 06:50:47 +0000 | wagle | (~wagle@quassel.wagle.io) |
| 2022-09-07 06:50:47 +0000 | malte | (~malte@mal.tc) |
| 2022-09-07 06:50:47 +0000 | kraftwerk28_ | (~kraftwerk@178.62.210.83) |
| 2022-09-07 06:50:47 +0000 | oats | (~thomas@user/oats) |
| 2022-09-07 06:50:47 +0000 | xerox__ | (~edi@user/edi) |
| 2022-09-07 06:50:47 +0000 | aku_ | (~aku@163.172.137.34) |
| 2022-09-07 06:50:47 +0000 | tompaw_ | (~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) |
| 2022-09-07 06:50:47 +0000 | lbseale_ | (~quassel@user/ep1ctetus) |
| 2022-09-07 06:50:47 +0000 | Clint | (~Clint@user/clint) |
| 2022-09-07 06:50:47 +0000 | Unode | (~Unode@194.94.44.220) |
| 2022-09-07 06:50:47 +0000 | ouroboros | (~ouroboros@user/ouroboros) |
| 2022-09-07 06:50:47 +0000 | stilgart | (~Christoph@chezlefab.net) |
| 2022-09-07 06:50:47 +0000 | lambdap23 | (~lambdap@static.167.190.119.168.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | drdo | (~drdo@roach0.drdo.eu) |
| 2022-09-07 06:50:47 +0000 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) |
| 2022-09-07 06:50:47 +0000 | elkcl | (~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) |
| 2022-09-07 06:50:47 +0000 | qrpnxz | (~qrpnxz@fsf/member/qrpnxz) |
| 2022-09-07 06:50:47 +0000 | haasn | (~nand@haasn.dev) |
| 2022-09-07 06:50:47 +0000 | [exa] | (exa@user/exa/x-3587197) |
| 2022-09-07 06:50:47 +0000 | melonai- | (~mel@rnrd.eu) |
| 2022-09-07 06:50:47 +0000 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) |
| 2022-09-07 06:50:47 +0000 | vgtw | (~vgtw@user/vgtw) |
| 2022-09-07 06:50:47 +0000 | echoreply | (~echoreply@45.32.163.16) |
| 2022-09-07 06:50:47 +0000 | ddb | (~ddb@ipv6two.tilde.club) |
| 2022-09-07 06:50:47 +0000 | micro | (~micro@user/micro) |
| 2022-09-07 06:50:47 +0000 | Typedfern | (~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) |
| 2022-09-07 06:50:47 +0000 | juri_ | (~juri@84-19-175-179.pool.ovpn.com) |
| 2022-09-07 06:50:47 +0000 | tristanC | (~tristanC@user/tristanc) |
| 2022-09-07 06:50:47 +0000 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) |
| 2022-09-07 06:50:47 +0000 | lisq | (~quassel@lis.moe) |
| 2022-09-07 06:50:47 +0000 | peutri_ | (~peutri@bobo.desast.re) |
| 2022-09-07 06:50:47 +0000 | ProofTechnique | (sid79547@id-79547.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | pierrot | (~pi@user/pierrot) |
| 2022-09-07 06:50:47 +0000 | megeve | (sid523379@id-523379.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | natto17 | (~natto@140.238.225.67) |
| 2022-09-07 06:50:47 +0000 | jackdk | (sid373013@cssa/jackdk) |
| 2022-09-07 06:50:47 +0000 | silver.libera.chat | +o ChanServ |
| 2022-09-07 06:50:47 +0000 | koz_ | (~koz@121.99.240.58) |
| 2022-09-07 06:50:47 +0000 | nonzen | (~nonzen@user/nonzen) |
| 2022-09-07 06:50:47 +0000 | tritlo | (sid58727@user/tritlo) |
| 2022-09-07 06:50:47 +0000 | saolsen | (sid26430@id-26430.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | jmct | (sid160793@id-160793.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | darkstardev13 | (~darkstard@50.53.212.60) |
| 2022-09-07 06:50:47 +0000 | remedan | (~remedan@octo.cafe) |
| 2022-09-07 06:50:47 +0000 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) |
| 2022-09-07 06:50:47 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) |
| 2022-09-07 06:50:47 +0000 | nisstyre | (wes@user/nisstyre) |
| 2022-09-07 06:50:47 +0000 | heartburn | (~gass@2a00:d880:3:1::b1e4:b241) |
| 2022-09-07 06:50:47 +0000 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) |
| 2022-09-07 06:50:47 +0000 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) |
| 2022-09-07 06:50:47 +0000 | swistak- | (~swistak@185.21.216.141) |
| 2022-09-07 06:50:47 +0000 | tnks | (sid412124@id-412124.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | ByronJohnson | (~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) |
| 2022-09-07 06:50:47 +0000 | acro | (~acro@user/acro) |
| 2022-09-07 06:50:47 +0000 | Yumemi_ | (~Yumemi@chamoin.net) |
| 2022-09-07 06:50:47 +0000 | davl_ | (~davl@207.154.228.18) |
| 2022-09-07 06:50:47 +0000 | _\_ | (~o@user/offon) |
| 2022-09-07 06:50:47 +0000 | leeb | (~leeb@tk2-243-31079.vs.sakura.ne.jp) |
| 2022-09-07 06:50:47 +0000 | emanon42 | (~emanon42@103.120.19.44) |
| 2022-09-07 06:50:47 +0000 | noctux | (~noctux@user/noctux) |
| 2022-09-07 06:50:47 +0000 | Adeon | (sid418992@id-418992.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) |
| 2022-09-07 06:50:47 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) |
| 2022-09-07 06:50:47 +0000 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | vito | (sid1962@user/vito) |
| 2022-09-07 06:50:47 +0000 | alinab | (sid468903@id-468903.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | earthy | (~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) |
| 2022-09-07 06:50:47 +0000 | haritz | (~hrtz@user/haritz) |
| 2022-09-07 06:50:47 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) |
| 2022-09-07 06:50:47 +0000 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | systemfault | (sid267009@id-267009.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | dunj3 | (~dunj3@kingdread.de) |
| 2022-09-07 06:50:47 +0000 | gonz_______ | (sid304396@id-304396.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | dagit | (~dagit@2001:558:6025:38:6476:a063:d05a:44da) |
| 2022-09-07 06:50:47 +0000 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | welterde | (welterde@thinkbase.srv.welterde.de) |
| 2022-09-07 06:50:47 +0000 | ringo__ | (~ringo@157.230.117.128) |
| 2022-09-07 06:50:47 +0000 | dragestil | (~znc@user/dragestil) |
| 2022-09-07 06:50:47 +0000 | brprice | (~brprice@user/brprice) |
| 2022-09-07 06:50:47 +0000 | bw | (sid2730@user/betawaffle) |
| 2022-09-07 06:50:47 +0000 | nrr____ | (sid20938@id-20938.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | chessai | (sid225296@id-225296.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | burakcank | (burakcank@has.arrived.and.is.ready-to.party) |
| 2022-09-07 06:50:47 +0000 | tomsmeding | (~tomsmedin@2a01:4f8:c0c:5e5e::2) |
| 2022-09-07 06:50:47 +0000 | shachaf | (~shachaf@user/shachaf) |
| 2022-09-07 06:50:47 +0000 | jjhoo | (jahakala@user/jjhoo) |
| 2022-09-07 06:50:47 +0000 | hltk | (~hltk@hltk.fi) |
| 2022-09-07 06:50:47 +0000 | shane | (~shane@ana.rch.ist) |
| 2022-09-07 06:50:47 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) |
| 2022-09-07 06:50:47 +0000 | hiredman | (~hiredman@frontier1.downey.family) |
| 2022-09-07 06:50:47 +0000 | stvc | (~stvc@192.241.166.39) |
| 2022-09-07 06:50:47 +0000 | Arsen | (arsen@managarm/dev/Arsen) |
| 2022-09-07 06:50:47 +0000 | grfn | (sid449115@id-449115.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | Dykam | (Dykam@dykam.nl) |
| 2022-09-07 06:50:47 +0000 | apache2 | (apache2@anubis.0x90.dk) |
| 2022-09-07 06:50:47 +0000 | |beowulf| | (florian@sourcemage/mage/beowulf) |
| 2022-09-07 06:50:47 +0000 | nibelungen | (~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) |
| 2022-09-07 06:50:47 +0000 | sviermsung | (E3Ya4Aww1k@user/s4msung) |
| 2022-09-07 06:50:47 +0000 | whatsupboy | (~whatsupbo@user/scobydoo) |
| 2022-09-07 06:50:47 +0000 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) |
| 2022-09-07 06:50:47 +0000 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | agander_m | (sid407952@id-407952.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | dispater- | (~dispater@mail.brprice.uk) |
| 2022-09-07 06:50:47 +0000 | wafflepirate | (sid467876@id-467876.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | PotatoGim_ | (sid99505@id-99505.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | cln | (sid336875@id-336875.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | orcus | (~orcus@user/brprice) |
| 2022-09-07 06:50:47 +0000 | integral | (sid296274@user/integral) |
| 2022-09-07 06:50:47 +0000 | feliix42 | (~felix@gibbs.uberspace.de) |
| 2022-09-07 06:50:47 +0000 | ysh____ | (sid6017@id-6017.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | sooch_ | (sid533113@id-533113.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | christiaanb | (sid84827@id-84827.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | edmundnoble | (sid229620@id-229620.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | wallymathieu | (sid533252@id-533252.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | AndreasK | (sid320732@id-320732.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | supersven | (sid501114@id-501114.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-09-07 06:50:47 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) |
| 2022-09-07 06:50:47 +0000 | rawles | (~x@user/rawles) |
| 2022-09-07 06:50:47 +0000 | sabx | (~sabbas@user/sabbas) |
| 2022-09-07 06:50:47 +0000 | urdh | (~urdh@user/urdh) |
| 2022-09-07 06:50:47 +0000 | int-e | (~noone@int-e.eu) |
| 2022-09-07 06:50:47 +0000 | SIben | (~SIben@ns3106586.ip-5-135-191.eu) |
| 2022-09-07 06:50:47 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) |
| 2022-09-07 06:50:47 +0000 | AWizzArd | (~code@gehrels.uberspace.de) |
| 2022-09-07 06:50:47 +0000 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) |
| 2022-09-07 06:50:47 +0000 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | edwardk | (sid47016@haskell/developer/edwardk) |
| 2022-09-07 06:50:47 +0000 | dixie | (~dixie@real.wilbury.sk) |
| 2022-09-07 06:50:47 +0000 | xacktm | (xacktm@user/xacktm) |
| 2022-09-07 06:50:47 +0000 | acidsys | (~crameleon@openSUSE/member/crameleon) |
| 2022-09-07 06:50:47 +0000 | thonkpod_ | (~thonkpod@user/thonkpod) |
| 2022-09-07 06:50:47 +0000 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | drewr | (~drew@user/drewr) |
| 2022-09-07 06:50:47 +0000 | yushyin | (w8oD1vlcZ2@mail.karif.server-speed.net) |
| 2022-09-07 06:50:47 +0000 | Inoperable | (~PLAYER_1@fancydata.science) |
| 2022-09-07 06:50:47 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) |
| 2022-09-07 06:50:47 +0000 | mjacob | (~mjacob@adrastea.uberspace.de) |
| 2022-09-07 06:50:47 +0000 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) |
| 2022-09-07 06:50:47 +0000 | immae | (~immae@2a01:4f8:141:53e7::) |
| 2022-09-07 06:50:47 +0000 | darxun | (sid504814@id-504814.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | Ranhir | (~Ranhir@157.97.53.139) |
| 2022-09-07 06:50:47 +0000 | megaTherion | (~therion@unix.io) |
| 2022-09-07 06:50:47 +0000 | ajb_ | (~ajb@mimas.whatbox.ca) |
| 2022-09-07 06:50:47 +0000 | lechner | (lechner@debian/lechner) |
| 2022-09-07 06:50:47 +0000 | siers | (~ij@user/ij) |
| 2022-09-07 06:50:47 +0000 | drlkf | (~drlkf@chat.drlkf.net) |
| 2022-09-07 06:50:47 +0000 | hugo | (znc@verdigris.lysator.liu.se) |
| 2022-09-07 06:50:47 +0000 | arkeet | (~arkeet@moriya.ca) |
| 2022-09-07 06:50:47 +0000 | mimmy | (~mimmy@2604:a880:cad:d0::3e:1001) |
| 2022-09-07 06:50:47 +0000 | Moyst__ | (~moyst@user/moyst) |
| 2022-09-07 06:50:47 +0000 | marquis_andras | (~marquis_a@27-33-131-201.tpgi.com.au) |
| 2022-09-07 06:50:47 +0000 | bcoppens | (~bartcopp@vpn2.bartcoppens.be) |
| 2022-09-07 06:50:47 +0000 | vulpine | (xfnw@tilde.team) |
| 2022-09-07 06:50:47 +0000 | tinwood | (~tinwood@canonical/tinwood) |
| 2022-09-07 06:50:47 +0000 | lagash | (lagash@2605:6400:20:b4:9c76:1538:3398:ce71) |
| 2022-09-07 06:50:47 +0000 | jludwig | (~justin@user/jludwig) |
| 2022-09-07 06:50:47 +0000 | nerdypepper | (~nerdypepp@user/nerdypepper) |
| 2022-09-07 06:50:47 +0000 | noteness | (~noteness@user/noteness) |
| 2022-09-07 06:50:47 +0000 | bah | (~bah@l1.tel) |
| 2022-09-07 06:50:47 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) |
| 2022-09-07 06:50:47 +0000 | Henkru | (henkru@kapsi.fi) |
| 2022-09-07 06:50:47 +0000 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) |
| 2022-09-07 06:50:47 +0000 | einfair_ | (~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) |
| 2022-09-07 06:50:47 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) |
| 2022-09-07 06:50:47 +0000 | gff_ | (~gff@user/gff) |
| 2022-09-07 06:50:47 +0000 | dfg | (dfg@user/dfg) |
| 2022-09-07 06:50:47 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) |
| 2022-09-07 06:50:47 +0000 | glider | (~glider@user/glider) |
| 2022-09-07 06:50:47 +0000 | bollu | (~bollu@159.65.151.13) |
| 2022-09-07 06:50:47 +0000 | ell | (~ellie@user/ellie) |
| 2022-09-07 06:50:47 +0000 | MironZ | (~MironZ@nat-infra.ehlab.uk) |
| 2022-09-07 06:50:47 +0000 | asivitz | (uid178348@id-178348.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | crns | (~netcrns@user/crns) |
| 2022-09-07 06:50:47 +0000 | bjobjo | (~bjobjo@user/bjobjo) |
| 2022-09-07 06:50:47 +0000 | gnyeki | (~gnyeki@user/gnyeki) |
| 2022-09-07 06:50:47 +0000 | Patternmaster | (~georg@user/Patternmaster) |
| 2022-09-07 06:50:47 +0000 | hololeap | (~quassel@user/hololeap) |
| 2022-09-07 06:50:47 +0000 | dminuoso | (~dminuoso@user/dminuoso) |
| 2022-09-07 06:50:47 +0000 | derelict | (~derelict@user/derelict) |
| 2022-09-07 06:50:47 +0000 | amir | (sid22336@user/amir) |
| 2022-09-07 06:50:47 +0000 | T_S_ | (sid501726@id-501726.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | Pent | (sid313808@id-313808.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | qhong | (~qhong@rescomp-21-400677.stanford.edu) |
| 2022-09-07 06:50:47 +0000 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | pjlsergeant | (sid143467@id-143467.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | mustafa | (sid502723@rockylinux/releng/mustafa) |
| 2022-09-07 06:50:47 +0000 | JSharp | (sid4580@id-4580.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | pepeiborra | (sid443799@id-443799.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | nckx | (~nckx@tobias.gr) |
| 2022-09-07 06:50:47 +0000 | JimL | (~quassel@89-162-2-132.fiber.signal.no) |
| 2022-09-07 06:50:47 +0000 | jamestmartin | (~james@jtmar.me) |
| 2022-09-07 06:50:47 +0000 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | idnar | (sid12240@debian/mithrandi) |
| 2022-09-07 06:50:47 +0000 | V | (~v@ircpuzzles/2022/april/winner/V) |
| 2022-09-07 06:50:47 +0000 | rune | (sid21167@id-21167.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | teehemkay | (sid14792@id-14792.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | Flow | (~none@gentoo/developer/flow) |
| 2022-09-07 06:50:47 +0000 | krjst | (~krjst@2604:a880:800:c1::16b:8001) |
| 2022-09-07 06:50:47 +0000 | asm | (~alexander@user/asm) |
| 2022-09-07 06:50:47 +0000 | Guest1698 | (~Guest1698@20.83.116.49) |
| 2022-09-07 06:50:47 +0000 | danso | (danso@danso.ca) |
| 2022-09-07 06:50:47 +0000 | andjjj23 | (~irc@107.170.228.47) |
| 2022-09-07 06:50:47 +0000 | dka_ | (~code-is-a@ns3059207.ip-193-70-33.eu) |
| 2022-09-07 06:50:47 +0000 | tired | (~tired@user/tired) |
| 2022-09-07 06:50:47 +0000 | kawen | (~quassel@static.208.191.216.95.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | sclv | (sid39734@haskell/developer/sclv) |
| 2022-09-07 06:50:47 +0000 | mxs | (~mxs@user/mxs) |
| 2022-09-07 06:50:47 +0000 | dequbed | (~dequbed@banana-new.kilobyte22.de) |
| 2022-09-07 06:50:47 +0000 | scav | (sid309693@user/scav) |
| 2022-09-07 06:50:47 +0000 | parseval | (sid239098@id-239098.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | gaze___ | (sid387101@id-387101.helmsley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2022-09-07 06:50:47 +0000 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) |
| 2022-09-07 06:50:47 +0000 | shinjipf | (~shinjipf@2a02:c207:2082:6685::1) |
| 2022-09-07 06:50:47 +0000 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) |
| 2022-09-07 06:50:47 +0000 | raoul | (~raoul@95.179.203.88) |
| 2022-09-07 06:50:47 +0000 | jackhill | (~jackhill@kalessin.dragonsnail.net) |
| 2022-09-07 06:50:47 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) |
| 2022-09-07 06:50:47 +0000 | haveo_ | (~haveo@sl35.iuwt.fr) |
| 2022-09-07 06:50:47 +0000 | eldritch | (~eldritch@user/eldritch) |
| 2022-09-07 06:50:47 +0000 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | another-axel-bee | (~axel-bee@alexbenishek.com) |
| 2022-09-07 06:50:47 +0000 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | nahcetan | (~nate@98.45.169.16) |
| 2022-09-07 06:50:47 +0000 | son0p | (~ff@181.136.122.143) |
| 2022-09-07 06:50:47 +0000 | Jonno_FTW | (~come@user/jonno-ftw/x-0835346) |
| 2022-09-07 06:50:47 +0000 | TMA | (tma@twin.jikos.cz) |
| 2022-09-07 06:50:47 +0000 | sshine_ | (~simon@exocortex.online) |
| 2022-09-07 06:50:47 +0000 | meejah | (~meejah@rutas.meejah.ca) |
| 2022-09-07 06:50:47 +0000 | defanor | (~defanor@tart.uberspace.net) |
| 2022-09-07 06:50:47 +0000 | hexeme_ | (~hexeme@user/hexeme) |
| 2022-09-07 06:50:47 +0000 | mrmr | (~mrmr@user/mrmr) |
| 2022-09-07 06:50:47 +0000 | chronon | (~chronon@user/chronon) |
| 2022-09-07 06:50:47 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) |
| 2022-09-07 06:50:47 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) |
| 2022-09-07 06:50:47 +0000 | RMSBach | (~guygastin@137.184.131.156) |
| 2022-09-07 06:50:47 +0000 | loonycyborg_ | (loonycybor@chantal.wesnoth.org) |
| 2022-09-07 06:50:47 +0000 | red-snail1 | (~snail@static.151.210.203.116.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) |
| 2022-09-07 06:50:47 +0000 | ncf | (~n@monade.li) |
| 2022-09-07 06:50:47 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) |
| 2022-09-07 06:50:47 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) |
| 2022-09-07 06:50:47 +0000 | wrengr | (~wrengr@201.59.83.34.bc.googleusercontent.com) |
| 2022-09-07 06:50:47 +0000 | LambdaDuck | (~anka@ksit.fixme.fi) |
| 2022-09-07 06:50:47 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | maerwald | (~maerwald@user/maerwald) |
| 2022-09-07 06:50:47 +0000 | srk | (~sorki@user/srk) |
| 2022-09-07 06:50:47 +0000 | fiddlerwoaroof | (~fiddlerwo@user/fiddlerwoaroof) |
| 2022-09-07 06:50:47 +0000 | cynomys | (~cynomys@user/cynomys) |
| 2022-09-07 06:50:47 +0000 | ridcully | (~ridcully@pd951fa32.dip0.t-ipconnect.de) |
| 2022-09-07 06:50:47 +0000 | blades | (~blades@204.48.29.163) |
| 2022-09-07 06:50:47 +0000 | sweater1 | (~sweater@206.81.18.26) |
| 2022-09-07 06:50:47 +0000 | dfordivam1 | (~dfordivam@tk2-219-19469.vs.sakura.ne.jp) |
| 2022-09-07 06:50:47 +0000 | darkling | (~darkling@savella.carfax.org.uk) |
| 2022-09-07 06:50:47 +0000 | avpx | (~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) |
| 2022-09-07 06:50:47 +0000 | c_wraith | (~c_wraith@adjoint.us) |
| 2022-09-07 06:50:47 +0000 | mcglk | (~mcglk@131.191.49.120) |
| 2022-09-07 06:50:47 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) |
| 2022-09-07 06:50:47 +0000 | heath | (~heath@user/heath) |
| 2022-09-07 06:50:47 +0000 | byorgey | (~byorgey@155.138.238.211) |
| 2022-09-07 06:50:47 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) |
| 2022-09-07 06:50:47 +0000 | df | (~ben@justworks.xyz) |
| 2022-09-07 06:50:47 +0000 | tstat | (~tstat@user/tstat) |
| 2022-09-07 06:50:47 +0000 | tdammers | (~tdammers@77.109.72.118.res.static.edpnet.net) |
| 2022-09-07 06:50:47 +0000 | simpleauthority | (~simpleaut@user/simpleauthority) |
| 2022-09-07 06:50:47 +0000 | noctux1 | (KOx7x4g3XX@karif.server-speed.net) |
| 2022-09-07 06:50:47 +0000 | kosmikus | (~kosmikus@nullzig.kosmikus.org) |
| 2022-09-07 06:50:47 +0000 | Cheery | (~cheery@7-239-179-185.static.tentacle.fi) |
| 2022-09-07 06:50:47 +0000 | Profpatsch | (~Profpatsc@static.88-198-193-255.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | marienz | (marienz@libera/staff/marienz) |
| 2022-09-07 06:50:47 +0000 | tureba | (~tureba@tureba.org) |
| 2022-09-07 06:50:47 +0000 | macabre | (~m@161.35.15.236) |
| 2022-09-07 06:50:47 +0000 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) |
| 2022-09-07 06:50:47 +0000 | cyphase | (~cyphase@user/cyphase) |
| 2022-09-07 06:50:47 +0000 | Trattue | (~Trattue@152.70.182.158) |
| 2022-09-07 06:50:47 +0000 | akhesacaro | (~caro@212-83-144-58.rev.poneytelecom.eu) |
| 2022-09-07 06:50:47 +0000 | Logio | (em@kapsi.fi) |
| 2022-09-07 06:50:47 +0000 | wolfshappen | (~waff@irc.furworks.de) |
| 2022-09-07 06:50:47 +0000 | arahael | (~arahael@14-200-135-92.tpgi.com.au) |
| 2022-09-07 06:50:47 +0000 | tomboy64 | (~tomboy64@user/tomboy64) |
| 2022-09-07 06:50:47 +0000 | rodental | (~rodental@38.146.5.222) |
| 2022-09-07 06:50:47 +0000 | davean | (~davean@davean.sciesnet.net) |
| 2022-09-07 06:50:47 +0000 | sm[i]_ | (~user@li229-222.members.linode.com) |
| 2022-09-07 06:50:47 +0000 | x88x88x | (~x88x88x@149.28.53.172) |
| 2022-09-07 06:50:47 +0000 | sander | (~sander@user/sander) |
| 2022-09-07 06:50:47 +0000 | cross_ | (~cross@spitfire.i.gajendra.net) |
| 2022-09-07 06:50:47 +0000 | auri_ | (~auri@fsf/member/auri) |
| 2022-09-07 06:50:47 +0000 | quintasan_ | (~quassel@quintasan.pl) |
| 2022-09-07 06:50:47 +0000 | Taneb0 | (~Taneb@runciman.hacksoc.org) |
| 2022-09-07 06:50:47 +0000 | zzz | (~z@user/zero) |
| 2022-09-07 06:50:47 +0000 | telser_ | (~quassel@user/telser) |
| 2022-09-07 06:50:47 +0000 | matijja` | (~matijja@193.77.181.201) |
| 2022-09-07 06:50:47 +0000 | drewolson | (~drewolson@user/drewolson) |
| 2022-09-07 06:50:47 +0000 | jrm | (~jrm@user/jrm) |
| 2022-09-07 06:50:47 +0000 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) |
| 2022-09-07 06:50:47 +0000 | dwt_ | (~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) |
| 2022-09-07 06:50:47 +0000 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) |
| 2022-09-07 06:50:47 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) |
| 2022-09-07 06:50:47 +0000 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
| 2022-09-07 06:50:47 +0000 | mcfrdy | (~mcfrdy@user/mcfrdy) |
| 2022-09-07 06:50:47 +0000 | andreas303 | (andreas303@ip227.orange.bnc4free.com) |
| 2022-09-07 06:50:47 +0000 | chimp_ | (~Psybur@c-76-123-45-25.hsd1.va.comcast.net) |
| 2022-09-07 06:50:47 +0000 | coldtom | (~coldtom@coldrick.cc) |
| 2022-09-07 06:50:47 +0000 | _________ | (~nobody@user/noodly) |
| 2022-09-07 06:50:47 +0000 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) |
| 2022-09-07 06:50:47 +0000 | mjs2600 | (~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) |
| 2022-09-07 06:50:47 +0000 | tv | (~tv@user/tv) |
| 2022-09-07 06:50:47 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) |
| 2022-09-07 06:50:47 +0000 | Hecate | (~mariposa@user/hecate) |
| 2022-09-07 06:50:47 +0000 | acarrico | (~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) |
| 2022-09-07 06:50:47 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | thaumavorio | (~thaumavor@thaumavor.io) |
| 2022-09-07 06:50:47 +0000 | tessier | (~treed@98.171.210.130) |
| 2022-09-07 06:50:47 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) |
| 2022-09-07 06:50:47 +0000 | dumptruckman | (~dumptruck@23-239-13-163.ip.linodeusercontent.com) |
| 2022-09-07 06:50:47 +0000 | robbert-vdh | (~robbert@robbertvanderhelm.nl) |
| 2022-09-07 06:50:47 +0000 | carbolymer | (~carbolyme@dropacid.net) |
| 2022-09-07 06:50:47 +0000 | energizer | (~energizer@user/energizer) |
| 2022-09-07 06:50:47 +0000 | qwedfg | (~qwedfg@user/qwedfg) |
| 2022-09-07 06:50:47 +0000 | jean-paul[m] | (~jean-paul@2001:470:69fc:105::d1ab) |
| 2022-09-07 06:50:47 +0000 | cdepillabout[m] | (~cdepillab@2001:470:69fc:105::3d3) |
| 2022-09-07 06:50:47 +0000 | vaibhavsagar[m] | (~vaibhavsa@2001:470:69fc:105::ffe) |
| 2022-09-07 06:50:47 +0000 | chreekat | (~chreekat@2001:470:69fc:105::16b5) |
| 2022-09-07 06:50:47 +0000 | pareto-optimal-d | (~pareto-op@2001:470:69fc:105::1:b61f) |
| 2022-09-07 06:50:47 +0000 | schuelermine[m] | (~schuelerm@user/schuelermine) |
| 2022-09-07 06:50:47 +0000 | SeanKing[m] | (~seankingm@2001:470:69fc:105::cf9c) |
| 2022-09-07 06:50:47 +0000 | smichel17[m] | (~smichel17@2001:470:69fc:105::2d32) |
| 2022-09-07 06:50:47 +0000 | Tisoxin | (~ikosit@user/ikosit) |
| 2022-09-07 06:50:47 +0000 | JensPetersen[m] | (~juhp@2001:470:69fc:105::6e9) |
| 2022-09-07 06:50:47 +0000 | steve[m]1 | (~stevetrou@2001:470:69fc:105::e0b) |
| 2022-09-07 06:50:47 +0000 | siraben | (~siraben@user/siraben) |
| 2022-09-07 06:50:47 +0000 | Christoph[m] | (~hpotsirhc@2001:470:69fc:105::2ff8) |
| 2022-09-07 06:50:47 +0000 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) |
| 2022-09-07 06:50:47 +0000 | ajf___[m] | (~ajfmatrix@2001:470:69fc:105::2:5be3) |
| 2022-09-07 06:50:47 +0000 | aviladev[m] | (~aviladevm@2001:470:69fc:105::1:cbc7) |
| 2022-09-07 06:50:47 +0000 | FurudeRika[m] | (~chitandae@2001:470:69fc:105::1:6039) |
| 2022-09-07 06:50:47 +0000 | geekosaur[m] | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 06:50:47 +0000 | elvishjerricco1 | (~elvishjer@2001:470:69fc:105::6172) |
| 2022-09-07 06:50:47 +0000 | ericson2314 | (~ericson23@2001:470:69fc:105::70c) |
| 2022-09-07 06:50:47 +0000 | sektor[m] | (~sektor@2001:470:69fc:105::2:3f60) |
| 2022-09-07 06:50:47 +0000 | ManofLetters[m] | (~manoflett@2001:470:69fc:105::3be) |
| 2022-09-07 06:50:47 +0000 | sibnull[m] | (~sibnullma@2001:470:69fc:105::1:1291) |
| 2022-09-07 06:50:47 +0000 | polykernel[m] | (~polykerne@user/polykernel) |
| 2022-09-07 06:50:47 +0000 | sm1 | (~sm@plaintextaccounting/sm) |
| 2022-09-07 06:50:47 +0000 | fr33domlover[m] | (~fr33domlo@2001:470:69fc:105::1:3bb6) |
| 2022-09-07 06:50:47 +0000 | Artem[m]12 | (~artemtype@2001:470:69fc:105::75b) |
| 2022-09-07 06:50:47 +0000 | Player-205[m] | (~sashaserp@2001:470:69fc:105::2:30b8) |
| 2022-09-07 06:50:47 +0000 | monadplus[m] | (~monadplus@2001:470:69fc:105::2:5fa2) |
| 2022-09-07 06:50:47 +0000 | baaash[m] | (~baaashmat@2001:470:69fc:105::2:1e90) |
| 2022-09-07 06:50:47 +0000 | mekeor[m] | (~mekeormat@2001:470:69fc:105::17e4) |
| 2022-09-07 06:50:47 +0000 | Bulby[m] | (~bulbyvrma@2001:470:69fc:105::1:fe0a) |
| 2022-09-07 06:50:47 +0000 | kadoban1 | (~kadoban@user/kadoban) |
| 2022-09-07 06:50:47 +0000 | jmcantrell | (~jmcantrel@user/jmcantrell) |
| 2022-09-07 06:50:47 +0000 | jinsun_ | (~jinsun@user/jinsun) |
| 2022-09-07 06:50:47 +0000 | ormaaj | (~ormaaj@user/ormaaj) |
| 2022-09-07 06:50:47 +0000 | nomagno | (~nomagno@2001:470:69fc:105::c1f0) |
| 2022-09-07 06:50:47 +0000 | vladan[m] | (~vladanmat@2001:470:69fc:105::2:24df) |
| 2022-09-07 06:50:47 +0000 | crazazy[m] | (~crazazyma@2001:470:69fc:105::2:6bd9) |
| 2022-09-07 06:50:47 +0000 | duckie | (~duckie@user/duckie) |
| 2022-09-07 06:50:47 +0000 | TravisAthougies[ | (~tathougie@2001:470:69fc:105::2:6fbd) |
| 2022-09-07 06:50:47 +0000 | Killy | (~killy@2001:470:69fc:105::2:6ec1) |
| 2022-09-07 06:50:47 +0000 | maerwald[m] | (~maerwaldm@2001:470:69fc:105::1ee) |
| 2022-09-07 06:50:47 +0000 | july541[m] | (~july541ma@2001:470:69fc:105::1:e416) |
| 2022-09-07 06:50:47 +0000 | Matthew|m | (~arathorn@2001:470:69fc:105::1f) |
| 2022-09-07 06:50:47 +0000 | sagax | (~sagax_nb@user/sagax) |
| 2022-09-07 06:50:47 +0000 | poscat | (~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) |
| 2022-09-07 06:50:47 +0000 | rembo10 | (~rembo10@main.remulis.com) |
| 2022-09-07 06:50:47 +0000 | psydroid | (~psydroid@user/psydroid) |
| 2022-09-07 06:50:47 +0000 | cheater | (~Username@user/cheater) |
| 2022-09-07 06:50:47 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) |
| 2022-09-07 06:50:47 +0000 | APic | (apic@apic.name) |
| 2022-09-07 06:50:47 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 06:50:47 +0000 | gawen | (~gawen@user/gawen) |
| 2022-09-07 06:50:47 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | Cale | (~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) |
| 2022-09-07 06:50:47 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) |
| 2022-09-07 06:50:47 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
| 2022-09-07 06:50:47 +0000 | jinsun | (~jinsun@user/jinsun) |
| 2022-09-07 06:50:47 +0000 | turlando | (~turlando@user/turlando) |
| 2022-09-07 06:50:47 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) |
| 2022-09-07 06:50:47 +0000 | adium | (adium@user/adium) |
| 2022-09-07 06:50:47 +0000 | lemonsnicks | (~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) |
| 2022-09-07 06:50:47 +0000 | img | (~img@user/img) |
| 2022-09-07 06:50:47 +0000 | ralu1 | (~ralu@static.211.245.203.116.clients.your-server.de) |
| 2022-09-07 06:50:47 +0000 | Philonous | (~Philonous@user/philonous) |
| 2022-09-07 06:50:47 +0000 | notzmv | (~zmv@user/notzmv) |
| 2022-09-07 06:50:47 +0000 | stefan-_ | (~cri@42dots.de) |
| 2022-09-07 06:50:47 +0000 | foghorn | (~foghorn@user/foghorn) |
| 2022-09-07 06:50:47 +0000 | xstill_ | (xstill@fimu/xstill) |
| 2022-09-07 06:50:47 +0000 | xsarnik | (xsarnik@lounge.fi.muni.cz) |
| 2022-09-07 06:50:47 +0000 | UNIX | (~kernel@user/OpenSource) |
| 2022-09-07 06:50:47 +0000 | zmt01 | (~zmt00@user/zmt00) |
| 2022-09-07 06:50:47 +0000 | Luj | (~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) |
| 2022-09-07 06:50:47 +0000 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | MonsoonSecrecy | (f78c86e960@2604:bf00:561:2000::f99) |
| 2022-09-07 06:50:47 +0000 | Andrew | (Andrew@user/AndrewYu) |
| 2022-09-07 06:50:47 +0000 | foul_owl | (~kerry@174-21-65-36.tukw.qwest.net) |
| 2022-09-07 06:50:47 +0000 | gdd1 | (~gdd@129.199.146.230) |
| 2022-09-07 06:50:47 +0000 | inversed | (~inversed@90.209.137.56) |
| 2022-09-07 06:50:47 +0000 | jakesyl____ | (sid56879@id-56879.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | sa | (sid1055@id-1055.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | koolazer | (~koo@user/koolazer) |
| 2022-09-07 06:50:47 +0000 | hook54321 | (sid149355@user/hook54321) |
| 2022-09-07 06:50:47 +0000 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) |
| 2022-09-07 06:50:47 +0000 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | mzan | (~quassel@mail.asterisell.com) |
| 2022-09-07 06:50:47 +0000 | justache | (~justache@user/justache) |
| 2022-09-07 06:50:47 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 06:50:47 +0000 | michalz | (~michalz@185.246.204.75) |
| 2022-09-07 06:50:47 +0000 | TonyStone | (~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) |
| 2022-09-07 06:50:47 +0000 | Deide | (~deide@user/deide) |
| 2022-09-07 06:50:47 +0000 | biberu | (~biberu@user/biberu) |
| 2022-09-07 06:50:47 +0000 | AkechiShiro | (~licht@user/akechishiro) |
| 2022-09-07 06:50:47 +0000 | shailangsa | (~shailangs@host86-186-133-23.range86-186.btcentralplus.com) |
| 2022-09-07 06:50:47 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) |
| 2022-09-07 06:50:47 +0000 | analoq | (~yashi@user/dies) |
| 2022-09-07 06:50:47 +0000 | niko | (niko@libera/staff/niko) |
| 2022-09-07 06:50:47 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
| 2022-09-07 06:50:47 +0000 | sudden | (~cat@user/sudden) |
| 2022-09-07 06:50:47 +0000 | m5zs7k | (aquares@web10.mydevil.net) |
| 2022-09-07 06:50:47 +0000 | mncheck | (~mncheck@193.224.205.254) |
| 2022-09-07 06:50:47 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) |
| 2022-09-07 06:50:47 +0000 | thatcher | (lp0@heathens.club) |
| 2022-09-07 06:50:47 +0000 | Ristovski | (~Ristovski@hellomouse/perf/ristovski) |
| 2022-09-07 06:50:47 +0000 | raym | (~raym@user/raym) |
| 2022-09-07 06:50:47 +0000 | potash | (~foghorn@user/foghorn) |
| 2022-09-07 06:50:47 +0000 | martin02 | (~silas@141.84.69.76) |
| 2022-09-07 06:50:47 +0000 | ente` | (~daemon@inferno.barfooze.de) |
| 2022-09-07 06:50:47 +0000 | gay9 | (~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) |
| 2022-09-07 06:50:47 +0000 | Me-me | (~me-me@user/me-me) |
| 2022-09-07 06:50:47 +0000 | Igloo | (~ian@matrix.chaos.earth.li) |
| 2022-09-07 06:50:47 +0000 | AlexNoo | (~AlexNoo@178.34.151.32) |
| 2022-09-07 06:50:47 +0000 | AlexZenon | (~alzenon@178.34.151.32) |
| 2022-09-07 06:50:47 +0000 | Alex_test | (~al_test@178.34.151.32) |
| 2022-09-07 06:50:47 +0000 | fjMSX | (~hypni2p@128-68-149-52.broadband.corbina.ru) |
| 2022-09-07 06:50:47 +0000 | shriekingnoise | (~shrieking@186.137.167.202) |
| 2022-09-07 06:50:47 +0000 | caubert | (~caubert@user/caubert) |
| 2022-09-07 06:50:47 +0000 | econo | (uid147250@user/econo) |
| 2022-09-07 06:50:47 +0000 | hgolden | (~Howard@cpe-172-251-233-141.socal.res.rr.com) |
| 2022-09-07 06:50:47 +0000 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | kadenwolff[m] | (~kadenwolf@2001:470:69fc:105::1:d97f) |
| 2022-09-07 06:50:47 +0000 | kristjansson | (sid126207@id-126207.tinside.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
| 2022-09-07 06:50:47 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) |
| 2022-09-07 06:50:47 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
| 2022-09-07 06:50:47 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) |
| 2022-09-07 06:50:47 +0000 | Kaiepi | (~Kaiepi@142.68.249.28) |
| 2022-09-07 06:50:47 +0000 | pavonia | (~user@user/siracusa) |
| 2022-09-07 06:50:47 +0000 | kmein | (~weechat@user/kmein) |
| 2022-09-07 06:50:47 +0000 | EvanR | (~EvanR@user/evanr) |
| 2022-09-07 06:50:47 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2022-09-07 06:50:47 +0000 | PiDelport | (uid25146@id-25146.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | thatcher_ | (lp0@heathens.club) |
| 2022-09-07 06:50:47 +0000 | causal | (~user@50.35.83.177) |
| 2022-09-07 06:50:47 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-09-07 06:50:47 +0000 | Sgeo | (~Sgeo@user/sgeo) |
| 2022-09-07 06:50:47 +0000 | Axman6 | (~Axman6@user/axman6) |
| 2022-09-07 06:50:47 +0000 | jushur | (~human@user/jushur) |
| 2022-09-07 06:50:47 +0000 | fjmorazan | (~quassel@user/fjmorazan) |
| 2022-09-07 06:50:47 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) |
| 2022-09-07 06:50:47 +0000 | euandreh | (~euandreh@179.214.113.107) |
| 2022-09-07 06:50:47 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
| 2022-09-07 06:50:47 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) |
| 2022-09-07 06:50:47 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) |
| 2022-09-07 06:50:47 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) |
| 2022-09-07 06:50:47 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 06:50:47 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 06:50:47 +0000 | frost | (~frost@user/frost) |
| 2022-09-07 06:50:47 +0000 | td_ | (~td@94.134.91.56) |
| 2022-09-07 06:50:47 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 06:50:47 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 06:50:47 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 06:50:47 +0000 | vglfr | (~vglfr@145.224.94.171) |
| 2022-09-07 06:50:47 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) |
| 2022-09-07 06:50:47 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 06:50:47 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 06:50:47 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 06:50:47 +0000 | mbuf | (~Shakthi@49.204.140.237) |
| 2022-09-07 06:50:47 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) |
| 2022-09-07 06:50:47 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
| 2022-09-07 06:50:47 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 06:50:47 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 06:50:47 +0000 | xsebek | (xsebek@swarm.znchost.com) |
| 2022-09-07 06:50:47 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 06:50:47 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) |
| 2022-09-07 06:50:47 +0000 | Techcable | (~Techcable@user/Techcable) |
| 2022-09-07 06:50:47 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) |
| 2022-09-07 06:50:47 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) |
| 2022-09-07 06:50:47 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) |
| 2022-09-07 06:50:47 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) |
| 2022-09-07 06:50:47 +0000 | sloorush | (~sloorush@52.187.184.81) |
| 2022-09-07 06:50:47 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 06:50:47 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 06:50:47 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-09-07 06:50:47 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 06:50:47 +0000 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2022-09-07 06:50:47 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-09-07 06:50:47 +0000 | johnw | (~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) |
| 2022-09-07 06:50:47 +0000 | gentauro | (~gentauro@user/gentauro) |
| 2022-09-07 06:50:47 +0000 | zaquest | (~notzaques@5.130.79.72) |
| 2022-09-07 06:50:47 +0000 | dolio | (~dolio@130.44.130.54) |
| 2022-09-07 06:50:47 +0000 | bbear | (~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) |
| 2022-09-07 06:50:47 +0000 | bebu | (uid567927@id-567927.uxbridge.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | res0nat0r084490 | (~Fletch@dia.whatbox.ca) |
| 2022-09-07 06:50:47 +0000 | tomgus1 | (~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3) |
| 2022-09-07 06:50:47 +0000 | Fischmie1 | (~Fischmiep@user/Fischmiep) |
| 2022-09-07 06:50:47 +0000 | finsternis | (~X@23.226.237.192) |
| 2022-09-07 06:50:47 +0000 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) |
| 2022-09-07 06:50:47 +0000 | lieven | (~mal@ns2.wyrd.be) |
| 2022-09-07 06:50:47 +0000 | yahb2 | (~yahb2@2a01:4f8:c0c:5c7b::2) |
| 2022-09-07 06:50:47 +0000 | Guest585 | (~mike@user/feetwind) |
| 2022-09-07 06:50:47 +0000 | leah2 | (~leah@vuxu.org) |
| 2022-09-07 06:50:47 +0000 | lyxia | (~lyxia@poisson.chat) |
| 2022-09-07 06:50:47 +0000 | Hafydd_ | (jc@user/hafydd) |
| 2022-09-07 06:50:47 +0000 | ryantrinkle | (~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7) |
| 2022-09-07 06:50:47 +0000 | Athas | (athas@sigkill.dk) |
| 2022-09-07 06:50:47 +0000 | jimki | (~jmaki@gazorpazorp.fixme.fi) |
| 2022-09-07 06:50:47 +0000 | FragByte | (~christian@user/fragbyte) |
| 2022-09-07 06:50:47 +0000 | pie_ | (~pie_bnc@user/pie/x-2818909) |
| 2022-09-07 06:50:47 +0000 | tcard | (~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp) |
| 2022-09-07 06:50:47 +0000 | dtman34 | (~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1) |
| 2022-09-07 06:50:47 +0000 | piele | (~piele@tbonesteak.creativeserver.net) |
| 2022-09-07 06:50:47 +0000 | kronicmage | (user88019@neotame.csclub.uwaterloo.ca) |
| 2022-09-07 06:50:47 +0000 | iphy | (sid67735@id-67735.lymington.irccloud.com) |
| 2022-09-07 06:50:47 +0000 | Zemyla | (~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com) |
| 2022-09-07 06:50:47 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) |
| 2022-09-07 06:50:47 +0000 | fryguybob | (~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) |
| 2022-09-07 06:50:47 +0000 | CAT_S | (apic@brezn3.muc.ccc.de) |
| 2022-09-07 06:50:47 +0000 | m1dnight | (~christoph@78-22-0-121.access.telenet.be) |
| 2022-09-07 06:50:47 +0000 | GoldsteinQ | (~goldstein@goldstein.rs) |
| 2022-09-07 06:50:47 +0000 | farn | (~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) |
| 2022-09-07 06:50:47 +0000 | nurupo | (~nurupo.ga@user/nurupo) |
| 2022-09-07 06:50:47 +0000 | zachel_ | (~zachel@user/zachel) |
| 2022-09-07 06:50:47 +0000 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) |
| 2022-09-07 06:50:48 +0000 | sjanssen | (~sjanssenm@2001:470:69fc:105::1:61d8) |
| 2022-09-07 06:50:48 +0000 | fgaz | (~fgaz@2001:470:69fc:105::842) |
| 2022-09-07 06:50:48 +0000 | jneira[m] | (~jneiramat@2001:470:69fc:105::d729) |
| 2022-09-07 06:50:48 +0000 | alexfmpe[m] | (~alexfmpem@2001:470:69fc:105::38ba) |
| 2022-09-07 06:50:48 +0000 | the-coot[m] | (~the-cootm@2001:470:69fc:105::95f) |
| 2022-09-07 06:50:48 +0000 | komikat[m] | (~komikatma@2001:470:69fc:105::1:c71e) |
| 2022-09-07 06:50:48 +0000 | Orbstheorem | (~orbstheor@2001:470:69fc:105::a56) |
| 2022-09-07 06:50:48 +0000 | ongy[m] | (~ongymatri@2001:470:69fc:105::5018) |
| 2022-09-07 06:50:48 +0000 | eL_Bart0 | (eL_Bart0@dietunichtguten.org) |
| 2022-09-07 06:50:48 +0000 | cdsmith | (~cdsmithma@2001:470:69fc:105::284) |
| 2022-09-07 06:50:48 +0000 | adziahel[m] | (~adziahelm@2001:470:69fc:105::b4d) |
| 2022-09-07 06:50:48 +0000 | phuegrvs[m] | (~phuegrvsm@2001:470:69fc:105::1:65e4) |
| 2022-09-07 06:50:48 +0000 | Guillaum[m] | (~guiboumat@2001:470:69fc:105::1:72ac) |
| 2022-09-07 06:50:48 +0000 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) |
| 2022-09-07 06:50:51 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 06:50:51 +0000 | kitzman | (~kitzman@user/dekenevs) (Max SendQ exceeded) |
| 2022-09-07 06:50:56 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | johnw | (~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | gentauro | (~gentauro@user/gentauro) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | zaquest | (~notzaques@5.130.79.72) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | dolio | (~dolio@130.44.130.54) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | bbear | (~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | bebu | (uid567927@id-567927.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:56 +0000 | res0nat0r084490 | (~Fletch@dia.whatbox.ca) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | tomgus1 | (~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Fischmie1 | (~Fischmiep@user/Fischmiep) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | finsternis | (~X@23.226.237.192) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | eL_Bart0 | (eL_Bart0@dietunichtguten.org) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | ongy[m] | (~ongymatri@2001:470:69fc:105::5018) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | the-coot[m] | (~the-cootm@2001:470:69fc:105::95f) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | komikat[m] | (~komikatma@2001:470:69fc:105::1:c71e) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Orbstheorem | (~orbstheor@2001:470:69fc:105::a56) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | alexfmpe[m] | (~alexfmpem@2001:470:69fc:105::38ba) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | jneira[m] | (~jneiramat@2001:470:69fc:105::d729) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | fgaz | (~fgaz@2001:470:69fc:105::842) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | sjanssen | (~sjanssenm@2001:470:69fc:105::1:61d8) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | zachel_ | (~zachel@user/zachel) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | nurupo | (~nurupo.ga@user/nurupo) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | farn | (~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | GoldsteinQ | (~goldstein@goldstein.rs) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | m1dnight | (~christoph@78-22-0-121.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | CAT_S | (apic@brezn3.muc.ccc.de) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | fryguybob | (~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Zemyla | (~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | kronicmage | (user88019@neotame.csclub.uwaterloo.ca) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | piele | (~piele@tbonesteak.creativeserver.net) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | iphy | (sid67735@id-67735.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | dtman34 | (~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | tcard | (~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | pie_ | (~pie_bnc@user/pie/x-2818909) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | FragByte | (~christian@user/fragbyte) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | jimki | (~jmaki@gazorpazorp.fixme.fi) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Athas | (athas@sigkill.dk) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | ryantrinkle | (~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Hafydd_ | (jc@user/hafydd) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | lyxia | (~lyxia@poisson.chat) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | leah2 | (~leah@vuxu.org) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Guest585 | (~mike@user/feetwind) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | yahb2 | (~yahb2@2a01:4f8:c0c:5c7b::2) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | lieven | (~mal@ns2.wyrd.be) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | cdsmith | (~cdsmithma@2001:470:69fc:105::284) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | adziahel[m] | (~adziahelm@2001:470:69fc:105::b4d) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | phuegrvs[m] | (~phuegrvsm@2001:470:69fc:105::1:65e4) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Guillaum[m] | (~guiboumat@2001:470:69fc:105::1:72ac) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | Teacup_ | (~teacup@user/teacup) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | xsebek | (xsebek@swarm.znchost.com) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | miffi | (~miffi@user/miffi) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | mbuf | (~Shakthi@49.204.140.237) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | vglfr | (~vglfr@145.224.94.171) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | td_ | (~td@94.134.91.56) (*.net *.split) |
| 2022-09-07 06:50:57 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | euandreh | (~euandreh@179.214.113.107) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | fjmorazan | (~quassel@user/fjmorazan) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | kmein | (~weechat@user/kmein) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | pavonia | (~user@user/siracusa) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Kaiepi | (~Kaiepi@142.68.249.28) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | caubert | (~caubert@user/caubert) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | fjMSX | (~hypni2p@128-68-149-52.broadband.corbina.ru) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Alex_test | (~al_test@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | AlexZenon | (~alzenon@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Me-me | (~me-me@user/me-me) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | martin02 | (~silas@141.84.69.76) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | potash | (~foghorn@user/foghorn) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | thatcher | (lp0@heathens.club) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | niko | (niko@libera/staff/niko) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | analoq | (~yashi@user/dies) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | shailangsa | (~shailangs@host86-186-133-23.range86-186.btcentralplus.com) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | TonyStone | (~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | michalz | (~michalz@185.246.204.75) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Philonous | (~Philonous@user/philonous) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | lemonsnicks | (~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | turlando | (~turlando@user/turlando) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | gawen | (~gawen@user/gawen) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | rembo10 | (~rembo10@main.remulis.com) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | qwedfg | (~qwedfg@user/qwedfg) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | energizer | (~energizer@user/energizer) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | macabre | (~m@161.35.15.236) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | cyphase | (~cyphase@user/cyphase) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Trattue | (~Trattue@152.70.182.158) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | akhesacaro | (~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Logio | (em@kapsi.fi) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | wolfshappen | (~waff@irc.furworks.de) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | arahael | (~arahael@14-200-135-92.tpgi.com.au) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | tomboy64 | (~tomboy64@user/tomboy64) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | rodental | (~rodental@38.146.5.222) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | davean | (~davean@davean.sciesnet.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | sm[i]_ | (~user@li229-222.members.linode.com) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | x88x88x | (~x88x88x@149.28.53.172) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | sander | (~sander@user/sander) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | cross_ | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | auri_ | (~auri@fsf/member/auri) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | quintasan_ | (~quassel@quintasan.pl) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Taneb0 | (~Taneb@runciman.hacksoc.org) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | telser_ | (~quassel@user/telser) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | zzz | (~z@user/zero) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | matijja` | (~matijja@193.77.181.201) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | drewolson | (~drewolson@user/drewolson) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | jrm | (~jrm@user/jrm) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | dwt_ | (~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | mcfrdy | (~mcfrdy@user/mcfrdy) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | andreas303 | (andreas303@ip227.orange.bnc4free.com) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | chimp_ | (~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | coldtom | (~coldtom@coldrick.cc) (*.net *.split) |
| 2022-09-07 06:50:58 +0000 | _________ | (~nobody@user/noodly) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | mjs2600 | (~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | tv | (~tv@user/tv) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Hecate | (~mariposa@user/hecate) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | acarrico | (~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | thaumavorio | (~thaumavor@thaumavor.io) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | tessier | (~treed@98.171.210.130) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | dumptruckman | (~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | robbert-vdh | (~robbert@robbertvanderhelm.nl) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | carbolymer | (~carbolyme@dropacid.net) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | july541[m] | (~july541ma@2001:470:69fc:105::1:e416) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | crazazy[m] | (~crazazyma@2001:470:69fc:105::2:6bd9) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | nomagno | (~nomagno@2001:470:69fc:105::c1f0) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Artem[m]12 | (~artemtype@2001:470:69fc:105::75b) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | psydroid | (~psydroid@user/psydroid) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | sm1 | (~sm@plaintextaccounting/sm) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | ManofLetters[m] | (~manoflett@2001:470:69fc:105::3be) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | ericson2314 | (~ericson23@2001:470:69fc:105::70c) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | ajf___[m] | (~ajfmatrix@2001:470:69fc:105::2:5be3) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | dminuoso | (~dminuoso@user/dminuoso) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | derelict | (~derelict@user/derelict) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | amir | (sid22336@user/amir) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | T_S_ | (sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Pent | (sid313808@id-313808.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | qhong | (~qhong@rescomp-21-400677.stanford.edu) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | pjlsergeant | (sid143467@id-143467.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | mustafa | (sid502723@rockylinux/releng/mustafa) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | pepeiborra | (sid443799@id-443799.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | JSharp | (sid4580@id-4580.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | nckx | (~nckx@tobias.gr) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | JimL | (~quassel@89-162-2-132.fiber.signal.no) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | jamestmartin | (~james@jtmar.me) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | idnar | (sid12240@debian/mithrandi) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | rune | (sid21167@id-21167.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | V | (~v@ircpuzzles/2022/april/winner/V) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | teehemkay | (sid14792@id-14792.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Flow | (~none@gentoo/developer/flow) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | krjst | (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | asm | (~alexander@user/asm) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | Guest1698 | (~Guest1698@20.83.116.49) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | danso | (danso@danso.ca) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | andjjj23 | (~irc@107.170.228.47) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | dka_ | (~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | tired | (~tired@user/tired) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | kawen | (~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | sclv | (sid39734@haskell/developer/sclv) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | mxs | (~mxs@user/mxs) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | dequbed | (~dequbed@banana-new.kilobyte22.de) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | scav | (sid309693@user/scav) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | parseval | (sid239098@id-239098.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | gaze___ | (sid387101@id-387101.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:50:59 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | shinjipf | (~shinjipf@2a02:c207:2082:6685::1) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | raoul | (~raoul@95.179.203.88) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | jackhill | (~jackhill@kalessin.dragonsnail.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | haveo_ | (~haveo@sl35.iuwt.fr) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | eldritch | (~eldritch@user/eldritch) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | another-axel-bee | (~axel-bee@alexbenishek.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | jakalx | (~jakalx@base.jakalx.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | causal | (~user@50.35.83.177) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | thatcher_ | (lp0@heathens.club) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | nahcetan | (~nate@98.45.169.16) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | son0p | (~ff@181.136.122.143) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | Jonno_FTW | (~come@user/jonno-ftw/x-0835346) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | TMA | (tma@twin.jikos.cz) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | sshine_ | (~simon@exocortex.online) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | meejah | (~meejah@rutas.meejah.ca) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | defanor | (~defanor@tart.uberspace.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | hexeme_ | (~hexeme@user/hexeme) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | mrmr | (~mrmr@user/mrmr) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | chronon | (~chronon@user/chronon) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | RMSBach | (~guygastin@137.184.131.156) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | red-snail1 | (~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | loonycyborg_ | (loonycybor@chantal.wesnoth.org) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | ncf | (~n@monade.li) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | wrengr | (~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | LambdaDuck | (~anka@ksit.fixme.fi) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | maerwald | (~maerwald@user/maerwald) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | srk | (~sorki@user/srk) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | fiddlerwoaroof | (~fiddlerwo@user/fiddlerwoaroof) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | cynomys | (~cynomys@user/cynomys) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | ridcully | (~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | sweater1 | (~sweater@206.81.18.26) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | blades | (~blades@204.48.29.163) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | dfordivam1 | (~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | darkling | (~darkling@savella.carfax.org.uk) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | avpx | (~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | c_wraith | (~c_wraith@adjoint.us) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | mcglk | (~mcglk@131.191.49.120) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | heath | (~heath@user/heath) (*.net *.split) |
| 2022-09-07 06:51:00 +0000 | byorgey | (~byorgey@155.138.238.211) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | df | (~ben@justworks.xyz) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | tstat | (~tstat@user/tstat) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | tdammers | (~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | simpleauthority | (~simpleaut@user/simpleauthority) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | noctux1 | (KOx7x4g3XX@karif.server-speed.net) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | kosmikus | (~kosmikus@nullzig.kosmikus.org) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | Cheery | (~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | Profpatsch | (~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | marienz | (marienz@libera/staff/marienz) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | tureba | (~tureba@tureba.org) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | sloorush | (~sloorush@52.187.184.81) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | hgolden | (~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | mncheck | (~mncheck@193.224.205.254) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | biberu | (~biberu@user/biberu) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | hook54321 | (sid149355@user/hook54321) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | notzmv | (~zmv@user/notzmv) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | cheater | (~Username@user/cheater) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | duckie | (~duckie@user/duckie) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | Bulby[m] | (~bulbyvrma@2001:470:69fc:105::1:fe0a) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | FurudeRika[m] | (~chitandae@2001:470:69fc:105::1:6039) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | steve[m]1 | (~stevetrou@2001:470:69fc:105::e0b) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | jludwig | (~justin@user/jludwig) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | nerdypepper | (~nerdypepp@user/nerdypepper) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | noteness | (~noteness@user/noteness) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | bah | (~bah@l1.tel) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | Henkru | (henkru@kapsi.fi) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | einfair_ | (~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | gff_ | (~gff@user/gff) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | dfg | (dfg@user/dfg) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | glider | (~glider@user/glider) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | bollu | (~bollu@159.65.151.13) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | MironZ | (~MironZ@nat-infra.ehlab.uk) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | ell | (~ellie@user/ellie) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | asivitz | (uid178348@id-178348.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | crns | (~netcrns@user/crns) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | bjobjo | (~bjobjo@user/bjobjo) (*.net *.split) |
| 2022-09-07 06:51:01 +0000 | gnyeki | (~gnyeki@user/gnyeki) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | Patternmaster | (~georg@user/Patternmaster) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | hololeap | (~quassel@user/hololeap) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | kristjansson | (sid126207@id-126207.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | econo | (uid147250@user/econo) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | raym | (~raym@user/raym) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | MonsoonSecrecy | (f78c86e960@2604:bf00:561:2000::f99) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | APic | (apic@apic.name) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | vladan[m] | (~vladanmat@2001:470:69fc:105::2:24df) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | jinsun_ | (~jinsun@user/jinsun) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | ormaaj | (~ormaaj@user/ormaaj) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | jmcantrell | (~jmcantrel@user/jmcantrell) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | kadoban1 | (~kadoban@user/kadoban) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | monadplus[m] | (~monadplus@2001:470:69fc:105::2:5fa2) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | sektor[m] | (~sektor@2001:470:69fc:105::2:3f60) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | aviladev[m] | (~aviladevm@2001:470:69fc:105::1:cbc7) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | siraben | (~siraben@user/siraben) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | JensPetersen[m] | (~juhp@2001:470:69fc:105::6e9) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | Inoperable | (~PLAYER_1@fancydata.science) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | mjacob | (~mjacob@adrastea.uberspace.de) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | immae | (~immae@2a01:4f8:141:53e7::) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | Ranhir | (~Ranhir@157.97.53.139) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | megaTherion | (~therion@unix.io) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | ajb_ | (~ajb@mimas.whatbox.ca) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | darxun | (sid504814@id-504814.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | lechner | (lechner@debian/lechner) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | siers | (~ij@user/ij) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | drlkf | (~drlkf@chat.drlkf.net) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | hugo | (znc@verdigris.lysator.liu.se) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | arkeet | (~arkeet@moriya.ca) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | mimmy | (~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | Moyst__ | (~moyst@user/moyst) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | marquis_andras | (~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | bcoppens | (~bartcopp@vpn2.bartcoppens.be) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | vulpine | (xfnw@tilde.team) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | tinwood | (~tinwood@canonical/tinwood) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | lagash | (lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (*.net *.split) |
| 2022-09-07 06:51:02 +0000 | EvanR | (~EvanR@user/evanr) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | m5zs7k | (aquares@web10.mydevil.net) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | koolazer | (~koo@user/koolazer) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | sa | (sid1055@id-1055.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | inversed | (~inversed@90.209.137.56) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | xstill_ | (xstill@fimu/xstill) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | ralu1 | (~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | mekeor[m] | (~mekeormat@2001:470:69fc:105::17e4) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | Player-205[m] | (~sashaserp@2001:470:69fc:105::2:30b8) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | |beowulf| | (florian@sourcemage/mage/beowulf) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | nibelungen | (~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | sviermsung | (E3Ya4Aww1k@user/s4msung) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | whatsupboy | (~whatsupbo@user/scobydoo) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | agander_m | (sid407952@id-407952.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | wafflepirate | (sid467876@id-467876.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | dispater- | (~dispater@mail.brprice.uk) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | orcus | (~orcus@user/brprice) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | integral | (sid296274@user/integral) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | PotatoGim_ | (sid99505@id-99505.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | cln | (sid336875@id-336875.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | ysh____ | (sid6017@id-6017.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | feliix42 | (~felix@gibbs.uberspace.de) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | sooch_ | (sid533113@id-533113.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | christiaanb | (sid84827@id-84827.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | edmundnoble | (sid229620@id-229620.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | supersven | (sid501114@id-501114.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | wallymathieu | (sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | AndreasK | (sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | sabx | (~sabbas@user/sabbas) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | urdh | (~urdh@user/urdh) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | SIben | (~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | int-e | (~noone@int-e.eu) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | AWizzArd | (~code@gehrels.uberspace.de) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | rawles | (~x@user/rawles) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | edwardk | (sid47016@haskell/developer/edwardk) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | dixie | (~dixie@real.wilbury.sk) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | xacktm | (xacktm@user/xacktm) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | acidsys | (~crameleon@openSUSE/member/crameleon) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | thonkpod_ | (~thonkpod@user/thonkpod) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | drewr | (~drew@user/drewr) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | yushyin | (w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | kadenwolff[m] | (~kadenwolf@2001:470:69fc:105::1:d97f) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | gay9 | (~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | Deide | (~deide@user/deide) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | Andrew | (Andrew@user/AndrewYu) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | zmt01 | (~zmt00@user/zmt00) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | UNIX | (~kernel@user/OpenSource) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | xsarnik | (xsarnik@lounge.fi.muni.cz) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | stefan-_ | (~cri@42dots.de) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) (*.net *.split) |
| 2022-09-07 06:51:03 +0000 | poscat | (~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | maerwald[m] | (~maerwaldm@2001:470:69fc:105::1ee) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | baaash[m] | (~baaashmat@2001:470:69fc:105::2:1e90) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | fr33domlover[m] | (~fr33domlo@2001:470:69fc:105::1:3bb6) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | polykernel[m] | (~polykerne@user/polykernel) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | elvishjerricco1 | (~elvishjer@2001:470:69fc:105::6172) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | vito | (sid1962@user/vito) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | alinab | (sid468903@id-468903.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | earthy | (~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | haritz | (~hrtz@user/haritz) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | systemfault | (sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | dunj3 | (~dunj3@kingdread.de) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | gonz_______ | (sid304396@id-304396.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | dagit | (~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | welterde | (welterde@thinkbase.srv.welterde.de) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | ringo__ | (~ringo@157.230.117.128) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | dragestil | (~znc@user/dragestil) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | brprice | (~brprice@user/brprice) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | bw | (sid2730@user/betawaffle) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | chessai | (sid225296@id-225296.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | nrr____ | (sid20938@id-20938.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | burakcank | (burakcank@has.arrived.and.is.ready-to.party) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | tomsmeding | (~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | shachaf | (~shachaf@user/shachaf) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | jjhoo | (jahakala@user/jjhoo) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | hltk | (~hltk@hltk.fi) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | shane | (~shane@ana.rch.ist) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | hiredman | (~hiredman@frontier1.downey.family) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | stvc | (~stvc@192.241.166.39) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Arsen | (arsen@managarm/dev/Arsen) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | grfn | (sid449115@id-449115.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Dykam | (Dykam@dykam.nl) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | apache2 | (apache2@anubis.0x90.dk) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | toeffel | (~toeffel@user/toeffel) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | shriekingnoise | (~shrieking@186.137.167.202) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | AlexNoo | (~AlexNoo@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Ristovski | (~Ristovski@hellomouse/perf/ristovski) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | AkechiShiro | (~licht@user/akechishiro) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Luj | (~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | foghorn | (~foghorn@user/foghorn) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | adium | (adium@user/adium) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | jinsun | (~jinsun@user/jinsun) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | sagax | (~sagax_nb@user/sagax) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Matthew|m | (~arathorn@2001:470:69fc:105::1f) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Killy | (~killy@2001:470:69fc:105::2:6ec1) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | TravisAthougies[ | (~tathougie@2001:470:69fc:105::2:6fbd) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | sibnull[m] | (~sibnullma@2001:470:69fc:105::1:1291) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | geekosaur[m] | (~geekosaur@xmonad/geekosaur) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) (*.net *.split) |
| 2022-09-07 06:51:04 +0000 | Christoph[m] | (~hpotsirhc@2001:470:69fc:105::2ff8) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | nisstyre | (wes@user/nisstyre) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | heartburn | (~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | swistak- | (~swistak@185.21.216.141) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | tnks | (sid412124@id-412124.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | ByronJohnson | (~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | acro | (~acro@user/acro) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Yumemi_ | (~Yumemi@chamoin.net) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | davl_ | (~davl@207.154.228.18) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | _\_ | (~o@user/offon) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | emanon42 | (~emanon42@103.120.19.44) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | noctux | (~noctux@user/noctux) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | leeb | (~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Adeon | (sid418992@id-418992.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | califax | (~califax@user/califx) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | `\` | (~blop@user/blop) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Techcable | (~Techcable@user/Techcable) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | jushur | (~human@user/jushur) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Sgeo | (~Sgeo@user/sgeo) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | PiDelport | (uid25146@id-25146.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | Igloo | (~ian@matrix.chaos.earth.li) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | ente` | (~daemon@inferno.barfooze.de) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | sudden | (~cat@user/sudden) (*.net *.split) |
| 2022-09-07 06:51:05 +0000 | justache | (~justache@user/justache) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | mzan | (~quassel@mail.asterisell.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | jakesyl____ | (sid56879@id-56879.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | gdd1 | (~gdd@129.199.146.230) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | foul_owl | (~kerry@174-21-65-36.tukw.qwest.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | img | (~img@user/img) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Cale | (~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Colere | (~colere@about/linux/staff/sauvin) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | hays | (rootvegeta@fsf/member/hays) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | kjak | (~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | kadobanana | (~mud@user/kadoban) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | mmaruseacph2 | (~mihai@198.199.98.239) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | bcmiller | (~bm3719@66.42.95.185) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | wagle | (~wagle@quassel.wagle.io) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | malte | (~malte@mal.tc) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | kraftwerk28_ | (~kraftwerk@178.62.210.83) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | tompaw_ | (~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | oats | (~thomas@user/oats) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | xerox__ | (~edi@user/edi) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | aku_ | (~aku@163.172.137.34) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | lbseale_ | (~quassel@user/ep1ctetus) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Clint | (~Clint@user/clint) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Unode | (~Unode@194.94.44.220) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | ouroboros | (~ouroboros@user/ouroboros) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | stilgart | (~Christoph@chezlefab.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | lambdap23 | (~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | drdo | (~drdo@roach0.drdo.eu) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | elkcl | (~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | qrpnxz | (~qrpnxz@fsf/member/qrpnxz) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | haasn | (~nand@haasn.dev) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | [exa] | (exa@user/exa/x-3587197) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | melonai- | (~mel@rnrd.eu) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | vgtw | (~vgtw@user/vgtw) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | echoreply | (~echoreply@45.32.163.16) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | ddb | (~ddb@ipv6two.tilde.club) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | micro | (~micro@user/micro) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Typedfern | (~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | juri_ | (~juri@84-19-175-179.pool.ovpn.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | tristanC | (~tristanC@user/tristanc) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | lisq | (~quassel@lis.moe) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | peutri_ | (~peutri@bobo.desast.re) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | ProofTechnique | (sid79547@id-79547.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | pierrot | (~pi@user/pierrot) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | megeve | (sid523379@id-523379.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | jackdk | (sid373013@cssa/jackdk) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | natto17 | (~natto@140.238.225.67) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | koz_ | (~koz@121.99.240.58) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | tritlo | (sid58727@user/tritlo) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | saolsen | (sid26430@id-26430.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | jmct | (sid160793@id-160793.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | nonzen | (~nonzen@user/nonzen) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | darkstardev13 | (~darkstard@50.53.212.60) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | remedan | (~remedan@octo.cafe) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Axman6 | (~Axman6@user/axman6) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | Tisoxin | (~ikosit@user/ikosit) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | smichel17[m] | (~smichel17@2001:470:69fc:105::2d32) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | SeanKing[m] | (~seankingm@2001:470:69fc:105::cf9c) (*.net *.split) |
| 2022-09-07 06:51:06 +0000 | tubogram44 | (~tubogram@user/tubogram) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | schuelermine[m] | (~schuelerm@user/schuelermine) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | pareto-optimal-d | (~pareto-op@2001:470:69fc:105::1:b61f) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | chreekat | (~chreekat@2001:470:69fc:105::16b5) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | vaibhavsagar[m] | (~vaibhavsa@2001:470:69fc:105::ffe) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | cdepillabout[m] | (~cdepillab@2001:470:69fc:105::3d3) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | jean-paul[m] | (~jean-paul@2001:470:69fc:105::d1ab) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | frost | (~frost@user/frost) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | ChanServ | (ChanServ@services.libera.chat) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | litharge | (litharge@libera/bot/litharge) (*.net *.split) |
| 2022-09-07 06:51:07 +0000 | zfnmxt | (~zfnmxt@2001:470:69fc:105::2b32) (Ping timeout: 261 seconds) |
| 2022-09-07 06:51:29 +0000 | aaron[m]1234 | (~aaronvarg@2001:470:69fc:105::db5e) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | Clinton[m] | (~clintonme@2001:470:69fc:105::2:31d4) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | ilichu[m] | (~ilichumat@2001:470:69fc:105::2:6afb) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | maralorn | (~maralorn@2001:470:69fc:105::251) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | peddie | (~peddie@2001:470:69fc:105::25d) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | monadplus[m]1 | (~arnauabel@2001:470:69fc:105::2:6085) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | romes[m] | (~romesmatr@2001:470:69fc:105::2:1660) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | unclechu | (~unclechu@2001:470:69fc:105::354) (Ping timeout: 255 seconds) |
| 2022-09-07 06:51:29 +0000 | famubu[m] | (~famubumat@2001:470:69fc:105::1081) (Ping timeout: 255 seconds) |
| 2022-09-07 06:52:23 +0000 | fendor[m] | (~fendormat@2001:470:69fc:105::fcbd) (Ping timeout: 255 seconds) |
| 2022-09-07 06:52:23 +0000 | jz99[m] | (~jz99matri@2001:470:69fc:105::1:d5f1) (Ping timeout: 255 seconds) |
| 2022-09-07 06:53:17 +0000 | NiKaN | (sid385034@id-385034.helmsley.irccloud.com) (Ping timeout: 249 seconds) |
| 2022-09-07 06:55:59 +0000 | sunarch | (sid526836@user/sunarch) (Ping timeout: 255 seconds) |
| 2022-09-07 06:55:59 +0000 | hnOsmium0001 | (uid453710@user/hnOsmium0001) (Ping timeout: 255 seconds) |
| 2022-09-07 06:56:46 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) |
| 2022-09-07 06:56:46 +0000 | akegalj | (~akegalj@93-136-78-113.adsl.net.t-com.hr) |
| 2022-09-07 06:56:46 +0000 | kitzman | (~kitzman@user/dekenevs) |
| 2022-09-07 06:56:46 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 06:56:46 +0000 | Teacup_ | (~teacup@user/teacup) |
| 2022-09-07 06:56:46 +0000 | litharge | (litharge@libera/bot/litharge) |
| 2022-09-07 06:56:46 +0000 | ChanServ | (ChanServ@services.libera.chat) |
| 2022-09-07 06:56:46 +0000 | tubogram44 | (~tubogram@user/tubogram) |
| 2022-09-07 06:56:46 +0000 | Colere | (~colere@about/linux/staff/sauvin) |
| 2022-09-07 06:56:46 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) |
| 2022-09-07 06:56:46 +0000 | hays | (rootvegeta@fsf/member/hays) |
| 2022-09-07 06:56:46 +0000 | kjak | (~kjak@pool-108-31-68-111.washdc.fios.verizon.net) |
| 2022-09-07 06:56:46 +0000 | kadobanana | (~mud@user/kadoban) |
| 2022-09-07 06:56:46 +0000 | mmaruseacph2 | (~mihai@198.199.98.239) |
| 2022-09-07 06:56:46 +0000 | bcmiller | (~bm3719@66.42.95.185) |
| 2022-09-07 06:56:46 +0000 | wagle | (~wagle@quassel.wagle.io) |
| 2022-09-07 06:56:46 +0000 | malte | (~malte@mal.tc) |
| 2022-09-07 06:56:46 +0000 | kraftwerk28_ | (~kraftwerk@178.62.210.83) |
| 2022-09-07 06:56:46 +0000 | oats | (~thomas@user/oats) |
| 2022-09-07 06:56:46 +0000 | xerox__ | (~edi@user/edi) |
| 2022-09-07 06:56:46 +0000 | aku_ | (~aku@163.172.137.34) |
| 2022-09-07 06:56:46 +0000 | tompaw_ | (~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) |
| 2022-09-07 06:56:46 +0000 | lbseale_ | (~quassel@user/ep1ctetus) |
| 2022-09-07 06:56:46 +0000 | Clint | (~Clint@user/clint) |
| 2022-09-07 06:56:46 +0000 | Unode | (~Unode@194.94.44.220) |
| 2022-09-07 06:56:46 +0000 | ouroboros | (~ouroboros@user/ouroboros) |
| 2022-09-07 06:56:46 +0000 | stilgart | (~Christoph@chezlefab.net) |
| 2022-09-07 06:56:46 +0000 | lambdap23 | (~lambdap@static.167.190.119.168.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | drdo | (~drdo@roach0.drdo.eu) |
| 2022-09-07 06:56:46 +0000 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) |
| 2022-09-07 06:56:46 +0000 | elkcl | (~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) |
| 2022-09-07 06:56:46 +0000 | qrpnxz | (~qrpnxz@fsf/member/qrpnxz) |
| 2022-09-07 06:56:46 +0000 | haasn | (~nand@haasn.dev) |
| 2022-09-07 06:56:46 +0000 | [exa] | (exa@user/exa/x-3587197) |
| 2022-09-07 06:56:46 +0000 | melonai- | (~mel@rnrd.eu) |
| 2022-09-07 06:56:46 +0000 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) |
| 2022-09-07 06:56:46 +0000 | vgtw | (~vgtw@user/vgtw) |
| 2022-09-07 06:56:46 +0000 | echoreply | (~echoreply@45.32.163.16) |
| 2022-09-07 06:56:46 +0000 | ddb | (~ddb@ipv6two.tilde.club) |
| 2022-09-07 06:56:46 +0000 | micro | (~micro@user/micro) |
| 2022-09-07 06:56:46 +0000 | Typedfern | (~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) |
| 2022-09-07 06:56:46 +0000 | juri_ | (~juri@84-19-175-179.pool.ovpn.com) |
| 2022-09-07 06:56:46 +0000 | tristanC | (~tristanC@user/tristanc) |
| 2022-09-07 06:56:46 +0000 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) |
| 2022-09-07 06:56:46 +0000 | lisq | (~quassel@lis.moe) |
| 2022-09-07 06:56:46 +0000 | peutri_ | (~peutri@bobo.desast.re) |
| 2022-09-07 06:56:46 +0000 | ProofTechnique | (sid79547@id-79547.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | silver.libera.chat | +o ChanServ |
| 2022-09-07 06:56:46 +0000 | pierrot | (~pi@user/pierrot) |
| 2022-09-07 06:56:46 +0000 | megeve | (sid523379@id-523379.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | natto17 | (~natto@140.238.225.67) |
| 2022-09-07 06:56:46 +0000 | jackdk | (sid373013@cssa/jackdk) |
| 2022-09-07 06:56:46 +0000 | koz_ | (~koz@121.99.240.58) |
| 2022-09-07 06:56:46 +0000 | nonzen | (~nonzen@user/nonzen) |
| 2022-09-07 06:56:46 +0000 | tritlo | (sid58727@user/tritlo) |
| 2022-09-07 06:56:46 +0000 | saolsen | (sid26430@id-26430.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | jmct | (sid160793@id-160793.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | darkstardev13 | (~darkstard@50.53.212.60) |
| 2022-09-07 06:56:46 +0000 | remedan | (~remedan@octo.cafe) |
| 2022-09-07 06:56:46 +0000 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) |
| 2022-09-07 06:56:46 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) |
| 2022-09-07 06:56:46 +0000 | nisstyre | (wes@user/nisstyre) |
| 2022-09-07 06:56:46 +0000 | heartburn | (~gass@2a00:d880:3:1::b1e4:b241) |
| 2022-09-07 06:56:46 +0000 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) |
| 2022-09-07 06:56:46 +0000 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) |
| 2022-09-07 06:56:46 +0000 | swistak- | (~swistak@185.21.216.141) |
| 2022-09-07 06:56:46 +0000 | tnks | (sid412124@id-412124.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | ByronJohnson | (~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) |
| 2022-09-07 06:56:46 +0000 | acro | (~acro@user/acro) |
| 2022-09-07 06:56:46 +0000 | Yumemi_ | (~Yumemi@chamoin.net) |
| 2022-09-07 06:56:46 +0000 | davl_ | (~davl@207.154.228.18) |
| 2022-09-07 06:56:46 +0000 | _\_ | (~o@user/offon) |
| 2022-09-07 06:56:46 +0000 | leeb | (~leeb@tk2-243-31079.vs.sakura.ne.jp) |
| 2022-09-07 06:56:46 +0000 | emanon42 | (~emanon42@103.120.19.44) |
| 2022-09-07 06:56:46 +0000 | noctux | (~noctux@user/noctux) |
| 2022-09-07 06:56:46 +0000 | Adeon | (sid418992@id-418992.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) |
| 2022-09-07 06:56:46 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) |
| 2022-09-07 06:56:46 +0000 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | vito | (sid1962@user/vito) |
| 2022-09-07 06:56:46 +0000 | alinab | (sid468903@id-468903.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | earthy | (~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) |
| 2022-09-07 06:56:46 +0000 | haritz | (~hrtz@user/haritz) |
| 2022-09-07 06:56:46 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) |
| 2022-09-07 06:56:46 +0000 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | systemfault | (sid267009@id-267009.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | dunj3 | (~dunj3@kingdread.de) |
| 2022-09-07 06:56:46 +0000 | gonz_______ | (sid304396@id-304396.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | dagit | (~dagit@2001:558:6025:38:6476:a063:d05a:44da) |
| 2022-09-07 06:56:46 +0000 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | welterde | (welterde@thinkbase.srv.welterde.de) |
| 2022-09-07 06:56:46 +0000 | ringo__ | (~ringo@157.230.117.128) |
| 2022-09-07 06:56:46 +0000 | dragestil | (~znc@user/dragestil) |
| 2022-09-07 06:56:46 +0000 | brprice | (~brprice@user/brprice) |
| 2022-09-07 06:56:46 +0000 | bw | (sid2730@user/betawaffle) |
| 2022-09-07 06:56:46 +0000 | nrr____ | (sid20938@id-20938.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | chessai | (sid225296@id-225296.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | burakcank | (burakcank@has.arrived.and.is.ready-to.party) |
| 2022-09-07 06:56:46 +0000 | tomsmeding | (~tomsmedin@2a01:4f8:c0c:5e5e::2) |
| 2022-09-07 06:56:46 +0000 | shachaf | (~shachaf@user/shachaf) |
| 2022-09-07 06:56:46 +0000 | jjhoo | (jahakala@user/jjhoo) |
| 2022-09-07 06:56:46 +0000 | hltk | (~hltk@hltk.fi) |
| 2022-09-07 06:56:46 +0000 | shane | (~shane@ana.rch.ist) |
| 2022-09-07 06:56:46 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) |
| 2022-09-07 06:56:46 +0000 | hiredman | (~hiredman@frontier1.downey.family) |
| 2022-09-07 06:56:46 +0000 | stvc | (~stvc@192.241.166.39) |
| 2022-09-07 06:56:46 +0000 | Arsen | (arsen@managarm/dev/Arsen) |
| 2022-09-07 06:56:46 +0000 | grfn | (sid449115@id-449115.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | Dykam | (Dykam@dykam.nl) |
| 2022-09-07 06:56:46 +0000 | apache2 | (apache2@anubis.0x90.dk) |
| 2022-09-07 06:56:46 +0000 | |beowulf| | (florian@sourcemage/mage/beowulf) |
| 2022-09-07 06:56:46 +0000 | nibelungen | (~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) |
| 2022-09-07 06:56:46 +0000 | sviermsung | (E3Ya4Aww1k@user/s4msung) |
| 2022-09-07 06:56:46 +0000 | whatsupboy | (~whatsupbo@user/scobydoo) |
| 2022-09-07 06:56:46 +0000 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) |
| 2022-09-07 06:56:46 +0000 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | agander_m | (sid407952@id-407952.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | dispater- | (~dispater@mail.brprice.uk) |
| 2022-09-07 06:56:46 +0000 | wafflepirate | (sid467876@id-467876.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | PotatoGim_ | (sid99505@id-99505.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | cln | (sid336875@id-336875.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | orcus | (~orcus@user/brprice) |
| 2022-09-07 06:56:46 +0000 | integral | (sid296274@user/integral) |
| 2022-09-07 06:56:46 +0000 | feliix42 | (~felix@gibbs.uberspace.de) |
| 2022-09-07 06:56:46 +0000 | ysh____ | (sid6017@id-6017.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | sooch_ | (sid533113@id-533113.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | christiaanb | (sid84827@id-84827.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | edmundnoble | (sid229620@id-229620.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | wallymathieu | (sid533252@id-533252.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | AndreasK | (sid320732@id-320732.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | supersven | (sid501114@id-501114.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-09-07 06:56:46 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) |
| 2022-09-07 06:56:46 +0000 | rawles | (~x@user/rawles) |
| 2022-09-07 06:56:46 +0000 | sabx | (~sabbas@user/sabbas) |
| 2022-09-07 06:56:46 +0000 | urdh | (~urdh@user/urdh) |
| 2022-09-07 06:56:46 +0000 | int-e | (~noone@int-e.eu) |
| 2022-09-07 06:56:46 +0000 | SIben | (~SIben@ns3106586.ip-5-135-191.eu) |
| 2022-09-07 06:56:46 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) |
| 2022-09-07 06:56:46 +0000 | AWizzArd | (~code@gehrels.uberspace.de) |
| 2022-09-07 06:56:46 +0000 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) |
| 2022-09-07 06:56:46 +0000 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | edwardk | (sid47016@haskell/developer/edwardk) |
| 2022-09-07 06:56:46 +0000 | dixie | (~dixie@real.wilbury.sk) |
| 2022-09-07 06:56:46 +0000 | xacktm | (xacktm@user/xacktm) |
| 2022-09-07 06:56:46 +0000 | acidsys | (~crameleon@openSUSE/member/crameleon) |
| 2022-09-07 06:56:46 +0000 | thonkpod_ | (~thonkpod@user/thonkpod) |
| 2022-09-07 06:56:46 +0000 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | drewr | (~drew@user/drewr) |
| 2022-09-07 06:56:46 +0000 | yushyin | (w8oD1vlcZ2@mail.karif.server-speed.net) |
| 2022-09-07 06:56:46 +0000 | Inoperable | (~PLAYER_1@fancydata.science) |
| 2022-09-07 06:56:46 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) |
| 2022-09-07 06:56:46 +0000 | mjacob | (~mjacob@adrastea.uberspace.de) |
| 2022-09-07 06:56:46 +0000 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) |
| 2022-09-07 06:56:46 +0000 | immae | (~immae@2a01:4f8:141:53e7::) |
| 2022-09-07 06:56:46 +0000 | darxun | (sid504814@id-504814.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | Ranhir | (~Ranhir@157.97.53.139) |
| 2022-09-07 06:56:46 +0000 | megaTherion | (~therion@unix.io) |
| 2022-09-07 06:56:46 +0000 | ajb_ | (~ajb@mimas.whatbox.ca) |
| 2022-09-07 06:56:46 +0000 | lechner | (lechner@debian/lechner) |
| 2022-09-07 06:56:46 +0000 | siers | (~ij@user/ij) |
| 2022-09-07 06:56:46 +0000 | drlkf | (~drlkf@chat.drlkf.net) |
| 2022-09-07 06:56:46 +0000 | hugo | (znc@verdigris.lysator.liu.se) |
| 2022-09-07 06:56:46 +0000 | arkeet | (~arkeet@moriya.ca) |
| 2022-09-07 06:56:46 +0000 | mimmy | (~mimmy@2604:a880:cad:d0::3e:1001) |
| 2022-09-07 06:56:46 +0000 | Moyst__ | (~moyst@user/moyst) |
| 2022-09-07 06:56:46 +0000 | marquis_andras | (~marquis_a@27-33-131-201.tpgi.com.au) |
| 2022-09-07 06:56:46 +0000 | bcoppens | (~bartcopp@vpn2.bartcoppens.be) |
| 2022-09-07 06:56:46 +0000 | vulpine | (xfnw@tilde.team) |
| 2022-09-07 06:56:46 +0000 | tinwood | (~tinwood@canonical/tinwood) |
| 2022-09-07 06:56:46 +0000 | lagash | (lagash@2605:6400:20:b4:9c76:1538:3398:ce71) |
| 2022-09-07 06:56:46 +0000 | jludwig | (~justin@user/jludwig) |
| 2022-09-07 06:56:46 +0000 | nerdypepper | (~nerdypepp@user/nerdypepper) |
| 2022-09-07 06:56:46 +0000 | noteness | (~noteness@user/noteness) |
| 2022-09-07 06:56:46 +0000 | bah | (~bah@l1.tel) |
| 2022-09-07 06:56:46 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) |
| 2022-09-07 06:56:46 +0000 | Henkru | (henkru@kapsi.fi) |
| 2022-09-07 06:56:46 +0000 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) |
| 2022-09-07 06:56:46 +0000 | einfair_ | (~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) |
| 2022-09-07 06:56:46 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) |
| 2022-09-07 06:56:46 +0000 | gff_ | (~gff@user/gff) |
| 2022-09-07 06:56:46 +0000 | dfg | (dfg@user/dfg) |
| 2022-09-07 06:56:46 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) |
| 2022-09-07 06:56:46 +0000 | glider | (~glider@user/glider) |
| 2022-09-07 06:56:46 +0000 | bollu | (~bollu@159.65.151.13) |
| 2022-09-07 06:56:46 +0000 | ell | (~ellie@user/ellie) |
| 2022-09-07 06:56:46 +0000 | MironZ | (~MironZ@nat-infra.ehlab.uk) |
| 2022-09-07 06:56:46 +0000 | asivitz | (uid178348@id-178348.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | crns | (~netcrns@user/crns) |
| 2022-09-07 06:56:46 +0000 | bjobjo | (~bjobjo@user/bjobjo) |
| 2022-09-07 06:56:46 +0000 | gnyeki | (~gnyeki@user/gnyeki) |
| 2022-09-07 06:56:46 +0000 | Patternmaster | (~georg@user/Patternmaster) |
| 2022-09-07 06:56:46 +0000 | hololeap | (~quassel@user/hololeap) |
| 2022-09-07 06:56:46 +0000 | dminuoso | (~dminuoso@user/dminuoso) |
| 2022-09-07 06:56:46 +0000 | derelict | (~derelict@user/derelict) |
| 2022-09-07 06:56:46 +0000 | amir | (sid22336@user/amir) |
| 2022-09-07 06:56:46 +0000 | T_S_ | (sid501726@id-501726.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | Pent | (sid313808@id-313808.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | qhong | (~qhong@rescomp-21-400677.stanford.edu) |
| 2022-09-07 06:56:46 +0000 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | pjlsergeant | (sid143467@id-143467.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | mustafa | (sid502723@rockylinux/releng/mustafa) |
| 2022-09-07 06:56:46 +0000 | JSharp | (sid4580@id-4580.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | pepeiborra | (sid443799@id-443799.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | nckx | (~nckx@tobias.gr) |
| 2022-09-07 06:56:46 +0000 | JimL | (~quassel@89-162-2-132.fiber.signal.no) |
| 2022-09-07 06:56:46 +0000 | jamestmartin | (~james@jtmar.me) |
| 2022-09-07 06:56:46 +0000 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | idnar | (sid12240@debian/mithrandi) |
| 2022-09-07 06:56:46 +0000 | V | (~v@ircpuzzles/2022/april/winner/V) |
| 2022-09-07 06:56:46 +0000 | rune | (sid21167@id-21167.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | teehemkay | (sid14792@id-14792.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | Flow | (~none@gentoo/developer/flow) |
| 2022-09-07 06:56:46 +0000 | krjst | (~krjst@2604:a880:800:c1::16b:8001) |
| 2022-09-07 06:56:46 +0000 | asm | (~alexander@user/asm) |
| 2022-09-07 06:56:46 +0000 | Guest1698 | (~Guest1698@20.83.116.49) |
| 2022-09-07 06:56:46 +0000 | danso | (danso@danso.ca) |
| 2022-09-07 06:56:46 +0000 | andjjj23 | (~irc@107.170.228.47) |
| 2022-09-07 06:56:46 +0000 | dka_ | (~code-is-a@ns3059207.ip-193-70-33.eu) |
| 2022-09-07 06:56:46 +0000 | tired | (~tired@user/tired) |
| 2022-09-07 06:56:46 +0000 | kawen | (~quassel@static.208.191.216.95.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | sclv | (sid39734@haskell/developer/sclv) |
| 2022-09-07 06:56:46 +0000 | mxs | (~mxs@user/mxs) |
| 2022-09-07 06:56:46 +0000 | dequbed | (~dequbed@banana-new.kilobyte22.de) |
| 2022-09-07 06:56:46 +0000 | scav | (sid309693@user/scav) |
| 2022-09-07 06:56:46 +0000 | parseval | (sid239098@id-239098.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | gaze___ | (sid387101@id-387101.helmsley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2022-09-07 06:56:46 +0000 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) |
| 2022-09-07 06:56:46 +0000 | shinjipf | (~shinjipf@2a02:c207:2082:6685::1) |
| 2022-09-07 06:56:46 +0000 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) |
| 2022-09-07 06:56:46 +0000 | raoul | (~raoul@95.179.203.88) |
| 2022-09-07 06:56:46 +0000 | jackhill | (~jackhill@kalessin.dragonsnail.net) |
| 2022-09-07 06:56:46 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) |
| 2022-09-07 06:56:46 +0000 | haveo_ | (~haveo@sl35.iuwt.fr) |
| 2022-09-07 06:56:46 +0000 | eldritch | (~eldritch@user/eldritch) |
| 2022-09-07 06:56:46 +0000 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | another-axel-bee | (~axel-bee@alexbenishek.com) |
| 2022-09-07 06:56:46 +0000 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | nahcetan | (~nate@98.45.169.16) |
| 2022-09-07 06:56:46 +0000 | son0p | (~ff@181.136.122.143) |
| 2022-09-07 06:56:46 +0000 | Jonno_FTW | (~come@user/jonno-ftw/x-0835346) |
| 2022-09-07 06:56:46 +0000 | TMA | (tma@twin.jikos.cz) |
| 2022-09-07 06:56:46 +0000 | sshine_ | (~simon@exocortex.online) |
| 2022-09-07 06:56:46 +0000 | meejah | (~meejah@rutas.meejah.ca) |
| 2022-09-07 06:56:46 +0000 | defanor | (~defanor@tart.uberspace.net) |
| 2022-09-07 06:56:46 +0000 | hexeme_ | (~hexeme@user/hexeme) |
| 2022-09-07 06:56:46 +0000 | mrmr | (~mrmr@user/mrmr) |
| 2022-09-07 06:56:46 +0000 | chronon | (~chronon@user/chronon) |
| 2022-09-07 06:56:46 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) |
| 2022-09-07 06:56:46 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) |
| 2022-09-07 06:56:46 +0000 | RMSBach | (~guygastin@137.184.131.156) |
| 2022-09-07 06:56:46 +0000 | loonycyborg_ | (loonycybor@chantal.wesnoth.org) |
| 2022-09-07 06:56:46 +0000 | red-snail1 | (~snail@static.151.210.203.116.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) |
| 2022-09-07 06:56:46 +0000 | ncf | (~n@monade.li) |
| 2022-09-07 06:56:46 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) |
| 2022-09-07 06:56:46 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) |
| 2022-09-07 06:56:46 +0000 | wrengr | (~wrengr@201.59.83.34.bc.googleusercontent.com) |
| 2022-09-07 06:56:46 +0000 | LambdaDuck | (~anka@ksit.fixme.fi) |
| 2022-09-07 06:56:46 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | maerwald | (~maerwald@user/maerwald) |
| 2022-09-07 06:56:46 +0000 | srk | (~sorki@user/srk) |
| 2022-09-07 06:56:46 +0000 | fiddlerwoaroof | (~fiddlerwo@user/fiddlerwoaroof) |
| 2022-09-07 06:56:46 +0000 | cynomys | (~cynomys@user/cynomys) |
| 2022-09-07 06:56:46 +0000 | ridcully | (~ridcully@pd951fa32.dip0.t-ipconnect.de) |
| 2022-09-07 06:56:46 +0000 | blades | (~blades@204.48.29.163) |
| 2022-09-07 06:56:46 +0000 | sweater1 | (~sweater@206.81.18.26) |
| 2022-09-07 06:56:46 +0000 | dfordivam1 | (~dfordivam@tk2-219-19469.vs.sakura.ne.jp) |
| 2022-09-07 06:56:46 +0000 | darkling | (~darkling@savella.carfax.org.uk) |
| 2022-09-07 06:56:46 +0000 | avpx | (~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) |
| 2022-09-07 06:56:46 +0000 | c_wraith | (~c_wraith@adjoint.us) |
| 2022-09-07 06:56:46 +0000 | mcglk | (~mcglk@131.191.49.120) |
| 2022-09-07 06:56:46 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) |
| 2022-09-07 06:56:46 +0000 | heath | (~heath@user/heath) |
| 2022-09-07 06:56:46 +0000 | byorgey | (~byorgey@155.138.238.211) |
| 2022-09-07 06:56:46 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) |
| 2022-09-07 06:56:46 +0000 | df | (~ben@justworks.xyz) |
| 2022-09-07 06:56:46 +0000 | tstat | (~tstat@user/tstat) |
| 2022-09-07 06:56:46 +0000 | tdammers | (~tdammers@77.109.72.118.res.static.edpnet.net) |
| 2022-09-07 06:56:46 +0000 | simpleauthority | (~simpleaut@user/simpleauthority) |
| 2022-09-07 06:56:46 +0000 | noctux1 | (KOx7x4g3XX@karif.server-speed.net) |
| 2022-09-07 06:56:46 +0000 | kosmikus | (~kosmikus@nullzig.kosmikus.org) |
| 2022-09-07 06:56:46 +0000 | Cheery | (~cheery@7-239-179-185.static.tentacle.fi) |
| 2022-09-07 06:56:46 +0000 | Profpatsch | (~Profpatsc@static.88-198-193-255.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | marienz | (marienz@libera/staff/marienz) |
| 2022-09-07 06:56:46 +0000 | tureba | (~tureba@tureba.org) |
| 2022-09-07 06:56:46 +0000 | macabre | (~m@161.35.15.236) |
| 2022-09-07 06:56:46 +0000 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) |
| 2022-09-07 06:56:46 +0000 | cyphase | (~cyphase@user/cyphase) |
| 2022-09-07 06:56:46 +0000 | Trattue | (~Trattue@152.70.182.158) |
| 2022-09-07 06:56:46 +0000 | akhesacaro | (~caro@212-83-144-58.rev.poneytelecom.eu) |
| 2022-09-07 06:56:46 +0000 | Logio | (em@kapsi.fi) |
| 2022-09-07 06:56:46 +0000 | wolfshappen | (~waff@irc.furworks.de) |
| 2022-09-07 06:56:46 +0000 | arahael | (~arahael@14-200-135-92.tpgi.com.au) |
| 2022-09-07 06:56:46 +0000 | tomboy64 | (~tomboy64@user/tomboy64) |
| 2022-09-07 06:56:46 +0000 | rodental | (~rodental@38.146.5.222) |
| 2022-09-07 06:56:46 +0000 | davean | (~davean@davean.sciesnet.net) |
| 2022-09-07 06:56:46 +0000 | sm[i]_ | (~user@li229-222.members.linode.com) |
| 2022-09-07 06:56:46 +0000 | x88x88x | (~x88x88x@149.28.53.172) |
| 2022-09-07 06:56:46 +0000 | sander | (~sander@user/sander) |
| 2022-09-07 06:56:46 +0000 | cross_ | (~cross@spitfire.i.gajendra.net) |
| 2022-09-07 06:56:46 +0000 | auri_ | (~auri@fsf/member/auri) |
| 2022-09-07 06:56:46 +0000 | quintasan_ | (~quassel@quintasan.pl) |
| 2022-09-07 06:56:46 +0000 | Taneb0 | (~Taneb@runciman.hacksoc.org) |
| 2022-09-07 06:56:46 +0000 | zzz | (~z@user/zero) |
| 2022-09-07 06:56:46 +0000 | telser_ | (~quassel@user/telser) |
| 2022-09-07 06:56:46 +0000 | matijja` | (~matijja@193.77.181.201) |
| 2022-09-07 06:56:46 +0000 | drewolson | (~drewolson@user/drewolson) |
| 2022-09-07 06:56:46 +0000 | jrm | (~jrm@user/jrm) |
| 2022-09-07 06:56:46 +0000 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) |
| 2022-09-07 06:56:46 +0000 | dwt_ | (~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) |
| 2022-09-07 06:56:46 +0000 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) |
| 2022-09-07 06:56:46 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) |
| 2022-09-07 06:56:46 +0000 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
| 2022-09-07 06:56:46 +0000 | mcfrdy | (~mcfrdy@user/mcfrdy) |
| 2022-09-07 06:56:46 +0000 | andreas303 | (andreas303@ip227.orange.bnc4free.com) |
| 2022-09-07 06:56:46 +0000 | chimp_ | (~Psybur@c-76-123-45-25.hsd1.va.comcast.net) |
| 2022-09-07 06:56:46 +0000 | coldtom | (~coldtom@coldrick.cc) |
| 2022-09-07 06:56:46 +0000 | _________ | (~nobody@user/noodly) |
| 2022-09-07 06:56:46 +0000 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) |
| 2022-09-07 06:56:46 +0000 | mjs2600 | (~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) |
| 2022-09-07 06:56:46 +0000 | tv | (~tv@user/tv) |
| 2022-09-07 06:56:46 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) |
| 2022-09-07 06:56:46 +0000 | Hecate | (~mariposa@user/hecate) |
| 2022-09-07 06:56:46 +0000 | acarrico | (~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) |
| 2022-09-07 06:56:46 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | thaumavorio | (~thaumavor@thaumavor.io) |
| 2022-09-07 06:56:46 +0000 | tessier | (~treed@98.171.210.130) |
| 2022-09-07 06:56:46 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) |
| 2022-09-07 06:56:46 +0000 | dumptruckman | (~dumptruck@23-239-13-163.ip.linodeusercontent.com) |
| 2022-09-07 06:56:46 +0000 | robbert-vdh | (~robbert@robbertvanderhelm.nl) |
| 2022-09-07 06:56:46 +0000 | carbolymer | (~carbolyme@dropacid.net) |
| 2022-09-07 06:56:46 +0000 | energizer | (~energizer@user/energizer) |
| 2022-09-07 06:56:46 +0000 | qwedfg | (~qwedfg@user/qwedfg) |
| 2022-09-07 06:56:46 +0000 | sagax | (~sagax_nb@user/sagax) |
| 2022-09-07 06:56:46 +0000 | poscat | (~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) |
| 2022-09-07 06:56:46 +0000 | rembo10 | (~rembo10@main.remulis.com) |
| 2022-09-07 06:56:46 +0000 | cheater | (~Username@user/cheater) |
| 2022-09-07 06:56:46 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) |
| 2022-09-07 06:56:46 +0000 | APic | (apic@apic.name) |
| 2022-09-07 06:56:46 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 06:56:46 +0000 | gawen | (~gawen@user/gawen) |
| 2022-09-07 06:56:46 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | Cale | (~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) |
| 2022-09-07 06:56:46 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) |
| 2022-09-07 06:56:46 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
| 2022-09-07 06:56:46 +0000 | jinsun | (~jinsun@user/jinsun) |
| 2022-09-07 06:56:46 +0000 | turlando | (~turlando@user/turlando) |
| 2022-09-07 06:56:46 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) |
| 2022-09-07 06:56:46 +0000 | adium | (adium@user/adium) |
| 2022-09-07 06:56:46 +0000 | lemonsnicks | (~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) |
| 2022-09-07 06:56:46 +0000 | img | (~img@user/img) |
| 2022-09-07 06:56:46 +0000 | ralu1 | (~ralu@static.211.245.203.116.clients.your-server.de) |
| 2022-09-07 06:56:46 +0000 | Philonous | (~Philonous@user/philonous) |
| 2022-09-07 06:56:46 +0000 | notzmv | (~zmv@user/notzmv) |
| 2022-09-07 06:56:46 +0000 | stefan-_ | (~cri@42dots.de) |
| 2022-09-07 06:56:46 +0000 | xstill_ | (xstill@fimu/xstill) |
| 2022-09-07 06:56:46 +0000 | xsarnik | (xsarnik@lounge.fi.muni.cz) |
| 2022-09-07 06:56:46 +0000 | UNIX | (~kernel@user/OpenSource) |
| 2022-09-07 06:56:46 +0000 | zmt01 | (~zmt00@user/zmt00) |
| 2022-09-07 06:56:46 +0000 | Luj | (~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) |
| 2022-09-07 06:56:46 +0000 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | MonsoonSecrecy | (f78c86e960@2604:bf00:561:2000::f99) |
| 2022-09-07 06:56:46 +0000 | Andrew | (Andrew@user/AndrewYu) |
| 2022-09-07 06:56:46 +0000 | foul_owl | (~kerry@174-21-65-36.tukw.qwest.net) |
| 2022-09-07 06:56:46 +0000 | gdd1 | (~gdd@129.199.146.230) |
| 2022-09-07 06:56:46 +0000 | inversed | (~inversed@90.209.137.56) |
| 2022-09-07 06:56:46 +0000 | jakesyl____ | (sid56879@id-56879.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | sa | (sid1055@id-1055.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | koolazer | (~koo@user/koolazer) |
| 2022-09-07 06:56:46 +0000 | hook54321 | (sid149355@user/hook54321) |
| 2022-09-07 06:56:46 +0000 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) |
| 2022-09-07 06:56:46 +0000 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | mzan | (~quassel@mail.asterisell.com) |
| 2022-09-07 06:56:46 +0000 | justache | (~justache@user/justache) |
| 2022-09-07 06:56:46 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 06:56:46 +0000 | michalz | (~michalz@185.246.204.75) |
| 2022-09-07 06:56:46 +0000 | TonyStone | (~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) |
| 2022-09-07 06:56:46 +0000 | biberu | (~biberu@user/biberu) |
| 2022-09-07 06:56:46 +0000 | AkechiShiro | (~licht@user/akechishiro) |
| 2022-09-07 06:56:46 +0000 | shailangsa | (~shailangs@host86-186-133-23.range86-186.btcentralplus.com) |
| 2022-09-07 06:56:46 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) |
| 2022-09-07 06:56:46 +0000 | analoq | (~yashi@user/dies) |
| 2022-09-07 06:56:46 +0000 | niko | (niko@libera/staff/niko) |
| 2022-09-07 06:56:46 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
| 2022-09-07 06:56:46 +0000 | sudden | (~cat@user/sudden) |
| 2022-09-07 06:56:46 +0000 | mncheck | (~mncheck@193.224.205.254) |
| 2022-09-07 06:56:46 +0000 | thatcher | (lp0@heathens.club) |
| 2022-09-07 06:56:46 +0000 | Ristovski | (~Ristovski@hellomouse/perf/ristovski) |
| 2022-09-07 06:56:46 +0000 | raym | (~raym@user/raym) |
| 2022-09-07 06:56:46 +0000 | potash | (~foghorn@user/foghorn) |
| 2022-09-07 06:56:46 +0000 | martin02 | (~silas@141.84.69.76) |
| 2022-09-07 06:56:46 +0000 | ente` | (~daemon@inferno.barfooze.de) |
| 2022-09-07 06:56:46 +0000 | gay9 | (~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) |
| 2022-09-07 06:56:46 +0000 | Me-me | (~me-me@user/me-me) |
| 2022-09-07 06:56:46 +0000 | Igloo | (~ian@matrix.chaos.earth.li) |
| 2022-09-07 06:56:46 +0000 | AlexNoo | (~AlexNoo@178.34.151.32) |
| 2022-09-07 06:56:46 +0000 | AlexZenon | (~alzenon@178.34.151.32) |
| 2022-09-07 06:56:46 +0000 | Alex_test | (~al_test@178.34.151.32) |
| 2022-09-07 06:56:46 +0000 | fjMSX | (~hypni2p@128-68-149-52.broadband.corbina.ru) |
| 2022-09-07 06:56:46 +0000 | shriekingnoise | (~shrieking@186.137.167.202) |
| 2022-09-07 06:56:46 +0000 | caubert | (~caubert@user/caubert) |
| 2022-09-07 06:56:46 +0000 | econo | (uid147250@user/econo) |
| 2022-09-07 06:56:46 +0000 | hgolden | (~Howard@cpe-172-251-233-141.socal.res.rr.com) |
| 2022-09-07 06:56:46 +0000 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | kristjansson | (sid126207@id-126207.tinside.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
| 2022-09-07 06:56:46 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) |
| 2022-09-07 06:56:46 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
| 2022-09-07 06:56:46 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) |
| 2022-09-07 06:56:46 +0000 | Kaiepi | (~Kaiepi@142.68.249.28) |
| 2022-09-07 06:56:46 +0000 | pavonia | (~user@user/siracusa) |
| 2022-09-07 06:56:46 +0000 | kmein | (~weechat@user/kmein) |
| 2022-09-07 06:56:46 +0000 | EvanR | (~EvanR@user/evanr) |
| 2022-09-07 06:56:46 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2022-09-07 06:56:46 +0000 | PiDelport | (uid25146@id-25146.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | thatcher_ | (lp0@heathens.club) |
| 2022-09-07 06:56:46 +0000 | causal | (~user@50.35.83.177) |
| 2022-09-07 06:56:46 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-09-07 06:56:46 +0000 | Sgeo | (~Sgeo@user/sgeo) |
| 2022-09-07 06:56:46 +0000 | Axman6 | (~Axman6@user/axman6) |
| 2022-09-07 06:56:46 +0000 | jushur | (~human@user/jushur) |
| 2022-09-07 06:56:46 +0000 | fjmorazan | (~quassel@user/fjmorazan) |
| 2022-09-07 06:56:46 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) |
| 2022-09-07 06:56:46 +0000 | euandreh | (~euandreh@179.214.113.107) |
| 2022-09-07 06:56:46 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
| 2022-09-07 06:56:46 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) |
| 2022-09-07 06:56:46 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) |
| 2022-09-07 06:56:46 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) |
| 2022-09-07 06:56:46 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 06:56:46 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 06:56:46 +0000 | frost | (~frost@user/frost) |
| 2022-09-07 06:56:46 +0000 | td_ | (~td@94.134.91.56) |
| 2022-09-07 06:56:46 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 06:56:46 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 06:56:46 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 06:56:46 +0000 | vglfr | (~vglfr@145.224.94.171) |
| 2022-09-07 06:56:46 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) |
| 2022-09-07 06:56:46 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 06:56:46 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 06:56:46 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 06:56:46 +0000 | mbuf | (~Shakthi@49.204.140.237) |
| 2022-09-07 06:56:46 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) |
| 2022-09-07 06:56:46 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
| 2022-09-07 06:56:46 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 06:56:46 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 06:56:46 +0000 | xsebek | (xsebek@swarm.znchost.com) |
| 2022-09-07 06:56:46 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 06:56:46 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) |
| 2022-09-07 06:56:46 +0000 | Techcable | (~Techcable@user/Techcable) |
| 2022-09-07 06:56:46 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) |
| 2022-09-07 06:56:46 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) |
| 2022-09-07 06:56:46 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) |
| 2022-09-07 06:56:46 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) |
| 2022-09-07 06:56:46 +0000 | sloorush | (~sloorush@52.187.184.81) |
| 2022-09-07 06:56:46 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 06:56:46 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 06:56:46 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-09-07 06:56:46 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 06:56:46 +0000 | albet70 | (~xxx@2400:8902::f03c:92ff:fe60:98d8) |
| 2022-09-07 06:56:46 +0000 | mvk | (~mvk@2607:fea8:5ce3:8500::a1ec) |
| 2022-09-07 06:56:46 +0000 | johnw | (~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) |
| 2022-09-07 06:56:46 +0000 | gentauro | (~gentauro@user/gentauro) |
| 2022-09-07 06:56:46 +0000 | zaquest | (~notzaques@5.130.79.72) |
| 2022-09-07 06:56:46 +0000 | dolio | (~dolio@130.44.130.54) |
| 2022-09-07 06:56:46 +0000 | bbear | (~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) |
| 2022-09-07 06:56:46 +0000 | bebu | (uid567927@id-567927.uxbridge.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | res0nat0r084490 | (~Fletch@dia.whatbox.ca) |
| 2022-09-07 06:56:46 +0000 | tomgus1 | (~tomgus1@2a02:c7e:4229:d900:dea6:32ff:fe3d:d1a3) |
| 2022-09-07 06:56:46 +0000 | Fischmie1 | (~Fischmiep@user/Fischmiep) |
| 2022-09-07 06:56:46 +0000 | finsternis | (~X@23.226.237.192) |
| 2022-09-07 06:56:46 +0000 | catern | (~sbaugh@2604:2000:8fc0:b:a9c7:866a:bf36:3407) |
| 2022-09-07 06:56:46 +0000 | lieven | (~mal@ns2.wyrd.be) |
| 2022-09-07 06:56:46 +0000 | yahb2 | (~yahb2@2a01:4f8:c0c:5c7b::2) |
| 2022-09-07 06:56:46 +0000 | Guest585 | (~mike@user/feetwind) |
| 2022-09-07 06:56:46 +0000 | leah2 | (~leah@vuxu.org) |
| 2022-09-07 06:56:46 +0000 | lyxia | (~lyxia@poisson.chat) |
| 2022-09-07 06:56:46 +0000 | Hafydd_ | (jc@user/hafydd) |
| 2022-09-07 06:56:46 +0000 | ryantrinkle | (~ryan@2607:f00:3:14c0:7c6b:7160:d1ff:3f7) |
| 2022-09-07 06:56:46 +0000 | Athas | (athas@sigkill.dk) |
| 2022-09-07 06:56:46 +0000 | jimki | (~jmaki@gazorpazorp.fixme.fi) |
| 2022-09-07 06:56:46 +0000 | FragByte | (~christian@user/fragbyte) |
| 2022-09-07 06:56:46 +0000 | pie_ | (~pie_bnc@user/pie/x-2818909) |
| 2022-09-07 06:56:46 +0000 | tcard | (~tcard@p945242-ipngn9701hodogaya.kanagawa.ocn.ne.jp) |
| 2022-09-07 06:56:46 +0000 | dtman34 | (~dtman34@2601:446:4400:2ad9:4876:edc8:3707:71a1) |
| 2022-09-07 06:56:46 +0000 | piele | (~piele@tbonesteak.creativeserver.net) |
| 2022-09-07 06:56:46 +0000 | kronicmage | (user88019@neotame.csclub.uwaterloo.ca) |
| 2022-09-07 06:56:46 +0000 | iphy | (sid67735@id-67735.lymington.irccloud.com) |
| 2022-09-07 06:56:46 +0000 | Zemyla | (~ec2-user@ec2-54-80-174-150.compute-1.amazonaws.com) |
| 2022-09-07 06:56:46 +0000 | hrberg | (~quassel@171.79-160-161.customer.lyse.net) |
| 2022-09-07 06:56:46 +0000 | fryguybob | (~fryguybob@cpe-74-67-169-145.rochester.res.rr.com) |
| 2022-09-07 06:56:46 +0000 | CAT_S | (apic@brezn3.muc.ccc.de) |
| 2022-09-07 06:56:46 +0000 | m1dnight | (~christoph@78-22-0-121.access.telenet.be) |
| 2022-09-07 06:56:46 +0000 | GoldsteinQ | (~goldstein@goldstein.rs) |
| 2022-09-07 06:56:46 +0000 | farn | (~farn@2a03:4000:7:3cd:d4ab:85ff:feeb:f505) |
| 2022-09-07 06:56:46 +0000 | nurupo | (~nurupo.ga@user/nurupo) |
| 2022-09-07 06:56:46 +0000 | zachel_ | (~zachel@user/zachel) |
| 2022-09-07 06:56:46 +0000 | TheCoffeMaker | (~TheCoffeM@user/thecoffemaker) |
| 2022-09-07 06:56:46 +0000 | eL_Bart0 | (eL_Bart0@dietunichtguten.org) |
| 2022-09-07 06:56:46 +0000 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) |
| 2022-09-07 06:56:50 +0000 | Teacup_ | (~teacup@user/teacup) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | xsebek | (xsebek@swarm.znchost.com) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | miffi | (~miffi@user/miffi) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | mbuf | (~Shakthi@49.204.140.237) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | vglfr | (~vglfr@145.224.94.171) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | td_ | (~td@94.134.91.56) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | euandreh | (~euandreh@179.214.113.107) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | fjmorazan | (~quassel@user/fjmorazan) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | kmein | (~weechat@user/kmein) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | pavonia | (~user@user/siracusa) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | Kaiepi | (~Kaiepi@142.68.249.28) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | caubert | (~caubert@user/caubert) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | fjMSX | (~hypni2p@128-68-149-52.broadband.corbina.ru) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | Alex_test | (~al_test@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | AlexZenon | (~alzenon@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | Me-me | (~me-me@user/me-me) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | martin02 | (~silas@141.84.69.76) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | potash | (~foghorn@user/foghorn) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | thatcher | (lp0@heathens.club) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | niko | (niko@libera/staff/niko) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | analoq | (~yashi@user/dies) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | shailangsa | (~shailangs@host86-186-133-23.range86-186.btcentralplus.com) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | TonyStone | (~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | michalz | (~michalz@185.246.204.75) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | Philonous | (~Philonous@user/philonous) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | lemonsnicks | (~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | turlando | (~turlando@user/turlando) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | gawen | (~gawen@user/gawen) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | rembo10 | (~rembo10@main.remulis.com) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | qwedfg | (~qwedfg@user/qwedfg) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | energizer | (~energizer@user/energizer) (*.net *.split) |
| 2022-09-07 06:56:50 +0000 | macabre | (~m@161.35.15.236) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | cyphase | (~cyphase@user/cyphase) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Trattue | (~Trattue@152.70.182.158) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | akhesacaro | (~caro@212-83-144-58.rev.poneytelecom.eu) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Logio | (em@kapsi.fi) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | wolfshappen | (~waff@irc.furworks.de) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | arahael | (~arahael@14-200-135-92.tpgi.com.au) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | tomboy64 | (~tomboy64@user/tomboy64) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | rodental | (~rodental@38.146.5.222) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | davean | (~davean@davean.sciesnet.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | sm[i]_ | (~user@li229-222.members.linode.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | x88x88x | (~x88x88x@149.28.53.172) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | sander | (~sander@user/sander) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | cross_ | (~cross@spitfire.i.gajendra.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | auri_ | (~auri@fsf/member/auri) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | quintasan_ | (~quassel@quintasan.pl) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Taneb0 | (~Taneb@runciman.hacksoc.org) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | telser_ | (~quassel@user/telser) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | zzz | (~z@user/zero) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | matijja` | (~matijja@193.77.181.201) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | drewolson | (~drewolson@user/drewolson) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | jrm | (~jrm@user/jrm) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | dwt_ | (~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | mcfrdy | (~mcfrdy@user/mcfrdy) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | andreas303 | (andreas303@ip227.orange.bnc4free.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | chimp_ | (~Psybur@c-76-123-45-25.hsd1.va.comcast.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | coldtom | (~coldtom@coldrick.cc) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | _________ | (~nobody@user/noodly) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | mjs2600 | (~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | tv | (~tv@user/tv) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Hecate | (~mariposa@user/hecate) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | acarrico | (~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | thaumavorio | (~thaumavor@thaumavor.io) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | tessier | (~treed@98.171.210.130) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | dumptruckman | (~dumptruck@23-239-13-163.ip.linodeusercontent.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | robbert-vdh | (~robbert@robbertvanderhelm.nl) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | carbolymer | (~carbolyme@dropacid.net) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | dminuoso | (~dminuoso@user/dminuoso) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | derelict | (~derelict@user/derelict) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | amir | (sid22336@user/amir) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | T_S_ | (sid501726@id-501726.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Pent | (sid313808@id-313808.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | qhong | (~qhong@rescomp-21-400677.stanford.edu) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | pjlsergeant | (sid143467@id-143467.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | mustafa | (sid502723@rockylinux/releng/mustafa) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | pepeiborra | (sid443799@id-443799.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | JSharp | (sid4580@id-4580.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | nckx | (~nckx@tobias.gr) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | JimL | (~quassel@89-162-2-132.fiber.signal.no) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | jamestmartin | (~james@jtmar.me) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | idnar | (sid12240@debian/mithrandi) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | rune | (sid21167@id-21167.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | V | (~v@ircpuzzles/2022/april/winner/V) (*.net *.split) |
| 2022-09-07 06:56:51 +0000 | teehemkay | (sid14792@id-14792.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | Flow | (~none@gentoo/developer/flow) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | krjst | (~krjst@2604:a880:800:c1::16b:8001) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | asm | (~alexander@user/asm) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | Guest1698 | (~Guest1698@20.83.116.49) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | danso | (danso@danso.ca) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | andjjj23 | (~irc@107.170.228.47) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | dka_ | (~code-is-a@ns3059207.ip-193-70-33.eu) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | tired | (~tired@user/tired) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | kawen | (~quassel@static.208.191.216.95.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | sclv | (sid39734@haskell/developer/sclv) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | mxs | (~mxs@user/mxs) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | dequbed | (~dequbed@banana-new.kilobyte22.de) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | scav | (sid309693@user/scav) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | parseval | (sid239098@id-239098.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | gaze___ | (sid387101@id-387101.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | shinjipf | (~shinjipf@2a02:c207:2082:6685::1) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | raoul | (~raoul@95.179.203.88) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | jackhill | (~jackhill@kalessin.dragonsnail.net) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | haveo_ | (~haveo@sl35.iuwt.fr) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | eldritch | (~eldritch@user/eldritch) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | another-axel-bee | (~axel-bee@alexbenishek.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | jakalx | (~jakalx@base.jakalx.net) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | causal | (~user@50.35.83.177) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | thatcher_ | (lp0@heathens.club) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | nahcetan | (~nate@98.45.169.16) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | son0p | (~ff@181.136.122.143) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | Jonno_FTW | (~come@user/jonno-ftw/x-0835346) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | TMA | (tma@twin.jikos.cz) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | sshine_ | (~simon@exocortex.online) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | meejah | (~meejah@rutas.meejah.ca) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | defanor | (~defanor@tart.uberspace.net) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | hexeme_ | (~hexeme@user/hexeme) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | mrmr | (~mrmr@user/mrmr) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | chronon | (~chronon@user/chronon) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | RMSBach | (~guygastin@137.184.131.156) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | red-snail1 | (~snail@static.151.210.203.116.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | loonycyborg_ | (loonycybor@chantal.wesnoth.org) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | ncf | (~n@monade.li) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) (*.net *.split) |
| 2022-09-07 06:56:52 +0000 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | wrengr | (~wrengr@201.59.83.34.bc.googleusercontent.com) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | LambdaDuck | (~anka@ksit.fixme.fi) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | maerwald | (~maerwald@user/maerwald) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | srk | (~sorki@user/srk) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | fiddlerwoaroof | (~fiddlerwo@user/fiddlerwoaroof) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | cynomys | (~cynomys@user/cynomys) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | ridcully | (~ridcully@pd951fa32.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | sweater1 | (~sweater@206.81.18.26) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | blades | (~blades@204.48.29.163) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | dfordivam1 | (~dfordivam@tk2-219-19469.vs.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | darkling | (~darkling@savella.carfax.org.uk) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | avpx | (~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | c_wraith | (~c_wraith@adjoint.us) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | mcglk | (~mcglk@131.191.49.120) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | heath | (~heath@user/heath) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | byorgey | (~byorgey@155.138.238.211) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | df | (~ben@justworks.xyz) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | tstat | (~tstat@user/tstat) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | tdammers | (~tdammers@77.109.72.118.res.static.edpnet.net) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | simpleauthority | (~simpleaut@user/simpleauthority) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | noctux1 | (KOx7x4g3XX@karif.server-speed.net) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | kosmikus | (~kosmikus@nullzig.kosmikus.org) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | Cheery | (~cheery@7-239-179-185.static.tentacle.fi) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | Profpatsch | (~Profpatsc@static.88-198-193-255.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | marienz | (marienz@libera/staff/marienz) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | tureba | (~tureba@tureba.org) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | sloorush | (~sloorush@52.187.184.81) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | hgolden | (~Howard@cpe-172-251-233-141.socal.res.rr.com) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | mncheck | (~mncheck@193.224.205.254) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | biberu | (~biberu@user/biberu) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | hook54321 | (sid149355@user/hook54321) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | notzmv | (~zmv@user/notzmv) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | cheater | (~Username@user/cheater) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | jludwig | (~justin@user/jludwig) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | nerdypepper | (~nerdypepp@user/nerdypepper) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | noteness | (~noteness@user/noteness) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | bah | (~bah@l1.tel) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | Henkru | (henkru@kapsi.fi) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | einfair_ | (~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | gff_ | (~gff@user/gff) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | dfg | (dfg@user/dfg) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | glider | (~glider@user/glider) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | bollu | (~bollu@159.65.151.13) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | MironZ | (~MironZ@nat-infra.ehlab.uk) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | ell | (~ellie@user/ellie) (*.net *.split) |
| 2022-09-07 06:56:53 +0000 | asivitz | (uid178348@id-178348.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | crns | (~netcrns@user/crns) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | bjobjo | (~bjobjo@user/bjobjo) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | gnyeki | (~gnyeki@user/gnyeki) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | Patternmaster | (~georg@user/Patternmaster) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | hololeap | (~quassel@user/hololeap) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | kristjansson | (sid126207@id-126207.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | econo | (uid147250@user/econo) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | raym | (~raym@user/raym) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | MonsoonSecrecy | (f78c86e960@2604:bf00:561:2000::f99) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | APic | (apic@apic.name) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | Inoperable | (~PLAYER_1@fancydata.science) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | mjacob | (~mjacob@adrastea.uberspace.de) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | immae | (~immae@2a01:4f8:141:53e7::) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | Ranhir | (~Ranhir@157.97.53.139) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | megaTherion | (~therion@unix.io) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | ajb_ | (~ajb@mimas.whatbox.ca) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | darxun | (sid504814@id-504814.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | lechner | (lechner@debian/lechner) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | siers | (~ij@user/ij) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | drlkf | (~drlkf@chat.drlkf.net) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | hugo | (znc@verdigris.lysator.liu.se) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | arkeet | (~arkeet@moriya.ca) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | mimmy | (~mimmy@2604:a880:cad:d0::3e:1001) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | Moyst__ | (~moyst@user/moyst) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | marquis_andras | (~marquis_a@27-33-131-201.tpgi.com.au) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | bcoppens | (~bartcopp@vpn2.bartcoppens.be) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | vulpine | (xfnw@tilde.team) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | tinwood | (~tinwood@canonical/tinwood) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | lagash | (lagash@2605:6400:20:b4:9c76:1538:3398:ce71) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | EvanR | (~EvanR@user/evanr) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | koolazer | (~koo@user/koolazer) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | sa | (sid1055@id-1055.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | inversed | (~inversed@90.209.137.56) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | xstill_ | (xstill@fimu/xstill) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | ralu1 | (~ralu@static.211.245.203.116.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | |beowulf| | (florian@sourcemage/mage/beowulf) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | nibelungen | (~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | sviermsung | (E3Ya4Aww1k@user/s4msung) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | whatsupboy | (~whatsupbo@user/scobydoo) (*.net *.split) |
| 2022-09-07 06:56:54 +0000 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | agander_m | (sid407952@id-407952.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | wafflepirate | (sid467876@id-467876.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | dispater- | (~dispater@mail.brprice.uk) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | orcus | (~orcus@user/brprice) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | integral | (sid296274@user/integral) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | PotatoGim_ | (sid99505@id-99505.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | cln | (sid336875@id-336875.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | ysh____ | (sid6017@id-6017.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | feliix42 | (~felix@gibbs.uberspace.de) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | sooch_ | (sid533113@id-533113.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | christiaanb | (sid84827@id-84827.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | edmundnoble | (sid229620@id-229620.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | supersven | (sid501114@id-501114.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | wallymathieu | (sid533252@id-533252.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | AndreasK | (sid320732@id-320732.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | sabx | (~sabbas@user/sabbas) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | urdh | (~urdh@user/urdh) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | SIben | (~SIben@ns3106586.ip-5-135-191.eu) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | int-e | (~noone@int-e.eu) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | AWizzArd | (~code@gehrels.uberspace.de) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | rawles | (~x@user/rawles) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | edwardk | (sid47016@haskell/developer/edwardk) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | dixie | (~dixie@real.wilbury.sk) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | xacktm | (xacktm@user/xacktm) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | acidsys | (~crameleon@openSUSE/member/crameleon) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | thonkpod_ | (~thonkpod@user/thonkpod) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | drewr | (~drew@user/drewr) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | yushyin | (w8oD1vlcZ2@mail.karif.server-speed.net) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | gay9 | (~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | Andrew | (Andrew@user/AndrewYu) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | zmt01 | (~zmt00@user/zmt00) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | UNIX | (~kernel@user/OpenSource) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | xsarnik | (xsarnik@lounge.fi.muni.cz) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | stefan-_ | (~cri@42dots.de) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | poscat | (~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | vito | (sid1962@user/vito) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | alinab | (sid468903@id-468903.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | earthy | (~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | haritz | (~hrtz@user/haritz) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | systemfault | (sid267009@id-267009.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | dunj3 | (~dunj3@kingdread.de) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | gonz_______ | (sid304396@id-304396.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | dagit | (~dagit@2001:558:6025:38:6476:a063:d05a:44da) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | welterde | (welterde@thinkbase.srv.welterde.de) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | ringo__ | (~ringo@157.230.117.128) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | dragestil | (~znc@user/dragestil) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | brprice | (~brprice@user/brprice) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | bw | (sid2730@user/betawaffle) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | chessai | (sid225296@id-225296.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | nrr____ | (sid20938@id-20938.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | burakcank | (burakcank@has.arrived.and.is.ready-to.party) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | tomsmeding | (~tomsmedin@2a01:4f8:c0c:5e5e::2) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | shachaf | (~shachaf@user/shachaf) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | jjhoo | (jahakala@user/jjhoo) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | hltk | (~hltk@hltk.fi) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | shane | (~shane@ana.rch.ist) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | hiredman | (~hiredman@frontier1.downey.family) (*.net *.split) |
| 2022-09-07 06:56:55 +0000 | stvc | (~stvc@192.241.166.39) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Arsen | (arsen@managarm/dev/Arsen) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | grfn | (sid449115@id-449115.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Dykam | (Dykam@dykam.nl) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | apache2 | (apache2@anubis.0x90.dk) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | toeffel | (~toeffel@user/toeffel) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | shriekingnoise | (~shrieking@186.137.167.202) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | AlexNoo | (~AlexNoo@178.34.151.32) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Ristovski | (~Ristovski@hellomouse/perf/ristovski) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | AkechiShiro | (~licht@user/akechishiro) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Luj | (~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | adium | (adium@user/adium) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | jinsun | (~jinsun@user/jinsun) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | sagax | (~sagax_nb@user/sagax) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | nisstyre | (wes@user/nisstyre) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | heartburn | (~gass@2a00:d880:3:1::b1e4:b241) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | swistak- | (~swistak@185.21.216.141) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | tnks | (sid412124@id-412124.helmsley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | ByronJohnson | (~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | acro | (~acro@user/acro) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Yumemi_ | (~Yumemi@chamoin.net) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | davl_ | (~davl@207.154.228.18) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | _\_ | (~o@user/offon) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | emanon42 | (~emanon42@103.120.19.44) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | noctux | (~noctux@user/noctux) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | leeb | (~leeb@tk2-243-31079.vs.sakura.ne.jp) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Adeon | (sid418992@id-418992.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | califax | (~califax@user/califx) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | `\` | (~blop@user/blop) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | kitzman | (~kitzman@user/dekenevs) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Techcable | (~Techcable@user/Techcable) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | jushur | (~human@user/jushur) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Sgeo | (~Sgeo@user/sgeo) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | PiDelport | (uid25146@id-25146.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | Igloo | (~ian@matrix.chaos.earth.li) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | ente` | (~daemon@inferno.barfooze.de) (*.net *.split) |
| 2022-09-07 06:56:56 +0000 | sudden | (~cat@user/sudden) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | justache | (~justache@user/justache) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | mzan | (~quassel@mail.asterisell.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | jakesyl____ | (sid56879@id-56879.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | gdd1 | (~gdd@129.199.146.230) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | foul_owl | (~kerry@174-21-65-36.tukw.qwest.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | img | (~img@user/img) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Cale | (~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Colere | (~colere@about/linux/staff/sauvin) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | hays | (rootvegeta@fsf/member/hays) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | kjak | (~kjak@pool-108-31-68-111.washdc.fios.verizon.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | kadobanana | (~mud@user/kadoban) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | mmaruseacph2 | (~mihai@198.199.98.239) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | bcmiller | (~bm3719@66.42.95.185) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | wagle | (~wagle@quassel.wagle.io) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | malte | (~malte@mal.tc) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | kraftwerk28_ | (~kraftwerk@178.62.210.83) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | tompaw_ | (~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | oats | (~thomas@user/oats) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | xerox__ | (~edi@user/edi) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | aku_ | (~aku@163.172.137.34) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | lbseale_ | (~quassel@user/ep1ctetus) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Clint | (~Clint@user/clint) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Unode | (~Unode@194.94.44.220) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | ouroboros | (~ouroboros@user/ouroboros) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | stilgart | (~Christoph@chezlefab.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | lambdap23 | (~lambdap@static.167.190.119.168.clients.your-server.de) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | drdo | (~drdo@roach0.drdo.eu) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | elkcl | (~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | qrpnxz | (~qrpnxz@fsf/member/qrpnxz) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | haasn | (~nand@haasn.dev) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | [exa] | (exa@user/exa/x-3587197) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | melonai- | (~mel@rnrd.eu) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | vgtw | (~vgtw@user/vgtw) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | echoreply | (~echoreply@45.32.163.16) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | ddb | (~ddb@ipv6two.tilde.club) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | micro | (~micro@user/micro) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | Typedfern | (~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | juri_ | (~juri@84-19-175-179.pool.ovpn.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | tristanC | (~tristanC@user/tristanc) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | lisq | (~quassel@lis.moe) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | peutri_ | (~peutri@bobo.desast.re) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | ProofTechnique | (sid79547@id-79547.ilkley.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | pierrot | (~pi@user/pierrot) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | megeve | (sid523379@id-523379.hampstead.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | jackdk | (sid373013@cssa/jackdk) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | natto17 | (~natto@140.238.225.67) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | koz_ | (~koz@121.99.240.58) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | tritlo | (sid58727@user/tritlo) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | saolsen | (sid26430@id-26430.lymington.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | jmct | (sid160793@id-160793.tinside.irccloud.com) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | nonzen | (~nonzen@user/nonzen) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | darkstardev13 | (~darkstard@50.53.212.60) (*.net *.split) |
| 2022-09-07 06:56:57 +0000 | remedan | (~remedan@octo.cafe) (*.net *.split) |
| 2022-09-07 06:56:58 +0000 | Axman6 | (~Axman6@user/axman6) (*.net *.split) |
| 2022-09-07 06:56:58 +0000 | tubogram44 | (~tubogram@user/tubogram) (*.net *.split) |
| 2022-09-07 06:56:58 +0000 | frost | (~frost@user/frost) (*.net *.split) |
| 2022-09-07 06:56:58 +0000 | ChanServ | (ChanServ@services.libera.chat) (*.net *.split) |
| 2022-09-07 06:56:58 +0000 | litharge | (litharge@libera/bot/litharge) (*.net *.split) |
| 2022-09-07 06:57:57 +0000 | m5zs7k | (aquares@web10.mydevil.net) |
| 2022-09-07 06:57:57 +0000 | sunarch | (sid526836@user/sunarch) |
| 2022-09-07 06:57:57 +0000 | hnOsmium0001_ | (uid453710@user/hnOsmium0001) |
| 2022-09-07 06:57:57 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) |
| 2022-09-07 06:57:57 +0000 | kitzman | (~kitzman@user/dekenevs) |
| 2022-09-07 06:57:57 +0000 | Teacup_ | (~teacup@user/teacup) |
| 2022-09-07 06:57:57 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) |
| 2022-09-07 06:57:57 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 06:57:57 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 06:57:57 +0000 | sloorush | (~sloorush@52.187.184.81) |
| 2022-09-07 06:57:57 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) |
| 2022-09-07 06:57:57 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) |
| 2022-09-07 06:57:57 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) |
| 2022-09-07 06:57:57 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) |
| 2022-09-07 06:57:57 +0000 | Techcable | (~Techcable@user/Techcable) |
| 2022-09-07 06:57:57 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) |
| 2022-09-07 06:57:57 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 06:57:57 +0000 | xsebek | (xsebek@swarm.znchost.com) |
| 2022-09-07 06:57:57 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 06:57:57 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 06:57:57 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) |
| 2022-09-07 06:57:57 +0000 | paddymahoney | (~paddymaho@cpe9050ca207f83-cm9050ca207f80.cpe.net.cable.rogers.com) |
| 2022-09-07 06:57:57 +0000 | mbuf | (~Shakthi@49.204.140.237) |
| 2022-09-07 06:57:57 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 06:57:57 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 06:57:57 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 06:57:57 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) |
| 2022-09-07 06:57:57 +0000 | vglfr | (~vglfr@145.224.94.171) |
| 2022-09-07 06:57:57 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 06:57:57 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 06:57:57 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 06:57:57 +0000 | td_ | (~td@94.134.91.56) |
| 2022-09-07 06:57:57 +0000 | frost | (~frost@user/frost) |
| 2022-09-07 06:57:57 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 06:57:57 +0000 | geekosaur | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 06:57:57 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) |
| 2022-09-07 06:57:57 +0000 | ezzieyguywuf | (~Unknown@user/ezzieyguywuf) |
| 2022-09-07 06:57:57 +0000 | kaskal- | (~kaskal@2001:4bb8:2dc:7b0e:55ee:692c:e44d:a4b0) |
| 2022-09-07 06:57:57 +0000 | adanwan | (~adanwan@gateway/tor-sasl/adanwan) |
| 2022-09-07 06:57:57 +0000 | euandreh | (~euandreh@179.214.113.107) |
| 2022-09-07 06:57:57 +0000 | jpds | (~jpds@gateway/tor-sasl/jpds) |
| 2022-09-07 06:57:57 +0000 | fjmorazan | (~quassel@user/fjmorazan) |
| 2022-09-07 06:57:57 +0000 | jushur | (~human@user/jushur) |
| 2022-09-07 06:57:57 +0000 | Axman6 | (~Axman6@user/axman6) |
| 2022-09-07 06:57:57 +0000 | Sgeo | (~Sgeo@user/sgeo) |
| 2022-09-07 06:57:57 +0000 | werneta | (~werneta@70-142-214-115.lightspeed.irvnca.sbcglobal.net) |
| 2022-09-07 06:57:57 +0000 | causal | (~user@50.35.83.177) |
| 2022-09-07 06:57:57 +0000 | thatcher_ | (lp0@heathens.club) |
| 2022-09-07 06:57:57 +0000 | PiDelport | (uid25146@id-25146.lymington.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2022-09-07 06:57:57 +0000 | EvanR | (~EvanR@user/evanr) |
| 2022-09-07 06:57:57 +0000 | kmein | (~weechat@user/kmein) |
| 2022-09-07 06:57:57 +0000 | pavonia | (~user@user/siracusa) |
| 2022-09-07 06:57:57 +0000 | Kaiepi | (~Kaiepi@142.68.249.28) |
| 2022-09-07 06:57:57 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) |
| 2022-09-07 06:57:57 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
| 2022-09-07 06:57:57 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) |
| 2022-09-07 06:57:57 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
| 2022-09-07 06:57:57 +0000 | kristjansson | (sid126207@id-126207.tinside.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | SethTisue | (sid14912@id-14912.ilkley.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | hgolden | (~Howard@cpe-172-251-233-141.socal.res.rr.com) |
| 2022-09-07 06:57:57 +0000 | econo | (uid147250@user/econo) |
| 2022-09-07 06:57:57 +0000 | caubert | (~caubert@user/caubert) |
| 2022-09-07 06:57:57 +0000 | shriekingnoise | (~shrieking@186.137.167.202) |
| 2022-09-07 06:57:57 +0000 | fjMSX | (~hypni2p@128-68-149-52.broadband.corbina.ru) |
| 2022-09-07 06:57:57 +0000 | Alex_test | (~al_test@178.34.151.32) |
| 2022-09-07 06:57:57 +0000 | AlexZenon | (~alzenon@178.34.151.32) |
| 2022-09-07 06:57:57 +0000 | AlexNoo | (~AlexNoo@178.34.151.32) |
| 2022-09-07 06:57:57 +0000 | Igloo | (~ian@matrix.chaos.earth.li) |
| 2022-09-07 06:57:57 +0000 | Me-me | (~me-me@user/me-me) |
| 2022-09-07 06:57:57 +0000 | gay9 | (~quassel@94-168-123-190.static.v4.ziggozakelijk.nl) |
| 2022-09-07 06:57:57 +0000 | ente` | (~daemon@inferno.barfooze.de) |
| 2022-09-07 06:57:57 +0000 | martin02 | (~silas@141.84.69.76) |
| 2022-09-07 06:57:57 +0000 | potash | (~foghorn@user/foghorn) |
| 2022-09-07 06:57:57 +0000 | raym | (~raym@user/raym) |
| 2022-09-07 06:57:57 +0000 | Ristovski | (~Ristovski@hellomouse/perf/ristovski) |
| 2022-09-07 06:57:57 +0000 | thatcher | (lp0@heathens.club) |
| 2022-09-07 06:57:57 +0000 | mncheck | (~mncheck@193.224.205.254) |
| 2022-09-07 06:57:57 +0000 | sudden | (~cat@user/sudden) |
| 2022-09-07 06:57:57 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
| 2022-09-07 06:57:57 +0000 | niko | (niko@libera/staff/niko) |
| 2022-09-07 06:57:57 +0000 | analoq | (~yashi@user/dies) |
| 2022-09-07 06:57:57 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) |
| 2022-09-07 06:57:57 +0000 | shailangsa | (~shailangs@host86-186-133-23.range86-186.btcentralplus.com) |
| 2022-09-07 06:57:57 +0000 | AkechiShiro | (~licht@user/akechishiro) |
| 2022-09-07 06:57:57 +0000 | biberu | (~biberu@user/biberu) |
| 2022-09-07 06:57:57 +0000 | TonyStone | (~TonyStone@cpe-74-76-51-197.nycap.res.rr.com) |
| 2022-09-07 06:57:57 +0000 | michalz | (~michalz@185.246.204.75) |
| 2022-09-07 06:57:57 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 06:57:57 +0000 | justache | (~justache@user/justache) |
| 2022-09-07 06:57:57 +0000 | mzan | (~quassel@mail.asterisell.com) |
| 2022-09-07 06:57:57 +0000 | whatsupdoc | (uid509081@id-509081.hampstead.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | Raito_Bezarius | (~Raito@wireguard/tunneler/raito-bezarius) |
| 2022-09-07 06:57:57 +0000 | hook54321 | (sid149355@user/hook54321) |
| 2022-09-07 06:57:57 +0000 | koolazer | (~koo@user/koolazer) |
| 2022-09-07 06:57:57 +0000 | sa | (sid1055@id-1055.tinside.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | jakesyl____ | (sid56879@id-56879.hampstead.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | inversed | (~inversed@90.209.137.56) |
| 2022-09-07 06:57:57 +0000 | gdd1 | (~gdd@129.199.146.230) |
| 2022-09-07 06:57:57 +0000 | foul_owl | (~kerry@174-21-65-36.tukw.qwest.net) |
| 2022-09-07 06:57:57 +0000 | Andrew | (Andrew@user/AndrewYu) |
| 2022-09-07 06:57:57 +0000 | MonsoonSecrecy | (f78c86e960@2604:bf00:561:2000::f99) |
| 2022-09-07 06:57:57 +0000 | jonrh | (sid5185@id-5185.ilkley.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | Luj | (~Luj@2a01:e0a:5f9:9681:bb9f:2ce5:c301:8e11) |
| 2022-09-07 06:57:57 +0000 | zmt01 | (~zmt00@user/zmt00) |
| 2022-09-07 06:57:57 +0000 | UNIX | (~kernel@user/OpenSource) |
| 2022-09-07 06:57:57 +0000 | xsarnik | (xsarnik@lounge.fi.muni.cz) |
| 2022-09-07 06:57:57 +0000 | xstill_ | (xstill@fimu/xstill) |
| 2022-09-07 06:57:57 +0000 | stefan-_ | (~cri@42dots.de) |
| 2022-09-07 06:57:57 +0000 | notzmv | (~zmv@user/notzmv) |
| 2022-09-07 06:57:57 +0000 | Philonous | (~Philonous@user/philonous) |
| 2022-09-07 06:57:57 +0000 | ralu1 | (~ralu@static.211.245.203.116.clients.your-server.de) |
| 2022-09-07 06:57:57 +0000 | img | (~img@user/img) |
| 2022-09-07 06:57:57 +0000 | lemonsnicks | (~lemonsnic@cpc159519-perr18-2-0-cust114.19-1.cable.virginm.net) |
| 2022-09-07 06:57:57 +0000 | adium | (adium@user/adium) |
| 2022-09-07 06:57:57 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) |
| 2022-09-07 06:57:57 +0000 | turlando | (~turlando@user/turlando) |
| 2022-09-07 06:57:57 +0000 | jinsun | (~jinsun@user/jinsun) |
| 2022-09-07 06:57:57 +0000 | statusbot | (~statusbot@ec2-34-198-122-184.compute-1.amazonaws.com) |
| 2022-09-07 06:57:57 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) |
| 2022-09-07 06:57:57 +0000 | Cale | (~cale@cpef48e38ee8583-cm30b7d4b3fc20.cpe.net.cable.rogers.com) |
| 2022-09-07 06:57:57 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) |
| 2022-09-07 06:57:57 +0000 | gawen | (~gawen@user/gawen) |
| 2022-09-07 06:57:57 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 06:57:57 +0000 | APic | (apic@apic.name) |
| 2022-09-07 06:57:57 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) |
| 2022-09-07 06:57:57 +0000 | cheater | (~Username@user/cheater) |
| 2022-09-07 06:57:57 +0000 | rembo10 | (~rembo10@main.remulis.com) |
| 2022-09-07 06:57:57 +0000 | poscat | (~poscat@2408:8206:4823:6cd3:718a:f4cb:b156:91dd) |
| 2022-09-07 06:57:57 +0000 | sagax | (~sagax_nb@user/sagax) |
| 2022-09-07 06:57:57 +0000 | qwedfg | (~qwedfg@user/qwedfg) |
| 2022-09-07 06:57:58 +0000 | energizer | (~energizer@user/energizer) |
| 2022-09-07 06:57:58 +0000 | carbolymer | (~carbolyme@dropacid.net) |
| 2022-09-07 06:57:58 +0000 | robbert-vdh | (~robbert@robbertvanderhelm.nl) |
| 2022-09-07 06:57:58 +0000 | dumptruckman | (~dumptruck@23-239-13-163.ip.linodeusercontent.com) |
| 2022-09-07 06:57:58 +0000 | Rembane | (~Rembane@li346-36.members.linode.com) |
| 2022-09-07 06:57:58 +0000 | tessier | (~treed@98.171.210.130) |
| 2022-09-07 06:57:58 +0000 | thaumavorio | (~thaumavor@thaumavor.io) |
| 2022-09-07 06:57:58 +0000 | wz1000 | (~zubin@static.11.113.47.78.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | acarrico | (~acarrico@dhcp-68-142-48-19.greenmountainaccess.net) |
| 2022-09-07 06:57:58 +0000 | Hecate | (~mariposa@user/hecate) |
| 2022-09-07 06:57:58 +0000 | koala_man | (~vidar@157.146.251.23.bc.googleusercontent.com) |
| 2022-09-07 06:57:58 +0000 | tv | (~tv@user/tv) |
| 2022-09-07 06:57:58 +0000 | mjs2600 | (~mjs2600@c-24-91-3-49.hsd1.vt.comcast.net) |
| 2022-09-07 06:57:58 +0000 | Putonlalla | (~Putonlall@it-cyan.it.jyu.fi) |
| 2022-09-07 06:57:58 +0000 | _________ | (~nobody@user/noodly) |
| 2022-09-07 06:57:58 +0000 | coldtom | (~coldtom@coldrick.cc) |
| 2022-09-07 06:57:58 +0000 | chimp_ | (~Psybur@c-76-123-45-25.hsd1.va.comcast.net) |
| 2022-09-07 06:57:58 +0000 | andreas303 | (andreas303@ip227.orange.bnc4free.com) |
| 2022-09-07 06:57:58 +0000 | mcfrdy | (~mcfrdy@user/mcfrdy) |
| 2022-09-07 06:57:58 +0000 | Natch | (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se) |
| 2022-09-07 06:57:58 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) |
| 2022-09-07 06:57:58 +0000 | gabiruh_ | (~gabiruh@vps19177.publiccloud.com.br) |
| 2022-09-07 06:57:58 +0000 | dwt_ | (~dwt_@c-98-198-103-176.hsd1.tx.comcast.net) |
| 2022-09-07 06:57:58 +0000 | polux | (~polux@51-15-169-172.rev.poneytelecom.eu) |
| 2022-09-07 06:57:58 +0000 | jrm | (~jrm@user/jrm) |
| 2022-09-07 06:57:58 +0000 | drewolson | (~drewolson@user/drewolson) |
| 2022-09-07 06:57:58 +0000 | matijja` | (~matijja@193.77.181.201) |
| 2022-09-07 06:57:58 +0000 | telser_ | (~quassel@user/telser) |
| 2022-09-07 06:57:58 +0000 | zzz | (~z@user/zero) |
| 2022-09-07 06:57:58 +0000 | Taneb0 | (~Taneb@runciman.hacksoc.org) |
| 2022-09-07 06:57:58 +0000 | quintasan_ | (~quassel@quintasan.pl) |
| 2022-09-07 06:57:58 +0000 | auri_ | (~auri@fsf/member/auri) |
| 2022-09-07 06:57:58 +0000 | cross_ | (~cross@spitfire.i.gajendra.net) |
| 2022-09-07 06:57:58 +0000 | sander | (~sander@user/sander) |
| 2022-09-07 06:57:58 +0000 | x88x88x | (~x88x88x@149.28.53.172) |
| 2022-09-07 06:57:58 +0000 | sm[i]_ | (~user@li229-222.members.linode.com) |
| 2022-09-07 06:57:58 +0000 | davean | (~davean@davean.sciesnet.net) |
| 2022-09-07 06:57:58 +0000 | rodental | (~rodental@38.146.5.222) |
| 2022-09-07 06:57:58 +0000 | tomboy64 | (~tomboy64@user/tomboy64) |
| 2022-09-07 06:57:58 +0000 | arahael | (~arahael@14-200-135-92.tpgi.com.au) |
| 2022-09-07 06:57:58 +0000 | wolfshappen | (~waff@irc.furworks.de) |
| 2022-09-07 06:57:58 +0000 | Logio | (em@kapsi.fi) |
| 2022-09-07 06:57:58 +0000 | akhesacaro | (~caro@212-83-144-58.rev.poneytelecom.eu) |
| 2022-09-07 06:57:58 +0000 | Trattue | (~Trattue@152.70.182.158) |
| 2022-09-07 06:57:58 +0000 | cyphase | (~cyphase@user/cyphase) |
| 2022-09-07 06:57:58 +0000 | barrucadu | (~barrucadu@carcosa.barrucadu.co.uk) |
| 2022-09-07 06:57:58 +0000 | macabre | (~m@161.35.15.236) |
| 2022-09-07 06:57:58 +0000 | tureba | (~tureba@tureba.org) |
| 2022-09-07 06:57:58 +0000 | marienz | (marienz@libera/staff/marienz) |
| 2022-09-07 06:57:58 +0000 | Profpatsch | (~Profpatsc@static.88-198-193-255.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | Cheery | (~cheery@7-239-179-185.static.tentacle.fi) |
| 2022-09-07 06:57:58 +0000 | kosmikus | (~kosmikus@nullzig.kosmikus.org) |
| 2022-09-07 06:57:58 +0000 | noctux1 | (KOx7x4g3XX@karif.server-speed.net) |
| 2022-09-07 06:57:58 +0000 | simpleauthority | (~simpleaut@user/simpleauthority) |
| 2022-09-07 06:57:58 +0000 | tdammers | (~tdammers@77.109.72.118.res.static.edpnet.net) |
| 2022-09-07 06:57:58 +0000 | tstat | (~tstat@user/tstat) |
| 2022-09-07 06:57:58 +0000 | df | (~ben@justworks.xyz) |
| 2022-09-07 06:57:58 +0000 | tolt | (~weechat-h@li219-154.members.linode.com) |
| 2022-09-07 06:57:58 +0000 | byorgey | (~byorgey@155.138.238.211) |
| 2022-09-07 06:57:58 +0000 | heath | (~heath@user/heath) |
| 2022-09-07 06:57:58 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) |
| 2022-09-07 06:57:58 +0000 | mcglk | (~mcglk@131.191.49.120) |
| 2022-09-07 06:57:58 +0000 | c_wraith | (~c_wraith@adjoint.us) |
| 2022-09-07 06:57:58 +0000 | avpx | (~nick@ec2-54-214-223-1.us-west-2.compute.amazonaws.com) |
| 2022-09-07 06:57:58 +0000 | darkling | (~darkling@savella.carfax.org.uk) |
| 2022-09-07 06:57:58 +0000 | dfordivam1 | (~dfordivam@tk2-219-19469.vs.sakura.ne.jp) |
| 2022-09-07 06:57:58 +0000 | sweater1 | (~sweater@206.81.18.26) |
| 2022-09-07 06:57:58 +0000 | blades | (~blades@204.48.29.163) |
| 2022-09-07 06:57:58 +0000 | ridcully | (~ridcully@pd951fa32.dip0.t-ipconnect.de) |
| 2022-09-07 06:57:58 +0000 | cynomys | (~cynomys@user/cynomys) |
| 2022-09-07 06:57:58 +0000 | fiddlerwoaroof | (~fiddlerwo@user/fiddlerwoaroof) |
| 2022-09-07 06:57:58 +0000 | srk | (~sorki@user/srk) |
| 2022-09-07 06:57:58 +0000 | maerwald | (~maerwald@user/maerwald) |
| 2022-09-07 06:57:58 +0000 | madnight | (~madnight@static.59.103.201.195.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | LambdaDuck | (~anka@ksit.fixme.fi) |
| 2022-09-07 06:57:58 +0000 | wrengr | (~wrengr@201.59.83.34.bc.googleusercontent.com) |
| 2022-09-07 06:57:58 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) |
| 2022-09-07 06:57:58 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) |
| 2022-09-07 06:57:58 +0000 | ncf | (~n@monade.li) |
| 2022-09-07 06:57:58 +0000 | mhatta | (~mhatta@www21123ui.sakura.ne.jp) |
| 2022-09-07 06:57:58 +0000 | red-snail1 | (~snail@static.151.210.203.116.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | loonycyborg_ | (loonycybor@chantal.wesnoth.org) |
| 2022-09-07 06:57:58 +0000 | RMSBach | (~guygastin@137.184.131.156) |
| 2022-09-07 06:57:58 +0000 | cods | (~fred@82-65-232-44.subs.proxad.net) |
| 2022-09-07 06:57:58 +0000 | Maeda | (~Maeda@91-161-10-149.subs.proxad.net) |
| 2022-09-07 06:57:58 +0000 | chronon | (~chronon@user/chronon) |
| 2022-09-07 06:57:58 +0000 | mrmr | (~mrmr@user/mrmr) |
| 2022-09-07 06:57:58 +0000 | hexeme_ | (~hexeme@user/hexeme) |
| 2022-09-07 06:57:58 +0000 | defanor | (~defanor@tart.uberspace.net) |
| 2022-09-07 06:57:58 +0000 | meejah | (~meejah@rutas.meejah.ca) |
| 2022-09-07 06:57:58 +0000 | sshine_ | (~simon@exocortex.online) |
| 2022-09-07 06:57:58 +0000 | TMA | (tma@twin.jikos.cz) |
| 2022-09-07 06:57:58 +0000 | Jonno_FTW | (~come@user/jonno-ftw/x-0835346) |
| 2022-09-07 06:57:58 +0000 | son0p | (~ff@181.136.122.143) |
| 2022-09-07 06:57:58 +0000 | nahcetan | (~nate@98.45.169.16) |
| 2022-09-07 06:57:58 +0000 | alanz | (sid110616@id-110616.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | taktoa[c] | (sid282096@id-282096.tinside.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | another-axel-bee | (~axel-bee@alexbenishek.com) |
| 2022-09-07 06:57:58 +0000 | dmj` | (sid72307@id-72307.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | eldritch | (~eldritch@user/eldritch) |
| 2022-09-07 06:57:58 +0000 | haveo_ | (~haveo@sl35.iuwt.fr) |
| 2022-09-07 06:57:58 +0000 | adamCS | (~adamCS@ec2-34-207-160-255.compute-1.amazonaws.com) |
| 2022-09-07 06:57:58 +0000 | jackhill | (~jackhill@kalessin.dragonsnail.net) |
| 2022-09-07 06:57:58 +0000 | raoul | (~raoul@95.179.203.88) |
| 2022-09-07 06:57:58 +0000 | mrvdb | (~mrvdb@2001:19f0:5000:8582:5400:ff:fe07:3df5) |
| 2022-09-07 06:57:58 +0000 | shinjipf | (~shinjipf@2a02:c207:2082:6685::1) |
| 2022-09-07 06:57:58 +0000 | Hobbyboy | (Hobbyboy@hobbyboy.co.uk) |
| 2022-09-07 06:57:58 +0000 | lambdabot | (~lambdabot@haskell/bot/lambdabot) |
| 2022-09-07 06:57:58 +0000 | gaze___ | (sid387101@id-387101.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | parseval | (sid239098@id-239098.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | scav | (sid309693@user/scav) |
| 2022-09-07 06:57:58 +0000 | dequbed | (~dequbed@banana-new.kilobyte22.de) |
| 2022-09-07 06:57:58 +0000 | mxs | (~mxs@user/mxs) |
| 2022-09-07 06:57:58 +0000 | sclv | (sid39734@haskell/developer/sclv) |
| 2022-09-07 06:57:58 +0000 | kawen | (~quassel@static.208.191.216.95.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | tired | (~tired@user/tired) |
| 2022-09-07 06:57:58 +0000 | dka_ | (~code-is-a@ns3059207.ip-193-70-33.eu) |
| 2022-09-07 06:57:58 +0000 | andjjj23 | (~irc@107.170.228.47) |
| 2022-09-07 06:57:58 +0000 | danso | (danso@danso.ca) |
| 2022-09-07 06:57:58 +0000 | Guest1698 | (~Guest1698@20.83.116.49) |
| 2022-09-07 06:57:58 +0000 | asm | (~alexander@user/asm) |
| 2022-09-07 06:57:58 +0000 | krjst | (~krjst@2604:a880:800:c1::16b:8001) |
| 2022-09-07 06:57:58 +0000 | Flow | (~none@gentoo/developer/flow) |
| 2022-09-07 06:57:58 +0000 | teehemkay | (sid14792@id-14792.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | rune | (sid21167@id-21167.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | V | (~v@ircpuzzles/2022/april/winner/V) |
| 2022-09-07 06:57:58 +0000 | idnar | (sid12240@debian/mithrandi) |
| 2022-09-07 06:57:58 +0000 | SanchayanMaity | (sid478177@id-478177.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | jamestmartin | (~james@jtmar.me) |
| 2022-09-07 06:57:58 +0000 | JimL | (~quassel@89-162-2-132.fiber.signal.no) |
| 2022-09-07 06:57:58 +0000 | nckx | (~nckx@tobias.gr) |
| 2022-09-07 06:57:58 +0000 | pepeiborra | (sid443799@id-443799.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | JSharp | (sid4580@id-4580.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | mustafa | (sid502723@rockylinux/releng/mustafa) |
| 2022-09-07 06:57:58 +0000 | pjlsergeant | (sid143467@id-143467.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | Fangs | (sid141280@id-141280.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | qhong | (~qhong@rescomp-21-400677.stanford.edu) |
| 2022-09-07 06:57:58 +0000 | Pent | (sid313808@id-313808.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | rubin55 | (sid175221@id-175221.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | T_S_ | (sid501726@id-501726.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | amir | (sid22336@user/amir) |
| 2022-09-07 06:57:58 +0000 | derelict | (~derelict@user/derelict) |
| 2022-09-07 06:57:58 +0000 | dminuoso | (~dminuoso@user/dminuoso) |
| 2022-09-07 06:57:58 +0000 | hololeap | (~quassel@user/hololeap) |
| 2022-09-07 06:57:58 +0000 | Patternmaster | (~georg@user/Patternmaster) |
| 2022-09-07 06:57:58 +0000 | gnyeki | (~gnyeki@user/gnyeki) |
| 2022-09-07 06:57:58 +0000 | bjobjo | (~bjobjo@user/bjobjo) |
| 2022-09-07 06:57:58 +0000 | crns | (~netcrns@user/crns) |
| 2022-09-07 06:57:58 +0000 | asivitz | (uid178348@id-178348.tinside.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | MironZ | (~MironZ@nat-infra.ehlab.uk) |
| 2022-09-07 06:57:58 +0000 | ell | (~ellie@user/ellie) |
| 2022-09-07 06:57:58 +0000 | bollu | (~bollu@159.65.151.13) |
| 2022-09-07 06:57:58 +0000 | glider | (~glider@user/glider) |
| 2022-09-07 06:57:58 +0000 | kaol | (~kaol@94-237-42-30.nl-ams1.upcloud.host) |
| 2022-09-07 06:57:58 +0000 | aforemny | (~aforemny@static.248.158.34.188.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | dfg | (dfg@user/dfg) |
| 2022-09-07 06:57:58 +0000 | gff_ | (~gff@user/gff) |
| 2022-09-07 06:57:58 +0000 | opqdonut | (opqdonut@pseudo.fixme.fi) |
| 2022-09-07 06:57:58 +0000 | einfair_ | (~einfair@broadband-90-154-71-147.ip.moscow.rt.ru) |
| 2022-09-07 06:57:58 +0000 | hughjfchen | (~hughjfche@vmi556545.contaboserver.net) |
| 2022-09-07 06:57:58 +0000 | Henkru | (henkru@kapsi.fi) |
| 2022-09-07 06:57:58 +0000 | cjay | (cjay@nerdbox.nerd2nerd.org) |
| 2022-09-07 06:57:58 +0000 | bah | (~bah@l1.tel) |
| 2022-09-07 06:57:58 +0000 | noteness | (~noteness@user/noteness) |
| 2022-09-07 06:57:58 +0000 | nerdypepper | (~nerdypepp@user/nerdypepper) |
| 2022-09-07 06:57:58 +0000 | jludwig | (~justin@user/jludwig) |
| 2022-09-07 06:57:58 +0000 | lagash | (lagash@2605:6400:20:b4:9c76:1538:3398:ce71) |
| 2022-09-07 06:57:58 +0000 | tinwood | (~tinwood@canonical/tinwood) |
| 2022-09-07 06:57:58 +0000 | vulpine | (xfnw@tilde.team) |
| 2022-09-07 06:57:58 +0000 | bcoppens | (~bartcopp@vpn2.bartcoppens.be) |
| 2022-09-07 06:57:58 +0000 | marquis_andras | (~marquis_a@27-33-131-201.tpgi.com.au) |
| 2022-09-07 06:57:58 +0000 | Moyst__ | (~moyst@user/moyst) |
| 2022-09-07 06:57:58 +0000 | mimmy | (~mimmy@2604:a880:cad:d0::3e:1001) |
| 2022-09-07 06:57:58 +0000 | arkeet | (~arkeet@moriya.ca) |
| 2022-09-07 06:57:58 +0000 | hugo | (znc@verdigris.lysator.liu.se) |
| 2022-09-07 06:57:58 +0000 | drlkf | (~drlkf@chat.drlkf.net) |
| 2022-09-07 06:57:58 +0000 | siers | (~ij@user/ij) |
| 2022-09-07 06:57:58 +0000 | lechner | (lechner@debian/lechner) |
| 2022-09-07 06:57:58 +0000 | ajb_ | (~ajb@mimas.whatbox.ca) |
| 2022-09-07 06:57:58 +0000 | megaTherion | (~therion@unix.io) |
| 2022-09-07 06:57:58 +0000 | Ranhir | (~Ranhir@157.97.53.139) |
| 2022-09-07 06:57:58 +0000 | darxun | (sid504814@id-504814.tinside.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | immae | (~immae@2a01:4f8:141:53e7::) |
| 2022-09-07 06:57:58 +0000 | Ram-Z | (~Ram-Z@li1814-254.members.linode.com) |
| 2022-09-07 06:57:58 +0000 | mjacob | (~mjacob@adrastea.uberspace.de) |
| 2022-09-07 06:57:58 +0000 | troydm | (~troydm@host-176-37-124-197.b025.la.net.ua) |
| 2022-09-07 06:57:58 +0000 | Inoperable | (~PLAYER_1@fancydata.science) |
| 2022-09-07 06:57:58 +0000 | yushyin | (w8oD1vlcZ2@mail.karif.server-speed.net) |
| 2022-09-07 06:57:58 +0000 | drewr | (~drew@user/drewr) |
| 2022-09-07 06:57:58 +0000 | hamishmack | (sid389057@id-389057.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | thonkpod_ | (~thonkpod@user/thonkpod) |
| 2022-09-07 06:57:58 +0000 | acidsys | (~crameleon@openSUSE/member/crameleon) |
| 2022-09-07 06:57:58 +0000 | xacktm | (xacktm@user/xacktm) |
| 2022-09-07 06:57:58 +0000 | dixie | (~dixie@real.wilbury.sk) |
| 2022-09-07 06:57:58 +0000 | edwardk | (sid47016@haskell/developer/edwardk) |
| 2022-09-07 06:57:58 +0000 | totbwf | (sid402332@id-402332.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | emergence | (emergence@2607:5300:60:5910:dcad:beff:feef:5bc) |
| 2022-09-07 06:57:58 +0000 | AWizzArd | (~code@gehrels.uberspace.de) |
| 2022-09-07 06:57:58 +0000 | absence | (torgeihe@hildring.pvv.ntnu.no) |
| 2022-09-07 06:57:58 +0000 | SIben | (~SIben@ns3106586.ip-5-135-191.eu) |
| 2022-09-07 06:57:58 +0000 | int-e | (~noone@int-e.eu) |
| 2022-09-07 06:57:58 +0000 | urdh | (~urdh@user/urdh) |
| 2022-09-07 06:57:58 +0000 | sabx | (~sabbas@user/sabbas) |
| 2022-09-07 06:57:58 +0000 | rawles | (~x@user/rawles) |
| 2022-09-07 06:57:58 +0000 | TimWolla | (~timwolla@2a01:4f8:150:6153:beef::6667) |
| 2022-09-07 06:57:58 +0000 | terrorjack | (~terrorjac@2a01:4f8:1c1e:509a::1) |
| 2022-09-07 06:57:58 +0000 | supersven | (sid501114@id-501114.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | AndreasK | (sid320732@id-320732.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | wallymathieu | (sid533252@id-533252.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | edmundnoble | (sid229620@id-229620.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | christiaanb | (sid84827@id-84827.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | sooch_ | (sid533113@id-533113.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | ysh____ | (sid6017@id-6017.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | feliix42 | (~felix@gibbs.uberspace.de) |
| 2022-09-07 06:57:58 +0000 | integral | (sid296274@user/integral) |
| 2022-09-07 06:57:58 +0000 | orcus | (~orcus@user/brprice) |
| 2022-09-07 06:57:58 +0000 | cln | (sid336875@id-336875.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | PotatoGim_ | (sid99505@id-99505.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | wafflepirate | (sid467876@id-467876.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | dispater- | (~dispater@mail.brprice.uk) |
| 2022-09-07 06:57:58 +0000 | agander_m | (sid407952@id-407952.tinside.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | SrPx | (sid108780@id-108780.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | bsima | (~bsima@2604:a880:400:d0::19f1:7001) |
| 2022-09-07 06:57:58 +0000 | whatsupboy | (~whatsupbo@user/scobydoo) |
| 2022-09-07 06:57:58 +0000 | sviermsung | (E3Ya4Aww1k@user/s4msung) |
| 2022-09-07 06:57:58 +0000 | nibelungen | (~asturias@2001:19f0:7001:638:5400:3ff:fef3:8725) |
| 2022-09-07 06:57:58 +0000 | |beowulf| | (florian@sourcemage/mage/beowulf) |
| 2022-09-07 06:57:58 +0000 | apache2 | (apache2@anubis.0x90.dk) |
| 2022-09-07 06:57:58 +0000 | Dykam | (Dykam@dykam.nl) |
| 2022-09-07 06:57:58 +0000 | grfn | (sid449115@id-449115.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | Arsen | (arsen@managarm/dev/Arsen) |
| 2022-09-07 06:57:58 +0000 | stvc | (~stvc@192.241.166.39) |
| 2022-09-07 06:57:58 +0000 | hiredman | (~hiredman@frontier1.downey.family) |
| 2022-09-07 06:57:58 +0000 | djanatyn | (~djanatyn@vps-7f49a6b0.vps.ovh.ca) |
| 2022-09-07 06:57:58 +0000 | shane | (~shane@ana.rch.ist) |
| 2022-09-07 06:57:58 +0000 | hltk | (~hltk@hltk.fi) |
| 2022-09-07 06:57:58 +0000 | jjhoo | (jahakala@user/jjhoo) |
| 2022-09-07 06:57:58 +0000 | shachaf | (~shachaf@user/shachaf) |
| 2022-09-07 06:57:58 +0000 | tomsmeding | (~tomsmedin@2a01:4f8:c0c:5e5e::2) |
| 2022-09-07 06:57:58 +0000 | burakcank | (burakcank@has.arrived.and.is.ready-to.party) |
| 2022-09-07 06:57:58 +0000 | chessai | (sid225296@id-225296.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | nrr____ | (sid20938@id-20938.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | bw | (sid2730@user/betawaffle) |
| 2022-09-07 06:57:58 +0000 | brprice | (~brprice@user/brprice) |
| 2022-09-07 06:57:58 +0000 | dragestil | (~znc@user/dragestil) |
| 2022-09-07 06:57:58 +0000 | ringo__ | (~ringo@157.230.117.128) |
| 2022-09-07 06:57:58 +0000 | welterde | (welterde@thinkbase.srv.welterde.de) |
| 2022-09-07 06:57:58 +0000 | Kamuela | (sid111576@id-111576.tinside.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | dagit | (~dagit@2001:558:6025:38:6476:a063:d05a:44da) |
| 2022-09-07 06:57:58 +0000 | gonz_______ | (sid304396@id-304396.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | dunj3 | (~dunj3@kingdread.de) |
| 2022-09-07 06:57:58 +0000 | systemfault | (sid267009@id-267009.uxbridge.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | Boarders___ | (sid425905@id-425905.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | dibblego | (~dibblego@haskell/developer/dibblego) |
| 2022-09-07 06:57:58 +0000 | haritz | (~hrtz@user/haritz) |
| 2022-09-07 06:57:58 +0000 | earthy | (~arthurvl@2a02-a469-f5e2-1-ba27-ebff-fea0-40b0.fixed6.kpn.net) |
| 2022-09-07 06:57:58 +0000 | alinab | (sid468903@id-468903.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | vito | (sid1962@user/vito) |
| 2022-09-07 06:57:58 +0000 | cbarrett | (sid192934@id-192934.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | Vq | (~vq@90-227-195-41-no77.tbcn.telia.com) |
| 2022-09-07 06:57:58 +0000 | spider_ | (~spider@vps-951ce37a.vps.ovh.ca) |
| 2022-09-07 06:57:58 +0000 | Adeon | (sid418992@id-418992.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | noctux | (~noctux@user/noctux) |
| 2022-09-07 06:57:58 +0000 | emanon42 | (~emanon42@103.120.19.44) |
| 2022-09-07 06:57:58 +0000 | leeb | (~leeb@tk2-243-31079.vs.sakura.ne.jp) |
| 2022-09-07 06:57:58 +0000 | _\_ | (~o@user/offon) |
| 2022-09-07 06:57:58 +0000 | davl_ | (~davl@207.154.228.18) |
| 2022-09-07 06:57:58 +0000 | Yumemi_ | (~Yumemi@chamoin.net) |
| 2022-09-07 06:57:58 +0000 | acro | (~acro@user/acro) |
| 2022-09-07 06:57:58 +0000 | ByronJohnson | (~bairyn@50-250-232-19-static.hfc.comcastbusiness.net) |
| 2022-09-07 06:57:58 +0000 | tnks | (sid412124@id-412124.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | swistak- | (~swistak@185.21.216.141) |
| 2022-09-07 06:57:58 +0000 | bastelfreak | (bastelfrea@libera/staff/VoxPupuli.bastelfreak) |
| 2022-09-07 06:57:58 +0000 | edwtjo | (~edwtjo@fsf/member/edwtjo) |
| 2022-09-07 06:57:58 +0000 | conjunctive | (sid433686@id-433686.helmsley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | heartburn | (~gass@2a00:d880:3:1::b1e4:b241) |
| 2022-09-07 06:57:58 +0000 | nisstyre | (wes@user/nisstyre) |
| 2022-09-07 06:57:58 +0000 | teddyc | (theodorc@cassarossa.samfundet.no) |
| 2022-09-07 06:57:58 +0000 | bonz060 | (~quassel@2001:bc8:47a4:a23::1) |
| 2022-09-07 06:57:58 +0000 | S11001001 | (sid42510@id-42510.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | remedan | (~remedan@octo.cafe) |
| 2022-09-07 06:57:58 +0000 | darkstardev13 | (~darkstard@50.53.212.60) |
| 2022-09-07 06:57:58 +0000 | jmct | (sid160793@id-160793.tinside.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | saolsen | (sid26430@id-26430.lymington.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | tritlo | (sid58727@user/tritlo) |
| 2022-09-07 06:57:58 +0000 | nonzen | (~nonzen@user/nonzen) |
| 2022-09-07 06:57:58 +0000 | koz_ | (~koz@121.99.240.58) |
| 2022-09-07 06:57:58 +0000 | jackdk | (sid373013@cssa/jackdk) |
| 2022-09-07 06:57:58 +0000 | natto17 | (~natto@140.238.225.67) |
| 2022-09-07 06:57:58 +0000 | megeve | (sid523379@id-523379.hampstead.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | pierrot | (~pi@user/pierrot) |
| 2022-09-07 06:57:58 +0000 | ProofTechnique | (sid79547@id-79547.ilkley.irccloud.com) |
| 2022-09-07 06:57:58 +0000 | peutri_ | (~peutri@bobo.desast.re) |
| 2022-09-07 06:57:58 +0000 | lisq | (~quassel@lis.moe) |
| 2022-09-07 06:57:58 +0000 | xnbya2 | (~xnbya@2a01:4f8:c17:cbdd::1) |
| 2022-09-07 06:57:58 +0000 | tristanC | (~tristanC@user/tristanc) |
| 2022-09-07 06:57:58 +0000 | juri_ | (~juri@84-19-175-179.pool.ovpn.com) |
| 2022-09-07 06:57:58 +0000 | Typedfern | (~Typedfern@202.red-83-37-35.dynamicip.rima-tde.net) |
| 2022-09-07 06:57:58 +0000 | micro | (~micro@user/micro) |
| 2022-09-07 06:57:58 +0000 | ddb | (~ddb@ipv6two.tilde.club) |
| 2022-09-07 06:57:58 +0000 | echoreply | (~echoreply@45.32.163.16) |
| 2022-09-07 06:57:58 +0000 | vgtw | (~vgtw@user/vgtw) |
| 2022-09-07 06:57:58 +0000 | Sciencentistguy | (~sciencent@hacksoc/ordinary-member) |
| 2022-09-07 06:57:58 +0000 | melonai- | (~mel@rnrd.eu) |
| 2022-09-07 06:57:58 +0000 | [exa] | (exa@user/exa/x-3587197) |
| 2022-09-07 06:57:58 +0000 | haasn | (~nand@haasn.dev) |
| 2022-09-07 06:57:58 +0000 | qrpnxz | (~qrpnxz@fsf/member/qrpnxz) |
| 2022-09-07 06:57:58 +0000 | elkcl | (~elkcl@broadband-37-110-156-162.ip.moscow.rt.ru) |
| 2022-09-07 06:57:58 +0000 | Noinia | (~Frank@77-162-168-71.fixed.kpn.net) |
| 2022-09-07 06:57:58 +0000 | drdo | (~drdo@roach0.drdo.eu) |
| 2022-09-07 06:57:58 +0000 | lambdap23 | (~lambdap@static.167.190.119.168.clients.your-server.de) |
| 2022-09-07 06:57:58 +0000 | stilgart | (~Christoph@chezlefab.net) |
| 2022-09-07 06:57:58 +0000 | ouroboros | (~ouroboros@user/ouroboros) |
| 2022-09-07 06:57:58 +0000 | Unode | (~Unode@194.94.44.220) |
| 2022-09-07 06:57:58 +0000 | Clint | (~Clint@user/clint) |
| 2022-09-07 06:57:58 +0000 | lbseale_ | (~quassel@user/ep1ctetus) |
| 2022-09-07 06:57:58 +0000 | tompaw_ | (~tompaw@static-47-206-100-136.tamp.fl.frontiernet.net) |
| 2022-09-07 06:57:58 +0000 | aku_ | (~aku@163.172.137.34) |
| 2022-09-07 06:57:58 +0000 | xerox__ | (~edi@user/edi) |
| 2022-09-07 06:57:58 +0000 | oats | (~thomas@user/oats) |
| 2022-09-07 06:57:58 +0000 | kraftwerk28_ | (~kraftwerk@178.62.210.83) |
| 2022-09-07 06:57:58 +0000 | malte | (~malte@mal.tc) |
| 2022-09-07 06:57:58 +0000 | wagle | (~wagle@quassel.wagle.io) |
| 2022-09-07 06:57:58 +0000 | bcmiller | (~bm3719@66.42.95.185) |
| 2022-09-07 06:57:58 +0000 | mmaruseacph2 | (~mihai@198.199.98.239) |
| 2022-09-07 06:57:58 +0000 | kadobanana | (~mud@user/kadoban) |
| 2022-09-07 06:57:58 +0000 | kjak | (~kjak@pool-108-31-68-111.washdc.fios.verizon.net) |
| 2022-09-07 06:57:58 +0000 | hays | (rootvegeta@fsf/member/hays) |
| 2022-09-07 06:57:58 +0000 | pieguy128 | (~pieguy128@bas1-quebec14-67-70-103-208.dsl.bell.ca) |
| 2022-09-07 06:57:58 +0000 | Colere | (~colere@about/linux/staff/sauvin) |
| 2022-09-07 06:57:58 +0000 | tubogram44 | (~tubogram@user/tubogram) |
| 2022-09-07 06:57:58 +0000 | ChanServ | (ChanServ@services.libera.chat) |
| 2022-09-07 06:57:58 +0000 | litharge | (litharge@libera/bot/litharge) |
| 2022-09-07 06:57:58 +0000 | silver.libera.chat | +o ChanServ |
| 2022-09-07 06:58:37 +0000 | NiKaN | (sid385034@id-385034.helmsley.irccloud.com) |
| 2022-09-07 06:58:53 +0000 | jinsun | (~jinsun@user/jinsun) (Read error: Connection reset by peer) |
| 2022-09-07 06:59:08 +0000 | jinsun | (~jinsun@user/jinsun) |
| 2022-09-07 06:59:09 +0000 | Techcable | (~Techcable@user/Techcable) (Remote host closed the connection) |
| 2022-09-07 07:00:29 +0000 | astra | (sid289983@user/amish) (Ping timeout: 255 seconds) |
| 2022-09-07 07:01:16 +0000 | astra | (sid289983@id-289983.hampstead.irccloud.com) |
| 2022-09-07 07:01:18 +0000 | Techcable | (~Techcable@user/Techcable) |
| 2022-09-07 07:06:01 +0000 | nschoe | (~quassel@178.251.84.79) |
| 2022-09-07 07:08:12 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 07:10:17 +0000 | acidjnk_new | (~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de) |
| 2022-09-07 07:10:17 +0000 | acidjnk | (~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de) |
| 2022-09-07 07:13:33 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 07:14:41 +0000 | Sgeo | (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
| 2022-09-07 07:14:45 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds) |
| 2022-09-07 07:17:47 +0000 | jinsun | (~jinsun@user/jinsun) (Read error: Connection reset by peer) |
| 2022-09-07 07:18:03 +0000 | jinsun | (~jinsun@user/jinsun) |
| 2022-09-07 07:19:02 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 268 seconds) |
| 2022-09-07 07:20:37 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 07:21:07 +0000 | jonathanx_ | (~jonathan@c-5eea730a-74736162.cust.telenor.se) |
| 2022-09-07 07:21:43 +0000 | zxx7529 | (~Thunderbi@user/zxx7529) |
| 2022-09-07 07:22:17 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 252 seconds) |
| 2022-09-07 07:26:18 +0000 | kuribas | (~user@ptr-17d51em11jxk9cvccig.18120a2.ip6.access.telenet.be) (Remote host closed the connection) |
| 2022-09-07 07:26:31 +0000 | kuribas | (~user@ptr-17d51ep7az7tepbmlrz.18120a2.ip6.access.telenet.be) |
| 2022-09-07 07:26:43 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 07:35:38 +0000 | CiaoSen | (~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de) |
| 2022-09-07 07:36:24 +0000 | maerwald[m] | (~maerwaldm@2001:470:69fc:105::1ee) |
| 2022-09-07 07:37:32 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection) |
| 2022-09-07 07:38:16 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 07:39:06 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 07:39:19 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) (Quit: Lost terminal) |
| 2022-09-07 07:43:49 +0000 | baaash[m] | (~baaashmat@2001:470:69fc:105::2:1e90) |
| 2022-09-07 07:45:09 +0000 | Player-205[m] | (~sashaserp@2001:470:69fc:105::2:30b8) |
| 2022-09-07 07:47:26 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2022-09-07 07:48:18 +0000 | polykernel[m] | (~polykerne@user/polykernel) |
| 2022-09-07 07:48:46 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 07:48:48 +0000 | califax | (~califax@user/califx) (Read error: Connection reset by peer) |
| 2022-09-07 07:49:21 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 07:49:21 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 07:50:12 +0000 | elvishjerricco1 | (~elvishjer@2001:470:69fc:105::6172) |
| 2022-09-07 07:50:18 +0000 | nomagno | (~nomagno@2001:470:69fc:105::c1f0) |
| 2022-09-07 07:50:39 +0000 | mekeor[m] | (~mekeormat@2001:470:69fc:105::17e4) |
| 2022-09-07 07:51:36 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) (Ping timeout: 244 seconds) |
| 2022-09-07 07:51:58 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 07:52:36 +0000 | machinedgod | (~machinedg@d198-53-218-113.abhsia.telus.net) |
| 2022-09-07 07:53:09 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) (Read error: Connection reset by peer) |
| 2022-09-07 07:53:25 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 07:54:45 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds) |
| 2022-09-07 07:54:45 +0000 | vglfr | (~vglfr@145.224.94.171) (Read error: Connection reset by peer) |
| 2022-09-07 07:54:53 +0000 | vglfr | (~vglfr@145.224.94.171) |
| 2022-09-07 07:55:25 +0000 | john | (~john@115.96.216.58) |
| 2022-09-07 07:55:29 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 07:56:47 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) (Remote host closed the connection) |
| 2022-09-07 07:57:09 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 07:57:20 +0000 | john | (~john@115.96.216.58) (Client Quit) |
| 2022-09-07 07:57:46 +0000 | cfricke | (~cfricke@user/cfricke) |
| 2022-09-07 07:58:01 +0000 | crazazy[m] | (~crazazyma@2001:470:69fc:105::2:6bd9) |
| 2022-09-07 07:58:54 +0000 | machinedgod | (~machinedg@d198-53-218-113.abhsia.telus.net) (Ping timeout: 264 seconds) |
| 2022-09-07 07:59:12 +0000 | Artem[m]12 | (~artemtype@2001:470:69fc:105::75b) |
| 2022-09-07 08:00:32 +0000 | fserucas|EoD | (~fserucas|@92.250.101.119) |
| 2022-09-07 08:00:42 +0000 | machinedgod | (~machinedg@d198-53-218-113.abhsia.telus.net) |
| 2022-09-07 08:01:04 +0000 | kadenwolff[m] | (~kadenwolf@2001:470:69fc:105::1:d97f) |
| 2022-09-07 08:10:14 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 08:12:14 +0000 | phuegrvs[m] | (~phuegrvsm@2001:470:69fc:105::1:65e4) |
| 2022-09-07 08:12:47 +0000 | alexfmpe[m] | (~alexfmpem@2001:470:69fc:105::38ba) |
| 2022-09-07 08:15:18 +0000 | toeffel | (~toeffel@user/toeffel) (Ping timeout: 240 seconds) |
| 2022-09-07 08:16:55 +0000 | miffi | (~miffi@user/miffi) (Ping timeout: 252 seconds) |
| 2022-09-07 08:18:10 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 08:22:42 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 08:26:59 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) (Quit: zzz) |
| 2022-09-07 08:28:13 +0000 | ccapndave | (~ccapndave@2a02:1210:6cf0:6b00:4d47:1d65:7ddd:2a26) |
| 2022-09-07 08:28:17 +0000 | miffi | (~miffi@user/miffi) (Ping timeout: 244 seconds) |
| 2022-09-07 08:29:02 +0000 | ManofLetters[m] | (~manoflett@2001:470:69fc:105::3be) |
| 2022-09-07 08:33:41 +0000 | toeffel | (~toeffel@user/toeffel) (Quit: quit) |
| 2022-09-07 08:37:52 +0000 | cdsmith | (~cdsmithma@2001:470:69fc:105::284) |
| 2022-09-07 08:38:55 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) (Quit: Leaving.) |
| 2022-09-07 08:39:23 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 08:39:27 +0000 | fendor[m] | (~fendormat@2001:470:69fc:105::fcbd) |
| 2022-09-07 08:40:28 +0000 | FurudeRika[m] | (~chitandae@2001:470:69fc:105::1:6039) |
| 2022-09-07 08:42:24 +0000 | Katarushisu | (~Katarushi@cpc147790-finc20-2-0-cust502.4-2.cable.virginm.net) |
| 2022-09-07 08:43:10 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 08:43:49 +0000 | chreekat | (~chreekat@2001:470:69fc:105::16b5) |
| 2022-09-07 08:43:50 +0000 | vaibhavsagar[m] | (~vaibhavsa@2001:470:69fc:105::ffe) |
| 2022-09-07 08:43:51 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 08:43:53 +0000 | cdepillabout[m] | (~cdepillab@2001:470:69fc:105::3d3) |
| 2022-09-07 08:44:52 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds) |
| 2022-09-07 08:45:49 +0000 | schuelermine[m] | (~schuelerm@user/schuelermine) |
| 2022-09-07 08:47:07 +0000 | jonathanx__ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 08:49:48 +0000 | jonathanx_ | (~jonathan@c-5eea730a-74736162.cust.telenor.se) (Ping timeout: 268 seconds) |
| 2022-09-07 08:55:02 +0000 | steve[m]1 | (~stevetrou@2001:470:69fc:105::e0b) |
| 2022-09-07 08:55:08 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 08:56:02 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 08:56:37 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 08:58:22 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 08:58:22 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 09:02:39 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 09:03:41 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 09:04:02 +0000 | ajf___[m] | (~ajfmatrix@2001:470:69fc:105::2:5be3) |
| 2022-09-07 09:04:27 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds) |
| 2022-09-07 09:04:28 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 09:05:25 +0000 | gurkenglas | (~gurkengla@p548ac72e.dip0.t-ipconnect.de) |
| 2022-09-07 09:05:34 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 09:07:09 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (Ping timeout: 252 seconds) |
| 2022-09-07 09:09:28 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 09:09:44 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 09:10:05 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 09:11:26 +0000 | vladan[m] | (~vladanmat@2001:470:69fc:105::2:24df) |
| 2022-09-07 09:11:51 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 268 seconds) |
| 2022-09-07 09:11:52 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 09:12:01 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 09:12:25 +0000 | monadplus[m] | (~monadplus@2001:470:69fc:105::2:5fa2) |
| 2022-09-07 09:12:55 +0000 | astra | amish |
| 2022-09-07 09:13:02 +0000 | amish | (sid289983@id-289983.hampstead.irccloud.com) (Changing host) |
| 2022-09-07 09:13:02 +0000 | amish | (sid289983@user/amish) |
| 2022-09-07 09:13:06 +0000 | duckie | (~duckie@user/duckie) |
| 2022-09-07 09:13:09 +0000 | amish | astra |
| 2022-09-07 09:13:19 +0000 | jean-paul[m] | (~jean-paul@2001:470:69fc:105::d1ab) |
| 2022-09-07 09:13:41 +0000 | jinsun_ | (~jinsun@user/jinsun) |
| 2022-09-07 09:13:50 +0000 | jmcantrell | (~jmcantrel@user/jmcantrell) |
| 2022-09-07 09:14:17 +0000 | ilichu[m] | (~ilichumat@2001:470:69fc:105::2:6afb) |
| 2022-09-07 09:15:56 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 09:16:22 +0000 | the-coot[m] | (~the-cootm@2001:470:69fc:105::95f) |
| 2022-09-07 09:16:38 +0000 | romes[m] | (~romesmatr@2001:470:69fc:105::2:1660) |
| 2022-09-07 09:16:40 +0000 | sjanssen | (~sjanssenm@2001:470:69fc:105::1:61d8) |
| 2022-09-07 09:16:41 +0000 | maralorn | (~maralorn@2001:470:69fc:105::251) |
| 2022-09-07 09:16:45 +0000 | peddie | (~peddie@2001:470:69fc:105::25d) |
| 2022-09-07 09:17:05 +0000 | pretty_dumm_guy | (trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) |
| 2022-09-07 09:17:22 +0000 | jz99[m] | (~jz99matri@2001:470:69fc:105::1:d5f1) |
| 2022-09-07 09:18:52 +0000 | ongy[m] | (~ongymatri@2001:470:69fc:105::5018) |
| 2022-09-07 09:18:56 +0000 | Orbstheorem | (~orbstheor@2001:470:69fc:105::a56) |
| 2022-09-07 09:19:41 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 09:21:43 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 268 seconds) |
| 2022-09-07 09:21:44 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 09:22:34 +0000 | foghorn | (~foghorn@user/foghorn) |
| 2022-09-07 09:23:03 +0000 | fgaz | (~fgaz@2001:470:69fc:105::842) |
| 2022-09-07 09:27:07 +0000 | vpan | (~0@212.117.1.172) |
| 2022-09-07 09:29:32 +0000 | VarikValefor[m] | (~varikvale@2001:470:69fc:105::a5d) |
| 2022-09-07 09:29:34 +0000 | Killy | (~killy@2001:470:69fc:105::2:6ec1) |
| 2022-09-07 09:32:55 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 09:32:56 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 09:35:01 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 09:35:01 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 09:37:31 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 244 seconds) |
| 2022-09-07 09:38:55 +0000 | andreabedini | (~andreabed@host-87-18-207-240.retail.telecomitalia.it) |
| 2022-09-07 09:43:40 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 09:44:58 +0000 | Pickchea | (~private@user/pickchea) |
| 2022-09-07 09:46:17 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 09:47:08 +0000 | komikat[m] | (~komikatma@2001:470:69fc:105::1:c71e) |
| 2022-09-07 09:48:14 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 268 seconds) |
| 2022-09-07 09:48:22 +0000 | monadplus[m]1 | (~arnauabel@2001:470:69fc:105::2:6085) |
| 2022-09-07 09:49:27 +0000 | famubu[m] | (~famubumat@2001:470:69fc:105::1081) |
| 2022-09-07 09:49:33 +0000 | unclechu | (~unclechu@2001:470:69fc:105::354) |
| 2022-09-07 09:50:00 +0000 | zfnmxt | (~zfnmxt@2001:470:69fc:105::2b32) |
| 2022-09-07 09:53:56 +0000 | siraben | (~siraben@user/siraben) |
| 2022-09-07 09:53:59 +0000 | aaron[m]1234 | (~aaronvarg@2001:470:69fc:105::db5e) |
| 2022-09-07 09:54:13 +0000 | Clinton[m] | (~clintonme@2001:470:69fc:105::2:31d4) |
| 2022-09-07 09:54:14 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 09:55:42 +0000 | miffi | (~miffi@user/miffi) (Ping timeout: 268 seconds) |
| 2022-09-07 09:56:20 +0000 | sektor[m] | (~sektor@2001:470:69fc:105::2:3f60) |
| 2022-09-07 09:56:21 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 09:56:52 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 268 seconds) |
| 2022-09-07 09:56:52 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 09:58:24 +0000 | ormaaj | (~ormaaj@user/ormaaj) |
| 2022-09-07 10:00:49 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 10:03:13 +0000 | `2jt | (~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) |
| 2022-09-07 10:06:18 +0000 | Successus | (~Successus@user/Successus) |
| 2022-09-07 10:06:28 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 10:06:58 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 10:07:21 +0000 | jneira[m] | (~jneiramat@2001:470:69fc:105::d729) |
| 2022-09-07 10:07:21 +0000 | xff0x | (~xff0x@125x103x176x34.ap125.ftth.ucom.ne.jp) (Ping timeout: 268 seconds) |
| 2022-09-07 10:10:14 +0000 | Christoph[m] | (~hpotsirhc@2001:470:69fc:105::2ff8) |
| 2022-09-07 10:12:26 +0000 | adziahel[m] | (~adziahelm@2001:470:69fc:105::b4d) |
| 2022-09-07 10:14:08 +0000 | ccapndave | (~ccapndave@2a02:1210:6cf0:6b00:4d47:1d65:7ddd:2a26) (Quit: Textual IRC Client: www.textualapp.com) |
| 2022-09-07 10:15:44 +0000 | coot | (~coot@213.134.176.158) |
| 2022-09-07 10:20:14 +0000 | aviladev[m] | (~aviladevm@2001:470:69fc:105::1:cbc7) |
| 2022-09-07 10:20:31 +0000 | geekosaur[m] | (~geekosaur@xmonad/geekosaur) |
| 2022-09-07 10:20:42 +0000 | sibnull[m] | (~sibnullma@2001:470:69fc:105::1:1291) |
| 2022-09-07 10:21:06 +0000 | Matthew|m | (~arathorn@2001:470:69fc:105::1f) |
| 2022-09-07 10:21:09 +0000 | TravisAthougies[ | (~tathougie@2001:470:69fc:105::2:6fbd) |
| 2022-09-07 10:21:45 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 10:24:31 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 10:27:14 +0000 | Bulby[m] | (~bulbyvrma@2001:470:69fc:105::1:fe0a) |
| 2022-09-07 10:28:56 +0000 | miffi | (~miffi@user/miffi) (Ping timeout: 268 seconds) |
| 2022-09-07 10:30:38 +0000 | CiaoSen | (~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 240 seconds) |
| 2022-09-07 10:30:55 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 10:34:13 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Ping timeout: 258 seconds) |
| 2022-09-07 10:35:10 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 10:36:14 +0000 | Guillaum[m] | (~guiboumat@2001:470:69fc:105::1:72ac) |
| 2022-09-07 10:36:39 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 10:38:49 +0000 | califax | (~califax@user/califx) (Ping timeout: 258 seconds) |
| 2022-09-07 10:39:39 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 10:40:39 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 268 seconds) |
| 2022-09-07 10:41:03 +0000 | fhn | (~fhn@2.58.185.24) |
| 2022-09-07 10:41:18 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) (Ping timeout: 268 seconds) |
| 2022-09-07 10:41:18 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:daa1:2a8:b048:71f5) (Ping timeout: 268 seconds) |
| 2022-09-07 10:41:53 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 10:43:08 +0000 | miffi | (~miffi@user/miffi) (Ping timeout: 244 seconds) |
| 2022-09-07 10:43:15 +0000 | __monty__ | (~toonn@user/toonn) |
| 2022-09-07 10:43:48 +0000 | jonathanx__ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection) |
| 2022-09-07 10:44:45 +0000 | miffi | (~miffi@user/miffi) |
| 2022-09-07 10:44:49 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 10:48:11 +0000 | jonathanx_ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 10:48:34 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2022-09-07 10:50:33 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 252 seconds) |
| 2022-09-07 10:51:51 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 10:52:38 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 10:55:18 +0000 | jonathanx_ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection) |
| 2022-09-07 10:56:28 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 10:57:39 +0000 | dogancanbakir | (~dogancanb@user/dogancanbakir) |
| 2022-09-07 10:57:44 +0000 | jonathanx_ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 10:58:22 +0000 | coot | (~coot@213.134.176.158) (Quit: coot) |
| 2022-09-07 11:01:14 +0000 | razetime | (~quassel@117.254.34.38) |
| 2022-09-07 11:01:16 +0000 | miffi | (~miffi@user/miffi) (Quit: WeeChat 3.6) |
| 2022-09-07 11:01:37 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 268 seconds) |
| 2022-09-07 11:04:19 +0000 | jonathanx_ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection) |
| 2022-09-07 11:04:20 +0000 | xff0x | (~xff0x@ai071162.d.east.v6connect.net) |
| 2022-09-07 11:05:28 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 11:05:52 +0000 | Pickchea | (~private@user/pickchea) (Ping timeout: 244 seconds) |
| 2022-09-07 11:07:55 +0000 | pareto-optimal-d | (~pareto-op@2001:470:69fc:105::1:b61f) |
| 2022-09-07 11:08:15 +0000 | luffy | (~chenqisu1@183.217.201.192) |
| 2022-09-07 11:10:16 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 11:10:59 +0000 | luffy | (~chenqisu1@183.217.201.192) (Max SendQ exceeded) |
| 2022-09-07 11:11:33 +0000 | luffy | (~chenqisu1@183.217.201.192) |
| 2022-09-07 11:14:13 +0000 | ericson2314 | (~ericson23@2001:470:69fc:105::70c) |
| 2022-09-07 11:14:24 +0000 | Deide | (~deide@user/deide) |
| 2022-09-07 11:15:19 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Remote host closed the connection) |
| 2022-09-07 11:15:51 +0000 | luffy | (~chenqisu1@183.217.201.192) (Ping timeout: 252 seconds) |
| 2022-09-07 11:16:08 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 11:18:09 +0000 | dogancanbakir | (~dogancanb@user/dogancanbakir) (Quit: Ping timeout (120 seconds)) |
| 2022-09-07 11:18:41 +0000 | dogancanbakir | (~dogancanb@user/dogancanbakir) |
| 2022-09-07 11:19:16 +0000 | jonathanx_ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 11:19:17 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 11:20:59 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 11:20:59 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 11:21:56 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 260 seconds) |
| 2022-09-07 11:22:28 +0000 | Midjak | (~Midjak@82.66.147.146) |
| 2022-09-07 11:24:45 +0000 | toeffel | (~toeffel@user/toeffel) (Quit: quit) |
| 2022-09-07 11:25:46 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) |
| 2022-09-07 11:25:56 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-09-07 11:26:17 +0000 | jonathanx_ | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 268 seconds) |
| 2022-09-07 11:27:58 +0000 | CiaoSen | (~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de) |
| 2022-09-07 11:30:09 +0000 | jonathanx | (~jonathan@h-178-174-176-109.A357.priv.bahnhof.se) (Ping timeout: 252 seconds) |
| 2022-09-07 11:30:17 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 11:31:59 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 11:31:59 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 11:32:05 +0000 | JensPetersen[m] | (~juhp@2001:470:69fc:105::6e9) |
| 2022-09-07 11:34:20 +0000 | econo | (uid147250@user/econo) (Quit: Connection closed for inactivity) |
| 2022-09-07 11:35:32 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 11:36:39 +0000 | bbear | (~david@2a01:e34:ec2b:d430:44a:f5ca:9867:d69d) (Remote host closed the connection) |
| 2022-09-07 11:37:31 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 11:39:50 +0000 | dogancanbakir | (~dogancanb@user/dogancanbakir) (Quit: Ping timeout (120 seconds)) |
| 2022-09-07 11:39:56 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 11:44:51 +0000 | july541[m] | (~july541ma@2001:470:69fc:105::1:e416) |
| 2022-09-07 11:44:56 +0000 | kadoban1 | (~kadoban@user/kadoban) |
| 2022-09-07 11:45:15 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:fe00:7a9a:c189:544:1fa5) |
| 2022-09-07 11:45:59 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 11:46:44 +0000 | lortabac | (~lortabac@37.166.121.236) |
| 2022-09-07 11:48:45 +0000 | smichel17[m] | (~smichel17@2001:470:69fc:105::2d32) |
| 2022-09-07 11:50:18 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 244 seconds) |
| 2022-09-07 11:51:16 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 11:51:32 +0000 | fr33domlover[m] | (~fr33domlo@2001:470:69fc:105::1:3bb6) |
| 2022-09-07 11:51:49 +0000 | zmt00 | (~zmt00@user/zmt00) |
| 2022-09-07 11:51:53 +0000 | instantaphex | (~jb@c-73-171-252-84.hsd1.fl.comcast.net) |
| 2022-09-07 11:52:39 +0000 | Pickchea | (~private@user/pickchea) |
| 2022-09-07 11:53:30 +0000 | zmt01 | (~zmt00@user/zmt00) (Ping timeout: 264 seconds) |
| 2022-09-07 11:53:53 +0000 | SeanKing[m] | (~seankingm@2001:470:69fc:105::cf9c) |
| 2022-09-07 11:54:15 +0000 | Tisoxin | (~ikosit@user/ikosit) |
| 2022-09-07 11:55:59 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 244 seconds) |
| 2022-09-07 11:56:17 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 11:59:05 +0000 | lortabac | (~lortabac@37.166.121.236) (Ping timeout: 244 seconds) |
| 2022-09-07 11:59:24 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 11:59:38 +0000 | erisco_ | (~erisco@d24-57-249-233.home.cgocable.net) |
| 2022-09-07 12:00:29 +0000 | zaquest | (~notzaques@5.130.79.72) (Remote host closed the connection) |
| 2022-09-07 12:01:26 +0000 | erisco | (~erisco@d24-57-249-233.home.cgocable.net) (Ping timeout: 268 seconds) |
| 2022-09-07 12:01:27 +0000 | erisco_ | erisco |
| 2022-09-07 12:02:17 +0000 | zaquest | (~notzaques@5.130.79.72) |
| 2022-09-07 12:02:39 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 12:03:07 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 12:06:14 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 12:07:09 +0000 | infinity0 | (~infinity0@185.112.146.113) |
| 2022-09-07 12:07:55 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 12:07:55 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 12:08:17 +0000 | instantaphex | (~jb@c-73-171-252-84.hsd1.fl.comcast.net) (Ping timeout: 252 seconds) |
| 2022-09-07 12:08:17 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 12:09:01 +0000 | Pickchea | (~private@user/pickchea) (Ping timeout: 252 seconds) |
| 2022-09-07 12:09:39 +0000 | lyle | (~lyle@104.246.145.85) |
| 2022-09-07 12:10:29 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 12:13:33 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 12:14:04 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 244 seconds) |
| 2022-09-07 12:15:05 +0000 | m1dnight | (~christoph@78-22-0-121.access.telenet.be) (Quit: WeeChat 3.6) |
| 2022-09-07 12:16:24 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) |
| 2022-09-07 12:16:35 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 12:17:02 +0000 | m1dnight | (~christoph@78-22-0-121.access.telenet.be) |
| 2022-09-07 12:18:04 +0000 | jero98772 | (~jero98772@2800:484:1d80:d8ce:efcc:cbb3:7f2a:6dff) |
| 2022-09-07 12:20:23 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 12:21:13 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 12:21:51 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 12:21:51 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 12:27:21 +0000 | infinity0 | (~infinity0@185.112.146.113) (Ping timeout: 252 seconds) |
| 2022-09-07 12:31:58 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 12:32:58 +0000 | infinity0 | (~infinity0@185.112.146.113) |
| 2022-09-07 12:34:05 +0000 | <dminuoso> | Does someone have an idea what the point of these "primop wrappers" are in bytestring? https://hackage.haskell.org/package/bytestring-0.11.3.1/docs/src/Data.ByteString.Short.Internal.ht… |
| 2022-09-07 12:34:16 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds) |
| 2022-09-07 12:34:17 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 12:34:23 +0000 | <dminuoso> | Why dont they just use unsafeFreezeByteArray# itself? |
| 2022-09-07 12:34:58 +0000 | <dminuoso> | Especially, since every usage of unsafeFreezeByteArray# directly pattern matches into the contained ByteArray#, and keeps on using that. |
| 2022-09-07 12:37:16 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Quit: = "") |
| 2022-09-07 12:38:48 +0000 | `\` | (~blop@user/blop) (Ping timeout: 258 seconds) |
| 2022-09-07 12:41:38 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 12:42:53 +0000 | <dminuoso> | Ohh! So the newtype is to allow being carried inside ST, and these things create ST actions. |
| 2022-09-07 12:43:29 +0000 | razetime | (~quassel@117.254.34.38) (Ping timeout: 252 seconds) |
| 2022-09-07 12:43:36 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds) |
| 2022-09-07 12:43:37 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 12:44:13 +0000 | causal | (~user@50.35.83.177) (Quit: WeeChat 3.6) |
| 2022-09-07 12:44:29 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 12:45:22 +0000 | <akegalj> | dminuoso: well unsafeFreeteByteArray# returns unlifted value, while unsafeFreezeByteArray works with lifted values. Maybe that's obvious but the rest of their lib is written using ST which expects lifted value. So I guess thats the reason |
| 2022-09-07 12:46:56 +0000 | <dminuoso> | Its somewhat curious that these primops are written parametrized over State# |
| 2022-09-07 12:47:05 +0000 | <dminuoso> | I guess its the naive version of PrimMonad polymorphism? |
| 2022-09-07 12:48:23 +0000 | <akegalj> | dminuoso: they could have worked only with unsafeFreezeByteArray# (without defining the wrapper) but then their whole lib would look like `someFunction = ST $ doTheWorkWithPrimitives` which I guess is both ugly and doesn't permit laziness (this is a bit out of my expertise so I might be wrong) |
| 2022-09-07 12:54:22 +0000 | razetime | (~quassel@117.254.34.68) |
| 2022-09-07 13:00:43 +0000 | `2jt | (~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) (Ping timeout: 252 seconds) |
| 2022-09-07 13:00:47 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 13:02:44 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 13:03:17 +0000 | `\` | (~blop@user/blop) |
| 2022-09-07 13:04:28 +0000 | <akegalj> | dminuoso: yes, that's how I understand it as well. unsafeFreezeByteArray works for both `State# RealWorld` in case of IO and for `forall s. State# s` in case of ST |
| 2022-09-07 13:05:00 +0000 | <akegalj> | * unsafeFreezeByteArray# (missing # there ^) |
| 2022-09-07 13:06:25 +0000 | <dminuoso> | akegalj: And no, unsafeFreezeByteArray# wouldnt have worked. It would be ill-typed because you cant generate expressions of type `ST s T` where T is unlifted. |
| 2022-09-07 13:06:38 +0000 | <dminuoso> | ST is not polykinded like that |
| 2022-09-07 13:07:44 +0000 | frost | (~frost@user/frost) (Ping timeout: 252 seconds) |
| 2022-09-07 13:08:15 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 13:08:43 +0000 | <dminuoso> | I guess this makes primops with side effects somewhat annoying to use |
| 2022-09-07 13:09:20 +0000 | benin0 | (~benin@183.82.29.130) |
| 2022-09-07 13:09:21 +0000 | infinity0 | (~infinity0@185.112.146.113) (Ping timeout: 244 seconds) |
| 2022-09-07 13:11:44 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 13:11:59 +0000 | `2jt | (~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) |
| 2022-09-07 13:13:48 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 13:13:55 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 13:13:55 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 13:15:09 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 13:16:02 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:a706:d336:7479:fc8b) |
| 2022-09-07 13:18:20 +0000 | <akegalj> | dminuoso: but you write the whole function in this unboxed unroled style then you are fine. `ST (\s -> case newArray# 1# 0 s of (# s1, bla #) -> case theRest of _ -> (# s1, someLiftedValue #))` |
| 2022-09-07 13:18:27 +0000 | <akegalj> | but if you* |
| 2022-09-07 13:18:54 +0000 | <akegalj> | which is I guess annoying to write |
| 2022-09-07 13:23:51 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:a706:d336:7479:fc8b) (Ping timeout: 260 seconds) |
| 2022-09-07 13:23:53 +0000 | cfricke | (~cfricke@user/cfricke) (Quit: WeeChat 3.6) |
| 2022-09-07 13:24:15 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:21f:58cf:1d13:329f) |
| 2022-09-07 13:26:52 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 13:27:01 +0000 | olsner | (~salparot@c83-252-230-207.bredband.tele2.se) |
| 2022-09-07 13:27:23 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) (Remote host closed the connection) |
| 2022-09-07 13:29:35 +0000 | frost | (~frost@user/frost) |
| 2022-09-07 13:29:54 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 13:30:04 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 13:34:13 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 13:36:17 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 13:36:17 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 13:40:47 +0000 | jonathanx | (~jonathan@h-178-174-176-109.a357.priv.bahnhof.se) |
| 2022-09-07 13:41:23 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds) |
| 2022-09-07 13:41:46 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) |
| 2022-09-07 13:43:51 +0000 | pavonia | (~user@user/siracusa) (Quit: Bye!) |
| 2022-09-07 13:46:25 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 13:46:39 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Ping timeout: 258 seconds) |
| 2022-09-07 13:47:46 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds) |
| 2022-09-07 13:47:47 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 13:49:31 +0000 | vpan | (~0@212.117.1.172) (Quit: Leaving.) |
| 2022-09-07 13:52:38 +0000 | infinity0 | (~infinity0@185.112.146.113) |
| 2022-09-07 13:57:06 +0000 | yvan-sraka | (~yvan-srak@37.173.112.133) (Remote host closed the connection) |
| 2022-09-07 13:59:26 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 14:00:22 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 14:01:46 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds) |
| 2022-09-07 14:01:47 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 14:03:34 +0000 | toeffel | (~toeffel@user/toeffel) (Ping timeout: 268 seconds) |
| 2022-09-07 14:07:18 +0000 | acidjnk_new | (~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) |
| 2022-09-07 14:07:18 +0000 | acidjnk | (~acidjnk@p200300d6e7137a650594c411733e1ef3.dip0.t-ipconnect.de) (Ping timeout: 264 seconds) |
| 2022-09-07 14:08:34 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2022-09-07 14:09:50 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 14:13:16 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 14:13:21 +0000 | potash | (~foghorn@user/foghorn) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-09-07 14:13:24 +0000 | califax | (~califax@user/califx) (Remote host closed the connection) |
| 2022-09-07 14:13:24 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 14:13:24 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Read error: Connection reset by peer) |
| 2022-09-07 14:13:37 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 14:14:03 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 14:14:03 +0000 | califax | (~califax@user/califx) |
| 2022-09-07 14:14:27 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds) |
| 2022-09-07 14:14:28 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 14:14:41 +0000 | akegalj | (~akegalj@93-136-78-113.adsl.net.t-com.hr) (Quit: leaving) |
| 2022-09-07 14:14:49 +0000 | lisbeths | (uid135845@id-135845.lymington.irccloud.com) |
| 2022-09-07 14:16:37 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-09-07 14:19:08 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 14:19:26 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 14:19:30 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 14:20:20 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-09-07 14:22:50 +0000 | potash | (~foghorn@user/foghorn) |
| 2022-09-07 14:24:43 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) |
| 2022-09-07 14:24:54 +0000 | mmhat | (~mmh@p200300f1c728ccb9ee086bfffe095315.dip0.t-ipconnect.de) (Quit: WeeChat 3.6) |
| 2022-09-07 14:25:23 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 14:25:44 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 268 seconds) |
| 2022-09-07 14:25:45 +0000 | odnes | (~odnes@5-203-205-0.pat.nym.cosmote.net) (Read error: Connection reset by peer) |
| 2022-09-07 14:26:47 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection) |
| 2022-09-07 14:26:51 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds) |
| 2022-09-07 14:26:52 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 14:26:57 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 14:29:32 +0000 | andreabedini | (~andreabed@host-87-18-207-240.retail.telecomitalia.it) (Quit: WeeChat 3.6) |
| 2022-09-07 14:30:26 +0000 | acidjnk_new | (~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de) |
| 2022-09-07 14:30:26 +0000 | acidjnk | (~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de) |
| 2022-09-07 14:38:38 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 14:40:00 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 14:40:05 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 14:40:05 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 14:41:45 +0000 | mikoto-chan | (~mikoto-ch@2001:999:500:fe0b:7fd7:fee9:526a:38af) |
| 2022-09-07 14:48:00 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 14:50:53 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 14:51:10 +0000 | nate1 | (~nate@98.45.169.16) |
| 2022-09-07 14:52:31 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds) |
| 2022-09-07 14:52:41 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 244 seconds) |
| 2022-09-07 14:52:42 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 14:53:40 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 14:53:40 +0000 | maroloccio | (~marolocci@151.75.41.90) |
| 2022-09-07 14:54:16 +0000 | phma | (~phma@host-67-44-208-94.hnremote.net) (Read error: Connection reset by peer) |
| 2022-09-07 14:55:11 +0000 | phma | (phma@2001:5b0:210d:90d8:b062:feab:691c:8d5d) |
| 2022-09-07 14:55:25 +0000 | [itchyjunk] | (~itchyjunk@user/itchyjunk/x-7353470) |
| 2022-09-07 14:55:52 +0000 | waleee | (~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) |
| 2022-09-07 14:57:11 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) |
| 2022-09-07 14:59:31 +0000 | nate1 | (~nate@98.45.169.16) (Ping timeout: 252 seconds) |
| 2022-09-07 15:00:08 +0000 | <zzz> | is fusion specific to lists or is it more general? |
| 2022-09-07 15:06:29 +0000 | sander | (~sander@user/sander) (Ping timeout: 252 seconds) |
| 2022-09-07 15:06:56 +0000 | mikoto-chan | (~mikoto-ch@2001:999:500:fe0b:7fd7:fee9:526a:38af) (Ping timeout: 255 seconds) |
| 2022-09-07 15:09:04 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds) |
| 2022-09-07 15:10:19 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 15:10:31 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 15:11:48 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds) |
| 2022-09-07 15:11:53 +0000 | <kritzefitz> | zzz: Fusion consist of a set of rewrite rules that are specific to lists. But there is nothing that keeps other structures and their related function from implementing a similar set of rewrite rules that could also be called fusion. |
| 2022-09-07 15:15:29 +0000 | CiaoSen | (~Jura@p200300c9572e65002a3a4dfffe84dbd5.dip0.t-ipconnect.de) (Ping timeout: 255 seconds) |
| 2022-09-07 15:20:04 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 15:21:37 +0000 | razetime | (~quassel@117.254.34.68) (Ping timeout: 244 seconds) |
| 2022-09-07 15:24:25 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) (Remote host closed the connection) |
| 2022-09-07 15:25:05 +0000 | chexum | (~quassel@gateway/tor-sasl/chexum) |
| 2022-09-07 15:25:40 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 15:29:25 +0000 | razetime | (~quassel@117.254.35.105) |
| 2022-09-07 15:30:20 +0000 | tzh | (~tzh@c-24-21-73-154.hsd1.or.comcast.net) |
| 2022-09-07 15:31:55 +0000 | MoC | (~moc@user/moc) |
| 2022-09-07 15:32:42 +0000 | coot | (~coot@213.134.176.158) |
| 2022-09-07 15:34:24 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (Remote host closed the connection) |
| 2022-09-07 15:35:23 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 15:37:32 +0000 | waleee | (~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 255 seconds) |
| 2022-09-07 15:39:32 +0000 | frost | (~frost@user/frost) (Ping timeout: 252 seconds) |
| 2022-09-07 15:39:53 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 15:41:04 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 15:43:09 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 15:43:09 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 15:43:54 +0000 | lortabac | (~lortabac@2a01:e0a:541:b8f0:21f:58cf:1d13:329f) (Quit: WeeChat 2.8) |
| 2022-09-07 15:46:26 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 15:49:52 +0000 | ccntrq1 | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) |
| 2022-09-07 15:51:57 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 252 seconds) |
| 2022-09-07 15:51:57 +0000 | ccntrq1 | ccntrq |
| 2022-09-07 15:52:05 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) (Quit: Textual IRC Client: www.textualapp.com) |
| 2022-09-07 15:56:53 +0000 | sander | (~sander@user/sander) |
| 2022-09-07 15:58:22 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 15:59:03 +0000 | jespada | (~jespada@cpc121060-nmal24-2-0-cust249.19-2.cable.virginm.net) |
| 2022-09-07 16:00:12 +0000 | zxx7529 | (~Thunderbi@user/zxx7529) (Quit: zxx7529) |
| 2022-09-07 16:06:38 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Remote host closed the connection) |
| 2022-09-07 16:08:21 +0000 | ccntrq | (~Thunderbi@dynamic-077-006-061-244.77.6.pool.telefonica.de) (Ping timeout: 260 seconds) |
| 2022-09-07 16:10:50 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 16:10:52 +0000 | spivak | (uid398348@user/spivak) |
| 2022-09-07 16:14:37 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) (Ping timeout: 258 seconds) |
| 2022-09-07 16:15:16 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
| 2022-09-07 16:15:53 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection) |
| 2022-09-07 16:15:53 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) (Read error: Connection reset by peer) |
| 2022-09-07 16:16:23 +0000 | FinnElija | (~finn_elij@user/finn-elija/x-0085643) |
| 2022-09-07 16:17:17 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 16:17:58 +0000 | azimut | (~azimut@gateway/tor-sasl/azimut) |
| 2022-09-07 16:19:06 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 16:24:26 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 16:26:21 +0000 | hays | (rootvegeta@fsf/member/hays) () |
| 2022-09-07 16:27:19 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) (Remote host closed the connection) |
| 2022-09-07 16:27:31 +0000 | alternateved | (~user@staticline-31-183-146-203.toya.net.pl) (Remote host closed the connection) |
| 2022-09-07 16:27:35 +0000 | hays | (~rootveget@fsf/member/hays) |
| 2022-09-07 16:34:22 +0000 | lisbeths | (uid135845@id-135845.lymington.irccloud.com) (Quit: Connection closed for inactivity) |
| 2022-09-07 16:37:21 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 16:42:19 +0000 | odnes_ | (~odnes@5-203-205-0.pat.nym.cosmote.net) (Quit: Leaving) |
| 2022-09-07 16:42:44 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds) |
| 2022-09-07 16:45:56 +0000 | <EvanR> | zzz, theres list fusion, vector fusion, ... |
| 2022-09-07 16:47:02 +0000 | <spivak> | i'm here in a trolling capacity |
| 2022-09-07 16:47:12 +0000 | coot | (~coot@213.134.176.158) (Quit: coot) |
| 2022-09-07 16:47:35 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 16:47:37 +0000 | <spivak> | who's with me? |
| 2022-09-07 16:48:47 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 16:54:57 +0000 | Tuplanolla | (~Tuplanoll@91-159-69-12.elisa-laajakaista.fi) |
| 2022-09-07 16:56:38 +0000 | stefan-__ | (~cri@42dots.de) |
| 2022-09-07 16:56:51 +0000 | stefan-_ | (~cri@42dots.de) (Quit: ZNC 1.6.3+deb1ubuntu0.2 - http://znc.in) |
| 2022-09-07 16:57:47 +0000 | stefan-__ | (~cri@42dots.de) (Client Quit) |
| 2022-09-07 16:58:06 +0000 | stefan-_ | (~cri@2a03:4000:68:ece:a87d:f5ff:fe81:1163) |
| 2022-09-07 17:01:21 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2022-09-07 17:02:46 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) (Quit: Connection closed for inactivity) |
| 2022-09-07 17:06:57 +0000 | johnw | (~johnw@2600:1700:cf00:db0:49ee:6aa9:597c:106c) (Quit: ZNC - http://znc.in) |
| 2022-09-07 17:10:32 +0000 | biberu | (~biberu@user/biberu) (Read error: Connection reset by peer) |
| 2022-09-07 17:10:54 +0000 | nschoe | (~quassel@178.251.84.79) (Ping timeout: 264 seconds) |
| 2022-09-07 17:16:18 +0000 | biberu | (~biberu@user/biberu) |
| 2022-09-07 17:18:55 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) |
| 2022-09-07 17:22:44 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) |
| 2022-09-07 17:26:13 +0000 | mbuf | (~Shakthi@49.204.140.237) (Quit: Leaving) |
| 2022-09-07 17:26:28 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 17:28:45 +0000 | dcoutts | (~duncan@host86-151-44-195.range86-151.btcentralplus.com) (Ping timeout: 252 seconds) |
| 2022-09-07 17:29:06 +0000 | ystael | (~ystael@user/ystael) |
| 2022-09-07 17:30:16 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
| 2022-09-07 17:31:16 +0000 | econo | (uid147250@user/econo) |
| 2022-09-07 17:32:40 +0000 | drlkf | (~drlkf@chat.drlkf.net) (Quit: drlkf) |
| 2022-09-07 17:33:02 +0000 | drlkf | (~drlkf@chat.drlkf.net) |
| 2022-09-07 17:40:05 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 17:41:43 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 17:44:24 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 17:44:40 +0000 | drlkf | (~drlkf@chat.drlkf.net) (Quit: drlkf) |
| 2022-09-07 17:45:01 +0000 | drlkf | (~drlkf@chat.drlkf.net) |
| 2022-09-07 17:45:41 +0000 | razetime | (~quassel@117.254.35.105) (Remote host closed the connection) |
| 2022-09-07 17:45:48 +0000 | benin0 | (~benin@183.82.29.130) (Quit: The Lounge - https://thelounge.chat) |
| 2022-09-07 17:48:21 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 17:48:52 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 17:49:05 +0000 | titibandit | (~titibandi@xdsl-84-44-227-248.nc.de) (Remote host closed the connection) |
| 2022-09-07 17:50:40 +0000 | drlkf | (~drlkf@chat.drlkf.net) (Quit: drlkf) |
| 2022-09-07 17:51:00 +0000 | drlkf | (~drlkf@chat.drlkf.net) |
| 2022-09-07 17:53:30 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 17:55:56 +0000 | jargon | (~jargon@184.101.185.66) |
| 2022-09-07 17:56:12 +0000 | maroloccio | (~marolocci@151.75.41.90) (Quit: WeeChat 3.0) |
| 2022-09-07 18:03:15 +0000 | kritzefitz_ | (~kritzefit@212.86.56.80) |
| 2022-09-07 18:03:22 +0000 | kritzefitz_ | kritzefitz_tmp |
| 2022-09-07 18:03:36 +0000 | kritzefitz_tmp | (~kritzefit@212.86.56.80) () |
| 2022-09-07 18:03:52 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (Read error: Connection reset by peer) |
| 2022-09-07 18:04:03 +0000 | Vajb | (~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi) |
| 2022-09-07 18:04:19 +0000 | zebrag | (~chris@user/zebrag) |
| 2022-09-07 18:04:28 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) (Remote host closed the connection) |
| 2022-09-07 18:05:27 +0000 | kritzefitz | (~kritzefit@debian/kritzefitz) |
| 2022-09-07 18:08:28 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 18:08:32 +0000 | johnw | (~johnw@2600:1700:cf00:db0:4d87:443:f0d8:55d7) |
| 2022-09-07 18:09:16 +0000 | jakalx | (~jakalx@base.jakalx.net) () |
| 2022-09-07 18:12:45 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 18:15:49 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2022-09-07 18:16:46 +0000 | Vajb | (~Vajb@hag-jnsbng11-58c3ad-40.dhcp.inet.fi) (Ping timeout: 244 seconds) |
| 2022-09-07 18:17:01 +0000 | cheater | (~Username@user/cheater) (Ping timeout: 268 seconds) |
| 2022-09-07 18:17:11 +0000 | cheater | (~Username@user/cheater) |
| 2022-09-07 18:18:49 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) |
| 2022-09-07 18:19:47 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-09-07 18:20:52 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-09-07 18:22:24 +0000 | Tuplanolla | (~Tuplanoll@91-159-69-12.elisa-laajakaista.fi) (Quit: Leaving.) |
| 2022-09-07 18:27:04 +0000 | stef204 | (~stef204@user/stef204) |
| 2022-09-07 18:35:00 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 18:38:59 +0000 | MoC | (~moc@user/moc) (Ping timeout: 244 seconds) |
| 2022-09-07 18:39:00 +0000 | MoC_ | (~moc@user/moc) |
| 2022-09-07 18:39:07 +0000 | MoC_ | MoC |
| 2022-09-07 18:39:35 +0000 | coot | (~coot@213.134.176.158) |
| 2022-09-07 18:42:54 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) (Ping timeout: 268 seconds) |
| 2022-09-07 18:44:35 +0000 | Lord_of_Life | (~Lord@user/lord-of-life/x-2819915) |
| 2022-09-07 18:45:02 +0000 | szkl | (uid110435@id-110435.uxbridge.irccloud.com) |
| 2022-09-07 18:49:37 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection) |
| 2022-09-07 18:50:11 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 18:53:05 +0000 | toeffel | (~toeffel@user/toeffel) (Ping timeout: 252 seconds) |
| 2022-09-07 18:53:05 +0000 | raehik | (~raehik@cpc95906-rdng25-2-0-cust156.15-3.cable.virginm.net) (Ping timeout: 252 seconds) |
| 2022-09-07 18:53:19 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 18:56:30 +0000 | [Leary] | (~Leary]@user/Leary/x-0910699) (Ping timeout: 264 seconds) |
| 2022-09-07 18:57:42 +0000 | jakalx | (~jakalx@base.jakalx.net) () |
| 2022-09-07 18:58:24 +0000 | jakalx | (~jakalx@base.jakalx.net) |
| 2022-09-07 19:01:09 +0000 | `2jt | (~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) (Ping timeout: 252 seconds) |
| 2022-09-07 19:01:09 +0000 | kuribas | (~user@ptr-17d51ep7az7tepbmlrz.18120a2.ip6.access.telenet.be) (Quit: ERC (IRC client for Emacs 26.3)) |
| 2022-09-07 19:02:48 +0000 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) (*.net *.split) |
| 2022-09-07 19:04:29 +0000 | <lyle> | I could swear I watched a video about a Haskell testing framework that basically virtualized IO. The idea was that a person could specify a number of IO ocurrences (files, network requests, etc), then run their code in the virtualized environment to test it. I looked through my watch history and can't find the video again. Does anyone know the name of this framework, or did I just dream it? |
| 2022-09-07 19:06:02 +0000 | Lumia | (~Lumia@c-24-34-172-110.hsd1.ma.comcast.net) |
| 2022-09-07 19:07:55 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 244 seconds) |
| 2022-09-07 19:11:31 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 260 seconds) |
| 2022-09-07 19:13:13 +0000 | king_gs | (~Thunderbi@2806:103e:29:1004:c2ae:c6b3:b9c2:8d75) |
| 2022-09-07 19:13:27 +0000 | king_gs | (~Thunderbi@2806:103e:29:1004:c2ae:c6b3:b9c2:8d75) (Client Quit) |
| 2022-09-07 19:13:30 +0000 | `2jt | (~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) |
| 2022-09-07 19:13:59 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Ping timeout: 252 seconds) |
| 2022-09-07 19:14:32 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 19:14:47 +0000 | superbil | (~superbil@1-34-176-171.hinet-ip.hinet.net) |
| 2022-09-07 19:15:59 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) |
| 2022-09-07 19:17:54 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2022-09-07 19:21:04 +0000 | toeffel | (~toeffel@user/toeffel) |
| 2022-09-07 19:22:20 +0000 | <dminuoso> | lyle: Did you mean IOSim by well typed perhaps? The talk you might have referred to might be https://www.youtube.com/watch?v=tKIYQgJnGkA |
| 2022-09-07 19:23:20 +0000 | waleee | (~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) |
| 2022-09-07 19:24:40 +0000 | <dminuoso> | zzz: Note that fusion can arise outside of rewrite rules too. Consider Yoneda fusion on repeated fmap application. |
| 2022-09-07 19:27:27 +0000 | <lyle> | dminuoso: Yes, that's it! Thank you. |
| 2022-09-07 19:28:12 +0000 | <dminuoso> | I reckon IOSim could become a monad transformer, given that you can in principle undo effects. |
| 2022-09-07 19:28:33 +0000 | <dminuoso> | Not that this would yield much valuable insights, since an IOT is not possible |
| 2022-09-07 19:29:05 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
| 2022-09-07 19:30:29 +0000 | <lyle> | Is IOSim not a huge game changer in general? What other language encapsulates IO in such a way that IOSim is even possible? |
| 2022-09-07 19:32:40 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 19:32:50 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 268 seconds) |
| 2022-09-07 19:34:47 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) |
| 2022-09-07 19:38:37 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 19:39:30 +0000 | <johnw> | Have people ever found the idea of Functors over any Control.Category useful? Like, where fmap is `p a b -> p (f a) (f b)`? |
| 2022-09-07 19:39:55 +0000 | <johnw> | for some Category p |
| 2022-09-07 19:40:04 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) (Remote host closed the connection) |
| 2022-09-07 19:41:28 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) (Ping timeout: 268 seconds) |
| 2022-09-07 19:42:25 +0000 | gabriel_sevecek | (~gabriel@188-167-229-200.dynamic.chello.sk) |
| 2022-09-07 19:53:10 +0000 | pavonia | (~user@user/siracusa) |
| 2022-09-07 19:57:25 +0000 | MoC_ | (~moc@user/moc) |
| 2022-09-07 19:57:31 +0000 | MoC | (~moc@user/moc) (Ping timeout: 244 seconds) |
| 2022-09-07 19:57:36 +0000 | MoC_ | MoC |
| 2022-09-07 20:01:02 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 20:03:29 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 20:04:51 +0000 | raym | (~raym@user/raym) (Ping timeout: 248 seconds) |
| 2022-09-07 20:05:17 +0000 | waleee | (~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 255 seconds) |
| 2022-09-07 20:06:31 +0000 | hexology- | hexology |
| 2022-09-07 20:07:07 +0000 | Lumia | (~Lumia@c-24-34-172-110.hsd1.ma.comcast.net) (Quit: ,-) |
| 2022-09-07 20:07:09 +0000 | waleee | (~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) |
| 2022-09-07 20:13:14 +0000 | coot | (~coot@213.134.176.158) (Quit: coot) |
| 2022-09-07 20:15:37 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection) |
| 2022-09-07 20:16:23 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 20:16:35 +0000 | toeffel | (~toeffel@user/toeffel) (Quit: quit) |
| 2022-09-07 20:18:39 +0000 | zeenk | (~zeenk@2a02:2f04:a311:2d00:6865:d863:4c93:799f) (Quit: Konversation terminated!) |
| 2022-09-07 20:18:51 +0000 | codaraxis | (~codaraxis@user/codaraxis) |
| 2022-09-07 20:19:14 +0000 | chomwitt | (~chomwitt@2a02:587:dc16:fe00:7a9a:c189:544:1fa5) (Ping timeout: 255 seconds) |
| 2022-09-07 20:20:30 +0000 | Guest9013 | (~Guest90@mainpc.lha.sgsnet.se) |
| 2022-09-07 20:21:38 +0000 | <Guest9013> | Implement a function that, given a hand, shows the cards in it in a nice format. |
| 2022-09-07 20:21:38 +0000 | <Guest9013> | display :: Hand -> String |
| 2022-09-07 20:21:39 +0000 | <Guest9013> | For example, display can show the card Card (Numeric 2) Hearts as "2 of Hearts". How do I do this? |
| 2022-09-07 20:22:36 +0000 | <geekosaur> | what have you tried? |
| 2022-09-07 20:23:31 +0000 | <Guest9013> | im not sure how to start |
| 2022-09-07 20:24:09 +0000 | <geekosaur> | how would you do it in another language? |
| 2022-09-07 20:24:23 +0000 | <Hecate> | time to do some card ascii art |
| 2022-09-07 20:24:39 +0000 | <Rembane> | The lovely corner characters |
| 2022-09-07 20:25:08 +0000 | <Rembane> | Guest9013: Can you print one card? |
| 2022-09-07 20:26:38 +0000 | <Guest9013> | i need to define the function display first, no? |
| 2022-09-07 20:26:38 +0000 | Vajb | (~Vajb@2001:999:251:6c46:af67:6433:cfc0:311b) (Read error: Connection reset by peer) |
| 2022-09-07 20:27:01 +0000 | Vajb | (~Vajb@85-76-165-214-nat.elisa-mobile.fi) |
| 2022-09-07 20:27:14 +0000 | <Rembane> | Guest9013: You don't need to, you can implement a function that's something like f :: Card -> String |
| 2022-09-07 20:27:53 +0000 | <geekosaur> | it sounds like display could be built out of a function that displayed a Card, applying it to all the Cards in a Hand |
| 2022-09-07 20:28:06 +0000 | lyle | (~lyle@104.246.145.85) (Quit: WeeChat 3.6) |
| 2022-09-07 20:28:19 +0000 | <geekosaur> | and printing a Card can be done with pattern matching |
| 2022-09-07 20:30:12 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 20:30:15 +0000 | ft | (~ft@p4fc2a0f5.dip0.t-ipconnect.de) |
| 2022-09-07 20:33:12 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 20:37:18 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 244 seconds) |
| 2022-09-07 20:38:20 +0000 | <pavonia> | Also https://en.wikipedia.org/wiki/Playing_cards_in_Unicode |
| 2022-09-07 20:38:46 +0000 | <Guest9013> | Oh wow that's so nice |
| 2022-09-07 20:42:28 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 244 seconds) |
| 2022-09-07 20:42:37 +0000 | Pickchea | (~private@user/pickchea) |
| 2022-09-07 20:42:38 +0000 | justsomeguy | (~justsomeg@user/justsomeguy) |
| 2022-09-07 20:47:15 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Remote host closed the connection) |
| 2022-09-07 20:47:45 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 20:52:32 +0000 | fhn | (~fhn@2.58.185.24) (Quit: Client closed) |
| 2022-09-07 20:54:07 +0000 | MoC | (~moc@user/moc) (Quit: Konversation terminated!) |
| 2022-09-07 20:55:08 +0000 | fhn | (~fhn@2.58.185.24) |
| 2022-09-07 21:00:19 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 252 seconds) |
| 2022-09-07 21:00:56 +0000 | Guest9013 | (~Guest90@mainpc.lha.sgsnet.se) (Quit: Client closed) |
| 2022-09-07 21:02:51 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 21:03:15 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 21:07:06 +0000 | <geekosaur> | I guess they gave up on gettin us to write it for them |
| 2022-09-07 21:09:09 +0000 | <darkling> | Or they think that the important part is the Unicode... |
| 2022-09-07 21:10:02 +0000 | <geekosaur> | they were acting really confused in PM to me |
| 2022-09-07 21:11:39 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 21:14:26 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2022-09-07 21:15:03 +0000 | takuan | (~takuan@178-116-218-225.access.telenet.be) (Remote host closed the connection) |
| 2022-09-07 21:15:59 +0000 | Guest9068 | (~Guest90@mainpc.lha.sgsnet.se) |
| 2022-09-07 21:16:05 +0000 | stefan-_ | (~cri@2a03:4000:68:ece:a87d:f5ff:fe81:1163) (Quit: ZNC 1.8.2+deb2build5 - https://znc.in) |
| 2022-09-07 21:16:23 +0000 | stefan-_ | (~cri@42dots.de) |
| 2022-09-07 21:17:01 +0000 | <Guest9068> | https://en.wikipedia.org/wiki/Playing_cards_in_Unicode where in my code do i put the unicode so i get them printed? |
| 2022-09-07 21:18:34 +0000 | <darkling> | Forget about the pretty Unicode for a moment (it's not what this assignment is about), and just get the number of the card and the name of its suit printed in normal letters first. |
| 2022-09-07 21:19:35 +0000 | <monochrom> | Do you already know how to print the letter A? Then it's the same idea printing any character. |
| 2022-09-07 21:20:15 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 21:20:20 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 21:21:04 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) |
| 2022-09-07 21:21:24 +0000 | <Guest9068> | displayCard :: Card -> String |
| 2022-09-07 21:21:25 +0000 | <Guest9068> | displayCard card = show (rank(card)) ++ " of " ++ show (suit(card)) |
| 2022-09-07 21:23:49 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 244 seconds) |
| 2022-09-07 21:24:27 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) |
| 2022-09-07 21:24:56 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 21:25:26 +0000 | <Guest9068> | what do i do with the unicode now |
| 2022-09-07 21:28:29 +0000 | <pavonia> | Unicode characters are just like normal ASCII characters in Haskell |
| 2022-09-07 21:29:32 +0000 | <monochrom> | Since you asked: Your "card" has only 52 cases, so do a case analysis and map your card to "🂡" or "🂱" etc. |
| 2022-09-07 21:29:53 +0000 | <monochrom> | You can also write instead "\x1f0a1" or "\x1f0b1" etc for "readability". |
| 2022-09-07 21:30:27 +0000 | fraznel | (~fuag1@c-73-221-56-19.hsd1.wa.comcast.net) |
| 2022-09-07 21:32:23 +0000 | <Guest9068> | hmmm |
| 2022-09-07 21:33:42 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 21:34:48 +0000 | <Guest9068> | idk where to put the unicode, i just get a string |
| 2022-09-07 21:35:25 +0000 | <pavonia> | You put it in the string |
| 2022-09-07 21:35:40 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 21:36:07 +0000 | <monochrom> | Literally: displayCard ... = "🂡" |
| 2022-09-07 21:36:42 +0000 | <monochrom> | You are not taking me seriously when I said Do you already know how to print the letter A? Then it's the same idea printing any character. |
| 2022-09-07 21:36:56 +0000 | <monochrom> | If you want a string that's a single letter A, it's "A". |
| 2022-09-07 21:37:17 +0000 | <monochrom> | If you want a string that's a single 🂡, it's "🂡". |
| 2022-09-07 21:37:24 +0000 | <pavonia> | As the codepoints follow a regular pattern, you could also build the right codepoint using the chr function, e.g. chr (0x1F0C0 + 6) would be 6 of diamonds |
| 2022-09-07 21:37:25 +0000 | <monochrom> | Why is it so hard to believe? |
| 2022-09-07 21:38:51 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) |
| 2022-09-07 21:38:56 +0000 | bitdex | (~bitdex@gateway/tor-sasl/bitdex) (Read error: Connection reset by peer) |
| 2022-09-07 21:39:04 +0000 | <Guest9068> | Well, i tried and got an error/its printing the numbers, thats why im confused, im doing something wrong |
| 2022-09-07 21:39:27 +0000 | <Guest9068> | do i write the U+ too? |
| 2022-09-07 21:39:30 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 21:39:38 +0000 | <monochrom> | OK, next you combine with putStrLn. |
| 2022-09-07 21:39:59 +0000 | <monochrom> | Here is yahb2 being a ghci session right here in the channel. |
| 2022-09-07 21:40:03 +0000 | <monochrom> | > putStrLn "🂡" |
| 2022-09-07 21:40:06 +0000 | <lambdabot> | <IO ()> |
| 2022-09-07 21:40:07 +0000 | <monochrom> | err not that. |
| 2022-09-07 21:40:10 +0000 | <monochrom> | % putStrLn "🂡" |
| 2022-09-07 21:40:10 +0000 | <yahb2> | 🂡 |
| 2022-09-07 21:40:13 +0000 | <monochrom> | There. |
| 2022-09-07 21:40:39 +0000 | <pavonia> | % "🂡" |
| 2022-09-07 21:40:39 +0000 | <yahb2> | "\127137" |
| 2022-09-07 21:40:51 +0000 | <monochrom> | You can say something like putStrLn (displayCard ...) |
| 2022-09-07 21:42:22 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) (Ping timeout: 258 seconds) |
| 2022-09-07 21:43:00 +0000 | stiell_ | (~stiell@gateway/tor-sasl/stiell) |
| 2022-09-07 21:44:11 +0000 | `2jt | (~jtomas@86.red-88-17-188.dynamicip.rima-tde.net) (Ping timeout: 268 seconds) |
| 2022-09-07 21:44:28 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 244 seconds) |
| 2022-09-07 21:46:02 +0000 | justsomeguy | (~justsomeg@user/justsomeguy) (Ping timeout: 244 seconds) |
| 2022-09-07 21:49:37 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 21:49:51 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 21:52:55 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 21:53:38 +0000 | Axman6 | (~Axman6@user/axman6) (Ping timeout: 252 seconds) |
| 2022-09-07 21:56:57 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2022-09-07 21:59:33 +0000 | <Guest9068> | how do i implement it, putting putStrLn "unicode" in my code gives me an error, it works in ghci tho |
| 2022-09-07 21:59:49 +0000 | wolfshappen | (~waff@irc.furworks.de) (Quit: later) |
| 2022-09-07 21:59:49 +0000 | <geekosaur> | what error? |
| 2022-09-07 22:00:57 +0000 | justsomeguy | (~justsomeg@user/justsomeguy) |
| 2022-09-07 22:01:26 +0000 | Pickchea | (~private@user/pickchea) (Quit: Leaving) |
| 2022-09-07 22:01:31 +0000 | <fraznel> | ok, i'm having a hell of a time with postgres connections, i was here earlier and was referred to a possible issue with exception handling in PostgreSQL-Simple under transactions... however I'm not using transaction and somehow my exception is still behaving wrong. I've done by best to produce a minimal viable repro but its pretty involved |
| 2022-09-07 22:01:33 +0000 | <fraznel> | https://paste.tomsmeding.com/BhWSWkpL |
| 2022-09-07 22:01:57 +0000 | <fraznel> | i don't understand why i don't even get prints in the console from before the exception is thrown in the scenario where it is |
| 2022-09-07 22:02:36 +0000 | <hpc> | Guest9068: are you on windows and adding literal unicode to your source files? |
| 2022-09-07 22:02:49 +0000 | <hpc> | it's probably saved in UTF-16 or something silly like that |
| 2022-09-07 22:02:50 +0000 | <fraznel> | something is eating the exception and locking up the thread but i can't reason about what yet, hoping someone can nudge me in the right direction. I have a local repro by turning postgres off locally and forcing a scenario that runs the query in the thread |
| 2022-09-07 22:03:27 +0000 | <monochrom> | I discourage us doing all the guessing. The querent should be the one providing more information. |
| 2022-09-07 22:03:55 +0000 | <monochrom> | Programmers are the ones who don't have the right to say "it doesn't work I won't tell you more". |
| 2022-09-07 22:03:58 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) (Read error: Connection reset by peer) |
| 2022-09-07 22:04:15 +0000 | <hpc> | i have tried nothing and i am all out of ideas |
| 2022-09-07 22:04:35 +0000 | L29Ah | (~L29Ah@wikipedia/L29Ah) |
| 2022-09-07 22:04:40 +0000 | <geekosaur> | that is why I asked what the error was |
| 2022-09-07 22:05:13 +0000 | <fraznel> | but the stack is Control.Concurrent, Control.Concurrent.Async, UnliftIO, ResourcePool, Control.Exceptions.Safe. forkFinally -> withRunInIO -> withAsync -> handleAny -> query |
| 2022-09-07 22:07:41 +0000 | <fraznel> | hope someone has a nudge in the right direction, in the meantime i'm putting together a full mvp so i can peel stuff off till the exception is actually shown |
| 2022-09-07 22:07:46 +0000 | <monochrom> | Where does handleAny come from? |
| 2022-09-07 22:08:02 +0000 | tromp | (~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl) (Quit: My iMac has gone to sleep. ZZZzzz…) |
| 2022-09-07 22:08:12 +0000 | <fraznel> | handleAny is coming from Control.Exception.Safe from safe-exceptions |
| 2022-09-07 22:09:02 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 255 seconds) |
| 2022-09-07 22:09:29 +0000 | cawfee | (~root@2406:3003:2077:2758::babe) (Ping timeout: 255 seconds) |
| 2022-09-07 22:12:42 +0000 | <monochrom> | Wait, how is "result = getAllTags conn" not a syntax error in a do-block? |
| 2022-09-07 22:14:29 +0000 | <geekosaur> | line 56 looks a bit questionable as well |
| 2022-09-07 22:15:34 +0000 | <fraznel> | darn it, yeah i transposed this from different source files and a scratch .hs file i have with a simple repro and messed up syntax... i'm working on a one file repro |
| 2022-09-07 22:15:49 +0000 | <fraznel> | line 56 shouldn't be there |
| 2022-09-07 22:16:04 +0000 | cawfee | (~root@2406:3003:2077:2758::babe) |
| 2022-09-07 22:16:10 +0000 | <fraznel> | result = should be result <- |
| 2022-09-07 22:16:23 +0000 | <monochrom> | If you have "let result = getAllTags conn" then nothing is executed there therefore no exception. |
| 2022-09-07 22:16:41 +0000 | <monochrom> | OK that's more normal. |
| 2022-09-07 22:18:55 +0000 | <fraznel> | and subThread is launched via Control.Concurrent forkFinally with some logging for when the thread exits |
| 2022-09-07 22:20:08 +0000 | <fraznel> | er, forkFinally for logging and making sure to signal that the thread has finished to the main thread |
| 2022-09-07 22:20:47 +0000 | __monty__ | (~toonn@user/toonn) (Quit: leaving) |
| 2022-09-07 22:21:21 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) (Ping timeout: 252 seconds) |
| 2022-09-07 22:23:13 +0000 | cawfee | (~root@2406:3003:2077:2758::babe) (Ping timeout: 244 seconds) |
| 2022-09-07 22:23:17 +0000 | hpc | (~juzz@ip98-169-32-242.dc.dc.cox.net) |
| 2022-09-07 22:27:19 +0000 | cawfee | (~root@2406:3003:2077:2758::babe) |
| 2022-09-07 22:28:34 +0000 | <monochrom> | handleAny eats exceptions. Unless you mean "but my onException wasn't even called". |
| 2022-09-07 22:30:24 +0000 | <fraznel> | I've been experimenting and i removed the withAsync just found out more. It looks like handleAny is not catching the exception when run insiding a forkFinally and/or inside a withRunInIO |
| 2022-09-07 22:30:48 +0000 | <fraznel> | the behavior without the withAsync is that the thread terminates when the exception is called under the handleAny |
| 2022-09-07 22:31:22 +0000 | <fraznel> | so withAsync must be silently terminating when its in the mix, but i would think handleAny should catch the exception. maybe withRunInIO is doing something odd |
| 2022-09-07 22:31:40 +0000 | <fraznel> | s/odd/unknown to me/ |
| 2022-09-07 22:34:49 +0000 | <fraznel> | i'm most suspicous of a misuse of UnliftIO being the culprit now |
| 2022-09-07 22:37:32 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 22:39:11 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) |
| 2022-09-07 22:40:51 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 22:41:11 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 22:42:06 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 260 seconds) |
| 2022-09-07 22:44:16 +0000 | <fraznel> | going to try using handleAny from UnliftIO but i had the handleAny worked into the internals of my storage capabilities so i gotta pull it out of there now... :| I guess its best for things that fail to fail and leave handling it to the caller |
| 2022-09-07 22:44:44 +0000 | <fraznel> | s/fail/throw |
| 2022-09-07 22:46:35 +0000 | zebrag | (~chris@user/zebrag) (Remote host closed the connection) |
| 2022-09-07 22:46:46 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) (Ping timeout: 258 seconds) |
| 2022-09-07 22:46:58 +0000 | zebrag | (~chris@user/zebrag) |
| 2022-09-07 22:47:21 +0000 | acidjnk | (~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2022-09-07 22:47:21 +0000 | acidjnk_new | (~acidjnk@p200300d6e7137a65d085a62f8a8c8d85.dip0.t-ipconnect.de) (Ping timeout: 260 seconds) |
| 2022-09-07 22:47:44 +0000 | fserucas_|EoD | (~fserucas|@89.214.127.144) |
| 2022-09-07 22:48:54 +0000 | ChaiTRex | (~ChaiTRex@user/chaitrex) |
| 2022-09-07 22:50:49 +0000 | fserucas|EoD | (~fserucas|@92.250.101.119) (Ping timeout: 268 seconds) |
| 2022-09-07 22:51:09 +0000 | <geekosaur> | Guest9068, are you still there? |
| 2022-09-07 22:51:20 +0000 | Sgeo | (~Sgeo@user/sgeo) |
| 2022-09-07 22:51:38 +0000 | <Guest9068> | i am |
| 2022-09-07 22:51:52 +0000 | <geekosaur> | you said you got an error in ghc. what error? |
| 2022-09-07 22:54:20 +0000 | <Guest9068> | this prob looks dumb, but i skipped the cards, i just want it to show the card number + suit symbol. so i tried: |
| 2022-09-07 22:54:21 +0000 | <Guest9068> | displayCard :: Card -> String |
| 2022-09-07 22:54:21 +0000 | <Guest9068> | displayCard card |
| 2022-09-07 22:54:22 +0000 | <Guest9068> | | suit(card) == Spades = show (rank(card)) ++ putStrLn "\9824" |
| 2022-09-07 22:54:22 +0000 | <Guest9068> | and got "Couldn't match expected type ‘[Char]’ with actual type ‘IO ()’" |
| 2022-09-07 22:54:30 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 22:54:31 +0000 | <Guest9068> | x)) |
| 2022-09-07 22:54:54 +0000 | ec | (~ec@gateway/tor-sasl/ec) |
| 2022-09-07 22:55:04 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) |
| 2022-09-07 22:55:18 +0000 | <geekosaur> | you don't want putStrLn there, that's when you actually want to do output. but displayCard should produce a String because display is supposed to produce a String |
| 2022-09-07 22:55:52 +0000 | <geekosaur> | then you would use putStrLn to display that String properly |
| 2022-09-07 22:56:31 +0000 | ec | (~ec@gateway/tor-sasl/ec) (Client Quit) |
| 2022-09-07 22:56:44 +0000 | ec | (~ec@gateway/tor-sasl/ec) |
| 2022-09-07 22:57:07 +0000 | <Guest9068> | if i only put "\9824" it just prints the numbers :c |
| 2022-09-07 22:57:24 +0000 | <geekosaur> | you use putStrLn to display the String at the end |
| 2022-09-07 22:57:38 +0000 | <geekosaur> | % "\9824" |
| 2022-09-07 22:57:38 +0000 | <yahb2> | "\9824" |
| 2022-09-07 22:57:45 +0000 | <geekosaur> | % putStrLn "\9824" |
| 2022-09-07 22:57:46 +0000 | <yahb2> | ♠ |
| 2022-09-07 22:58:14 +0000 | <monochrom> | When testing you will say putStrLn (displayCard ...) |
| 2022-09-07 22:58:25 +0000 | <monochrom> | But putStrLn shall not be part of displayCard. |
| 2022-09-07 22:58:37 +0000 | <geekosaur> | ^ |
| 2022-09-07 22:59:14 +0000 | <Guest9068> | in ghci? im confused |
| 2022-09-07 22:59:38 +0000 | <geekosaur> | yes |
| 2022-09-07 23:00:07 +0000 | <geekosaur> | when you output a String, by default it uses `print`, which uses `show`, which converts non-ASCII to escape characters |
| 2022-09-07 23:00:09 +0000 | <monochrom> | This is going to be no less confusing than seeing \n vs seeing an actual line break. |
| 2022-09-07 23:00:28 +0000 | <geekosaur> | if you use `putStrLn` it doesn't use `show` |
| 2022-09-07 23:00:35 +0000 | <Guest9068> | oh lol it worked |
| 2022-09-07 23:00:36 +0000 | <Guest9068> | now |
| 2022-09-07 23:01:16 +0000 | <fhn> | Guest9068: Look at the types. What is the return type of your displayCard function? It's String. What is the return type of putStrLn? It's IO (). So you can't use putStrLn in displayCard. |
| 2022-09-07 23:02:09 +0000 | <fhn> | You can however feed the result of displayCard, which is a String, to putStrLn which takes a String. |
| 2022-09-07 23:03:29 +0000 | wolfshappen | (~waff@irc.furworks.de) |
| 2022-09-07 23:06:06 +0000 | waleee | (~waleee@2001:9b0:213:7200:cc36:a556:b1e8:b340) (Ping timeout: 244 seconds) |
| 2022-09-07 23:06:20 +0000 | <Guest9068> | i have another problem, when using the rank function it prints "Numeric 2 ♠" instead of "2 ♠" |
| 2022-09-07 23:06:26 +0000 | <qrpnxz> | typescript at work is frustratingly not haskell. Hypothetically strong typed, still get runtime nonsense. forEach: (a => void) 🤢. No functor instances, no traversable. 😭 |
| 2022-09-07 23:06:57 +0000 | <geekosaur> | Guest9068, sho9w us the rank function |
| 2022-09-07 23:07:03 +0000 | <Guest9068> | -- | Extract the rank of a card |
| 2022-09-07 23:07:03 +0000 | <Guest9068> | rank :: Card -> Rank |
| 2022-09-07 23:07:04 +0000 | <Guest9068> | rank (Card r _) = r |
| 2022-09-07 23:07:49 +0000 | <Guest9068> | and: data Rank = Numeric Int | Jack | Queen | King | Ace deriving (Eq, Show) |
| 2022-09-07 23:08:05 +0000 | <geekosaur> | you should make it pattern match on r as well as Card, so it can extract a Numeric or decode the others |
| 2022-09-07 23:11:47 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 23:12:49 +0000 | gurkenglas | (~gurkengla@p548ac72e.dip0.t-ipconnect.de) (Ping timeout: 244 seconds) |
| 2022-09-07 23:13:03 +0000 | merijn | (~merijn@86-86-29-250.fixed.kpn.net) (Ping timeout: 252 seconds) |
| 2022-09-07 23:16:49 +0000 | <Guest9068> | idk how to do that |
| 2022-09-07 23:19:16 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection) |
| 2022-09-07 23:20:06 +0000 | <geekosaur> | same way you did with the Card |
| 2022-09-07 23:21:05 +0000 | <geekosaur> | you really weren't taught how to pattern match a value yet? |
| 2022-09-07 23:22:02 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 23:25:32 +0000 | sammelweis | (~quassel@c-68-48-18-140.hsd1.mi.comcast.net) |
| 2022-09-07 23:26:18 +0000 | eggplantade | (~Eggplanta@108-201-191-115.lightspeed.sntcca.sbcglobal.net) |
| 2022-09-07 23:27:06 +0000 | causal | (~user@50.35.83.177) |
| 2022-09-07 23:29:38 +0000 | justsomeguy | (~justsomeg@user/justsomeguy) (Ping timeout: 268 seconds) |
| 2022-09-07 23:30:51 +0000 | jmdaemon | (~jmdaemon@user/jmdaemon) |
| 2022-09-07 23:31:04 +0000 | <geekosaur> | you can nest patterns |
| 2022-09-07 23:32:52 +0000 | <geekosaur> | https://paste.tomsmeding.com/ian06mCM |
| 2022-09-07 23:33:03 +0000 | <geekosaur> | note that I changed the result type to String |
| 2022-09-07 23:33:24 +0000 | <hpc> | qrpnxz: yeah, i appreciate the effort they go to but it's always just not quite there |
| 2022-09-07 23:33:46 +0000 | <hpc> | it's a nice data point for how much technical debt you can accumulate by letting an untyped language run rampant though |
| 2022-09-07 23:34:08 +0000 | <hpc> | you can see them trying to pay it off in real time |
| 2022-09-07 23:34:42 +0000 | <Guest9068> | oh my |
| 2022-09-07 23:34:51 +0000 | <monochrom> | I'm more cynical than that. You can see them getting paid more in real time. |
| 2022-09-07 23:35:03 +0000 | <qrpnxz> | lol |
| 2022-09-07 23:35:35 +0000 | <monochrom> | Programmers are paid per month of delays, not per validated delivery, amirite? |
| 2022-09-07 23:35:53 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Remote host closed the connection) |
| 2022-09-07 23:36:57 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) (Ping timeout: 260 seconds) |
| 2022-09-07 23:37:04 +0000 | <hpc> | just do what FAANG does and say you have to wait 5 years to collect most of your paycheck :D |
| 2022-09-07 23:37:58 +0000 | <qrpnxz> | not delivering definitely put you near the cliff in my experience. In particular, not having any quantifiable output. From a micro scale at the developer point, that means at least having meaningful story output. Going wider the team needs to have feature delivery or reasonable reasons for delay. Not delivering stories is higher risk than not delivering features, at least in the sense that the |
| 2022-09-07 23:38:00 +0000 | <qrpnxz> | consequences are more immediate. |
| 2022-09-07 23:41:31 +0000 | segfaultfizzbuzz | (~segfaultf@23-93-74-212.fiber.dynamic.sonic.net) |
| 2022-09-07 23:42:36 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 23:45:19 +0000 | fserucas_|EoD | (~fserucas|@89.214.127.144) (Ping timeout: 252 seconds) |
| 2022-09-07 23:46:07 +0000 | <Guest9068> | i was about to ask why this didnt work and realized that my r in this case IS (Numeric 2), thats why it keeps printing Numeric too... hmm, what should i do? |
| 2022-09-07 23:46:08 +0000 | <Guest9068> | displayCard :: Card -> String |
| 2022-09-07 23:46:08 +0000 | <Guest9068> | displayCard card |
| 2022-09-07 23:46:09 +0000 | <Guest9068> | | suit(card) == Spades = show (rank(card)) ++ "\9824" |
| 2022-09-07 23:46:09 +0000 | <Guest9068> | where card = Card (Numeric 2) Spades |
| 2022-09-07 23:46:55 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 23:47:00 +0000 | pretty_dumm_guy | (trottel@gateway/vpn/protonvpn/prettydummguy/x-88029655) (Quit: WeeChat 3.5) |
| 2022-09-07 23:47:23 +0000 | <geekosaur> | did you use what I pasted? that recognizes and "unwraps" the Numeric |
| 2022-09-07 23:48:01 +0000 | matthewmosior | (~matthewmo@173.170.253.91) |
| 2022-09-07 23:48:36 +0000 | dsrt^ | (~dsrt@96-86-241-229-static.hfc.comcastbusiness.net) (Ping timeout: 260 seconds) |
| 2022-09-07 23:49:26 +0000 | <Guest9068> | idk if we're allowed to rewrite the functions xd |
| 2022-09-07 23:50:11 +0000 | <geekosaur> | if you can't modify rank then you want to write a different function. and use it in place of show |
| 2022-09-07 23:50:35 +0000 | <geekosaur> | (also, `rank(card)` doesn't need parentheses |
| 2022-09-07 23:50:38 +0000 | <geekosaur> | ) |
| 2022-09-07 23:51:12 +0000 | <Guest9068> | oh okay |
| 2022-09-07 23:51:55 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) (Ping timeout: 252 seconds) |
| 2022-09-07 23:52:05 +0000 | matthewmosior | (~matthewmo@173.170.253.91) (Ping timeout: 244 seconds) |
| 2022-09-07 23:52:09 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) (Remote host closed the connection) |
| 2022-09-07 23:52:53 +0000 | <geekosaur> | https://paste.tomsmeding.com/PjlLxFCV |
| 2022-09-07 23:53:00 +0000 | Maxdamantus | (~Maxdamant@user/maxdamantus) |
| 2022-09-07 23:54:24 +0000 | <geekosaur> | you should make sure you understand what this is doing |
| 2022-09-07 23:55:18 +0000 | jao | (~jao@cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net) |
| 2022-09-07 23:56:22 +0000 | <Guest9068> | showRank unwraps the n from (Numeric n) ----- so i should write showRank(rank(card)) |
| 2022-09-07 23:56:28 +0000 | <Guest9068> | and it worked |
| 2022-09-07 23:57:51 +0000 | <lyxia> | is there a difference between data family F :: Type -> Type and data family F (a :: Type) :: Type ? Both let me define data instance F Int but I am seeing a difference when querying th-abstraction so I'm wondering whether that's a bug |