Thursday, December 21st, 2017, 00:00 UTC | ||
[00:00:16] | StevenR_ (StevenR_!~foo@31.185.235.142) has quit (Remote host closed the connection) | |
[00:01:43] | oozer (oozer!~oozer@user-10mt7in.cable.mindspring.com) has quit (Read error: Connection reset by peer) | |
[00:01:46] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
[00:07:27] | StevenR (StevenR!~foo@31.185.235.142) has joined #mythtv-users | |
[00:13:32] | Jinx (Jinx!Dojo@unaffiliated/jinx) has quit (Quit: reboot) | |
[00:30:03] | _McGuyver (_McGuyver!mcguyver@unaffiliated/mcguyver) has joined #mythtv-users | |
[01:16:29] | topdownjimmy (topdownjimmy!~topdownji@gateway/vpn/privateinternetaccess/topdownjimmy) has left #mythtv-users () | |
[01:29:24] | BLZbubba (BLZbubba!~mark@pdpc/supporter/professional/blzbubba) has quit (Remote host closed the connection) | |
[01:31:27] | Toast (Toast!~quassel@w-247.cust-16293.ip.static.uno.uk.net) has quit (Remote host closed the connection) | |
[01:32:22] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv-users | |
[01:48:24] | trumee (trumee!~trumee@73.183.219.14) has quit (Quit: ZNC 1.6.1 - http://znc.in) | |
[01:49:44] | trumee (trumee!~trumee@c-73-183-219-14.hsd1.tx.comcast.net) has joined #mythtv-users | |
[01:51:48] | BLZbubba (BLZbubba!~mark@knm.org) has joined #mythtv-users | |
[02:09:56] | vfw (vfw!~mythtv@52.144.111.41) has joined #mythtv-users | |
[02:10:36] | vfw: | I'm having trouble getting mariadb setup. |
[02:10:50] | vfw: | I keep getting "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) |
[02:11:48] | Hydr0p0nX: | what distro ? |
[02:12:40] | vfw: | after running mysql -u root -p |
[02:12:42] | vfw: | archlinux |
[02:13:35] | vfw: | what am I doing wrong? |
[02:13:47] | Hydr0p0nX: | is the service running ? |
[02:14:23] | vfw: | no |
[02:14:36] | Hydr0p0nX: | start it then try to login ? |
[02:14:52] | Hydr0p0nX: | https://wiki.archlinux.org/index.php/MySQL#Re . . . oot_password might try that too |
[02:15:17] | vfw: | ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) |
[02:17:12] | vfw: | Can't create/write to file '/var/lib/mysql/6200.err' (Errcode: 13 "Permission denied") |
[02:18:44] | vfw: | ls: cannot access '/var/lib/mysql/6200.err': Permission denied |
[02:19:50] | vfw: | 6200.err does not exist in that directory. |
[02:20:27] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 240 seconds) | |
[02:21:51] | Hydr0p0nX: | running it as root? |
[02:22:08] | vfw: | Oh yea, I am now.... |
[02:22:15] | vfw: | But where it says: |
[02:22:19] | vfw: | UPDATE mysql.user SET Password=PASSWORD('MyNewPass') WHERE User='root'; |
[02:22:42] | vfw: | DO I replace 'MyNewPass' with the new password? |
[02:22:48] | Hydr0p0nX: | yes |
[02:23:11] | vfw: | or do I replace PASSWORD with the new password? |
[02:24:07] | mack-: | MyNewPass |
[02:25:00] | vfw: | Ok I think I did it. Thanks |
[02:25:24] | mack-: | PASSWORD() generates the encrypted password. SET Password= assigns that encrypted password to the db |
[02:26:46] | vfw: | so now I start mysqld again? |
[02:28:11] | Hydr0p0nX: | run flush privileges? |
[02:28:26] | vfw: | yes I did |
[02:28:45] | Hydr0p0nX: | then yes, you should be ready to start the service |
[02:30:22] | vfw: | Failed to start MariaDB database server. |
[02:31:42] | Hydr0p0nX: | log file show anything? |
[02:47:50] | vfw: | Hydr0p0nX: Do not seem to have log for mysql |
[02:48:41] | vfw: | systemctl start mariadb just hangs |
[02:50:24] | vfw: | Shoudl I reboot the computer? |
[02:50:38] | vfw: | Or reinstall mariadb? |
[02:50:41] | vfw: | or.. |
[02:51:28] | vfw: | installed mariadb (10.1.29–1) |
[02:52:26] | Hydr0p0nX: | can you start it manually? |
[02:52:39] | vfw: | Let me see... |
[02:53:41] | vfw: | mysqld: Please consult the Knowledge Base to find out how to run mysqld as root! |
[02:53:44] | vfw: | 2017-12–20 20:53:13 140519565864896 [ERROR] Aborting |
[02:53:53] | Hydr0p0nX: | mysqld_safe |
[02:54:17] | Hydr0p0nX: | and, you may need to su – mysql |
[02:54:46] | vfw: | mysqld: Can't change dir to '/var/lib/mysql/' (Errcode: 13 "Permission denied") |
[02:54:49] | vfw: | 2017-12–20 20:53:57 140113258614720 [ERROR] Aborting |
[02:54:59] | vfw: | (when I try to start is from user |
[03:01:52] | Hydr0p0nX: | journalctl -xn show anything different? |
[03:02:44] | Hydr0p0nX: | also, see if removing/renaming /var/lib/mysqld/ib_logfile0 and /var/lib/mysql/ib_logfile1 make a difference |
[03:03:14] | vfw: | I thiink I got it started again. |
[03:03:51] | vfw: | What should I do to test? |
[03:04:01] | vfw: | I'm not sure where I am in the instructions. |
[03:04:11] | vfw: | maybe mysql -u root -p </usr/share/mythtv/mc.sql |
[03:04:18] | vfw: | Should I try that? |
[03:04:38] | Hydr0p0nX: | see if you can login normally ? |
[03:04:39] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[03:04:48] | Kwisher: | systemctl status mariadb/mysql |
[03:05:41] | vfw: | Active: active (running) since Wed 2017-12–20 20:59:39 CST; 14s |
[03:06:09] | vfw: | What command should I use to login manually? |
[03:06:30] | Hydr0p0nX: | mysql -u root -p |
[03:08:03] | vfw: | Yes I can login manually |
[03:08:17] | vfw: | and my password works now. |
[03:08:20] | Hydr0p0nX: | sounds like it's fixed |
[03:09:02] | vfw: | Should I try: |
[03:09:03] | vfw: | Create the database structure: |
[03:09:04] | vfw: | $ mysql -u root -p </usr/share/mythtv/mc.sql |
[03:09:21] | Hydr0p0nX: | i'm not sure where you're at in the install |
[03:09:35] | Hydr0p0nX: | might look at it and see what database and structure it creates |
[03:09:53] | vfw: | Or: mysql_secure_installation |
[03:10:02] | vfw: | NOt sure either... |
[03:10:24] | vfw: | Reading instructions at: https://wiki.archlinux.org/index.php/MythTV#Backend_setup |
[03:10:26] | Hydr0p0nX: | what guide have you been following ? and where were you in the process when you found the password issue ? |
[03:12:01] | Hydr0p0nX: | if you haven't run # mysql_secure_installation , then yes you should do that |
[03:16:38] | vfw: | Should I remove anonymous users? |
[03:17:32] | Hydr0p0nX: | generally it's recommended to, but it's up to you |
[03:17:32] | vfw: | should I Diallow root login? |
[03:18:17] | vfw: | Remove test database and access to it? |
[03:18:31] | Hydr0p0nX: | test database, unless you need it |
[03:22:02] | Hydr0p0nX: | remote root login is generally considered a security risk, if it's internal and just for myth, it's really up to yo |
[03:22:04] | Hydr0p0nX: | https://mariadb.com/kb/en/library/mysql_secure_installation/ |
[03:24:26] | vfw: | Ok, I got down to the part where it says: "Time zone tables are required to be in MySQL!" |
[03:31:52] | vfw: | MySQL time zone support is missing. Please install it and try again. See 'mysql_tzinfo_to_sql' for assistance. |
[03:32:49] | vfw: | Before that, I issued this command: |
[03:32:55] | vfw: | mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mythtv mysql |
[03:42:52] | vfw: | Should I have used /usr/share/zoneinfo/US/Central instead of /usr/share/zoneinfo |
[03:42:55] | vfw: | ? |
[03:58:07] | ubIx_ (ubIx_!~ulf@p5B2DFC99.dip0.t-ipconnect.de) has joined #mythtv-users | |
[03:59:16] | vfw (vfw!~mythtv@52.144.111.41) has quit (Quit: leaving) | |
[04:01:46] | ubIx (ubIx!~ulf@p5B2DFA79.dip0.t-ipconnect.de) has quit (Ping timeout: 272 seconds) | |
[04:02:21] | uid816 (uid816!~umpfu@adsl-99-176-17-116.lightspeed.moblal.sbcglobal.net) has joined #mythtv-users | |
[04:02:33] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEdster: knowledgejunkie Hydr0p0nX gregl geeta |
[04:02:38] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEqsosad: hodapp Moscherkobold niska kc KDE_Perry BLZbub |
[04:02:43] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEglwcsd: gregl frobnic Pa |
[04:02:48] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEkitrmfnk: hodapp Tobbe5178 ikevin Hydr0p0nX frobnic tonsofpcs tris NyanCat |
[04:02:53] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEliraxxwwca: [R] pppingme NyanCat tris MythLo |
[04:02:58] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEfyczyrwszg: GreyFoxx troyt ikevin BLZbubba_ gregl sutula Darac knowledgejunkie croppa_ ink0gnito blahdod |
[04:03:05] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEiiyhg: MythLogBot squidly lexAngeles Darac BLZbubba_ sutula crop |
[04:03:08] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEvuragm: Darac brfransen ikevin enyc tris BLZbubba_ pppingme Dave |
[04:03:13] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpdllnrc: Hydr0p0nX croppa_ tonsofpcs arrrghhh lexAngeles Dave123 |
[04:03:18] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEidlrrdzxtr: mack- gregbert tris tonsofpcs geetar1 ghoti cspack trumee KDE_Perry MythLogBot alo |
[04:03:19] | Hydr0p0nX: | did you notice the lack of a space between -p and <yourpassword> ? |
[04:03:23] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEylanuffrul: sphery frobnic KDE_Perry hodapp |
[04:03:28] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEsobtycts: Warped blahdod |
[04:03:34] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODErujqpalo: [R] Muzer GreyFoxx knowledgejunkie sutula J-e-f-f-A arrrghhh tris tonsofpcs pppingme |
[04:03:38] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEltttnseck: Muzer doppo mengoshmink jm|laptop |
[04:03:43] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEjgyqypij: ikevin [R] Muzer gregl J-e-f-f-A squidly dop |
[04:03:48] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEoturgg: gregbert arrrghhh BLZbubba_ ubIx_ mengoshmink mack- Warped tris enyc jpabq gregl GreyF |
[04:03:54] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEjjsqrumua: Tobbe5178 Warped hodapp kc Darac |
[04:03:59] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEipzic: sphery croppa_ ikevin nutron tris shurd Muzer NyanCat Moscherkobold [R] gregl ghoti brf |
[04:04:04] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEmowjhewb: nutron blahdodo mack- Hydr0p0nX GreyFoxx ink0gnito brfransen jm|laptop Dave123 squidly ghoti BLZbubba_ N |
[04:04:08] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEzlxeemrh: knowledgejunkie Dave123 |
[04:04:13] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEcicbiju: brfransen KDE_Perry jm|laptop shurd Dave123 sphery NyanCat arrrgh |
[04:04:18] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEyyzfwapvhl: Tobbe5178 trumee SleePy ikevin shurd ink0gnito Warped brfranse |
[04:04:23] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„& acirc;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODElfarqrjsf: sut |
[04:04:28] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEbtbqmdoef: lexAngeles StevenR SleePy mengoshmink cropp |
[04:04:33] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEyechlat: gregl ghoti gregbert niska geetar1 NyanCat nutron enyc |
[04:04:38] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEmnxxtk: [R] Muzer arrrghhh brfransen ghoti trumee gregl BLZbubba_ lexAngeles sphery StevenR nu |
[04:04:43] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEqoscbslkp: trumee jpabq |
[04:04:49] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEozxxt: nutron Tobbe5178 doppo jm|laptop lexAngeles Dave123 ghoti |
[04:04:53] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„& acirc;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEipslcvai: shur |
[04:04:58] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEiyjrewda: lexAngeles shurd Panic niska brfransen troyt BLZbubba_ kc ikevin |
[04:05:04] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEndshe: niska BLZbubba_ GreyFoxx MythLogBot ubIx_ gregl ghoti pppingme gregbert ikevin tris jpa |
[04:05:09] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpflznt: Panic StevenR niska frobnic tris cspack doppo |
[04:05:14] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEwrmdnazktu: aloril G Dave123 ink0gnito jm|laptop troyt ikevin KDE_Perry My |
[04:05:18] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEdafcpoesp: gregbert enyc |
[04:05:24] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEkhsdz: Hydr0p0nX SleePy BLZbubba_ J-e-f-f-A pppingme mack- Dave123 nutron jya trumee arrrghhh [R] NyanCa |
[04:05:28] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEcfdunmq: knowledgejunkie hodapp frobnic J-e-f-f-A enyc gregl pppingme Hydr0p0nX jpabq troyt niska Moscherkobold kc |
[04:05:34] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEwvjgr: G aloril brfransen Tobbe5178 jpabq ubIx_ Darac shurd doppo StevenR sphery geetar1 enyc Panic _McGuyver hoda |
[04:05:39] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEjmxtt: GreyFoxx trumee kc arrrghhh sutula jp |
[04:05:45] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEbsskr: NyanCat _McGuyver doppo Heliwr BLZbubba_ kc cspack sutula MythLogBo |
[04:05:49] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpuigz: ink0gnito nutron ghoti cspack G lexAn |
[04:05:54] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEauboo: ink0gnito Muzer SleePy Darac Dave123 |
[04:05:59] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEihspkpucwk: hodapp Heliwr jya Tobbe5178 Warped G SleeP |
[04:06:03] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEzoimr: tonsofpcs Tobbe5178 shurd StevenR gregl MythLogBot croppa_ kc mengoshmink G geetar1 Hel |
[04:06:08] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEqeprp: doppo Darac jya frobnic sutula Moscherkobold jm|laptop ink0gnito MythLogBot BLZbubba_ nutron lexAngeles ppp |
[04:06:14] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEdwybywwxk: ikevin _McGuyver jya Panic [R] Heliwr StevenR blahdod |
[04:06:19] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEbtmhxfe: StevenR tonsofpcs KDE_Perry J-e-f-f-A frobnic |
[04:06:24] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEtutnkoepm: trumee GreyFoxx arrrghhh StevenR Panic tris _McGuyver |
[04:06:29] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEluftotekl: mack- frobnic KDE_Perry jya ikevin aloril e |
[04:06:34] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODErvouahl: enyc cspack frobnic aloril jya nutron SleePy Darac ikev |
[04:06:38] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEvdbduyjd: enyc mengoshmink croppa_ trumee Panic J-e-f-f-A kc blahdodo hodapp Darac ubIx_ mack- |
[04:06:44] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEixquvhpt: lexAngeles brfransen NyanCat GreyFoxx mengoshmink tris Warped kc Tobbe5178 trumee cs |
[04:06:48] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEupqjbce: MythLogBot ghoti cspack blahdodo ikevin frobnic StevenR |
[04:06:54] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpctvf: lexAngeles GreyFo |
[04:07:00] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEztcxq: GreyFoxx mack- troyt ink0gnito [R] ghoti tonsofpcs SleePy doppo NyanCat blahd |
[04:07:06] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„& acirc;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEdntxftbawk: Pa |
[04:07:10] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpquks: blahdodo troyt mack- jm|lap |
[04:07:16] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEvsgdxxy: ubIx_ blahdodo |
[04:07:20] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEbocqfdrwcw: StevenR squidly jpabq tris troyt ink0gnito ubIx_ tonsofpcs Muzer [R] hodapp ghoti Moscherkob |
[04:07:26] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEnpznynkar: gregbert knowledgejunkie mengoshmink J-e-f-f-A _McGuyver MythLogBot KDE_P |
[04:07:29] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpxbfjxbak: _McGuyver aloril knowle |
[04:07:34] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEdwgeluvwmg: Dave123 Warped brfrans |
[04:07:39] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEddjdljzs: ubIx_ Panic geetar1 lexA |
[04:07:44] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEoniaht: ink0gnito tris Moscherkobold blahdodo knowledgejunkie jya mengoshmink NyanCat hodapp frobnic Hel |
[04:07:49] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEfkctmdvun: NyanCat Panic Dave123 squidly sut |
[04:07:53] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEyqxymklltz: geetar1 lexAngeles ghoti MythLogBot brfran |
[04:07:59] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEucuygnytaz: Warped cspack jya ikevin jm|laptop croppa_ |
[04:08:05] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEqxibu: enyc Hydr0p0nX ikevin knowledgejunkie mack- gee |
[04:08:06] | [R] ([R]!~rbox@unaffiliated/rbox) has left #mythtv-users ("Leaving") | |
[04:08:10] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEzjtfxhirxj: Warped G ubIx_ Darac frobnic gregl niska cspack tris geetar1 squidly GreyFoxx knowledgejunki |
[04:08:16] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEewakhpy: SleePy frobnic croppa_ Hydr0p0nX Moscherkobold blahdodo |
[04:08:21] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEsvawdkc: [R] jya BLZbubba_ jpabq MythLogBot doppo aloril G troyt trumee jm |
[04:08:30] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEkpiqmutlzp: gregbert gregl ink0gnito frobnic hodapp sphery Tobbe5178 mack- Muzer [R] kc Steven |
[04:08:35] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEujcyw: pppingme brfransen GreyFoxx doppo niska G Heliwr ink0gnito sphery geetar1 jpabq sutula |
[04:08:37] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„& acirc;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEolnjciyz: brfr |
[04:08:42] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEijqpvbdus: frobnic cspack ghoti Dave123 pppingme geetar1 jpabq j |
[04:08:47] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEcoiejpxumo: J-e-f-f-A hodapp ink0gnito NyanC |
[04:08:52] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEhcgmvtvc: Moscherkobold Dave123 Hydr0p0nX Warped G J-e-f-f-A kc |
[04:08:59] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEryslrl: aloril Panic ink0gnito ikevin Muzer |
[04:09:01] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEzqqgup: frobnic tris [R] NyanCat Warped KDE_Perry geetar1 BLZbubba_ doppo arrrghhh Heliwr Slee |
[04:09:06] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpvteoymj: G NyanCat shurd MythLogB |
[04:09:11] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEkmlymyrm: knowledgejunkie jpabq sutula squidly niska G SleePy KDE_Perry frobnic Heli |
[04:09:16] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEerwkz: [R] sphery lexAngeles gregbert trumee kc Tobbe5178 tonsofpcs GreyFoxx mack- Warped Myth |
[04:09:21] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEcgrtszqebf: shurd Warped KDE_Perry blahdodo StevenR squidly arrrghhh knowledgejunkie NyanCat Hydr0p0nX ikevin hoda |
[04:09:25] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEchadslx: cspack knowledgejunkie Heliwr troyt doppo G gregbert BLZbubba_ Hydr0p0nX _McGuyver jpabq mengoshmink jm|l |
[04:09:30] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEfjvvf: Hydr0p0nX Tobbe5178 gregbert MythLogBot Heliwr |
[04:09:35] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEngwiurd: nutron tris ikevin sutula croppa_ d |
[04:09:40] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODElkkxlvpz: KDE_Perry shurd geetar1 lexAngeles MythLogBot hodapp J-e-f-f-A squidly enyc gregl tonsofpcs jy |
[04:09:44] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„& acirc;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEgydznwsvq: ppp |
[04:09:49] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEukkdvoqlpc: trumee gregbert gregl squidly hodapp ikevin jm|lapto |
[04:09:54] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEepwaczgnmn: ikevin mack- sphery Dave123 G Panic jya ubIx_ jm|laptop StevenR nutron NyanCat croppa_ arrrg |
[04:09:59] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEgwxhzwp: frobnic cspack geetar1 GreyFoxx [R] hodapp en |
[04:10:03] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODElsomhygxo: [R] geetar1 frobnic pppingme Darac hodapp enyc ikevin niska Panic trumee croppa_ Tobbe5178 NyanCat G tr |
[04:10:06] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +o xris | |
[04:10:09] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEyvkjrdw: niska _McGuyver squidly aloril Muzer gregl SleePy Moscherkobold enyc trumee KDE_Perry arrrghhh |
[04:10:13] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEpregm: [R] jm|laptop frobnic tris niska ghoti jya gregl G pppingme brfransen nutron |
[04:10:19] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„&acir c;–„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEwwfsgmi: tris MythLogBot |
[04:10:24] | uid816: | â–„â–„â–„â–&bd quo;â–„â–„â–„â&ndash ;„â–„â–„â–„â&n dash;„â–„â–„â–„ https://beta.companieshouse.gov.uk/company/10 . . . ling-history christel sold freenode to Private Internet Access Andrew Lee WHO ALSO OWNS SNOONET AND IS MOVING FREENODE TO THAT SERVER (NEXT MONTH) AND CLOSING DOWN OPEN SOURCE ROOMS PLEASE COMPLAIN IN CHAN FREENODEiisdoh: KDE_Perry Dave123 trumee frobnic gregl doppo troyt Tobbe |
[04:10:24] | Mode for #mythtv-users by xris!~xris@mythtv/developer/xris : +b *!~umpfu@adsl-99-176-17-116.lightspeed.moblal.sbcglobal.net | |
[04:10:24] | uid816 has been kicked from #mythtv-users by xris!~xris@mythtv/developer/xris (Your behavior is not conducive to the desired environment.) | |
[04:10:46] | clever: | 2/3 rooms clean |
[04:10:47] | Mode for #mythtv-users by xris!~xris@mythtv/developer/xris : -o xris | |
[04:18:52] | gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[04:24:45] | MDTech-us_MAN (MDTech-us_MAN!~maxwell@unaffiliated/mdtech-us-man/x-0725565) has joined #mythtv-users | |
[04:26:12] | MDTech-us_MAN (MDTech-us_MAN!~maxwell@unaffiliated/mdtech-us-man/x-0725565) has left #mythtv-users ("Konversation terminated!") | |
[05:05:05] | brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has quit (Read error: Connection reset by peer) | |
[05:06:02] | brfransen (brfransen!~brfransen@75-139-91-185.dhcp.spbg.sc.charter.com) has joined #mythtv-users | |
[05:12:11] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[05:12:45] | AndyCap_ (AndyCap_!~aoy@pdpc/supporter/sustaining/AndyCap) has joined #mythtv-users | |
[05:12:52] | clever_ (clever_!~clever@108.175.83.38) has joined #mythtv-users | |
[05:13:08] | sutula (sutula!~sutula@207-118-152-40.dyn.centurytel.net) has quit (Ping timeout: 255 seconds) | |
[05:13:08] | clever (clever!~clever@unaffiliated/clever) has quit (Ping timeout: 255 seconds) | |
[05:13:08] | AndyCap (AndyCap!~aoy@pdpc/supporter/sustaining/AndyCap) has quit (Ping timeout: 255 seconds) | |
[05:13:19] | sutula (sutula!~sutula@207-118-152-40.dyn.centurytel.net) has joined #mythtv-users | |
[06:04:42] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[06:20:23] | sphery_ (sphery_!~mdean@mythtv/developer/sphery) has joined #mythtv-users | |
[06:20:24] | Mode for #mythtv-users by ChanServ!ChanServ@services. : +v sphery_ | |
[06:26:09] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:681b:837:e4db:abaa) has quit (*.net *.split) | |
[06:26:09] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has quit (*.net *.split) | |
[06:26:09] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split) | |
[06:28:41] | rhpot1991 (rhpot1991!~rhpot1991@ubuntu/member/rhpot1991) has quit (Ping timeout: 260 seconds) | |
[06:31:20] | rhpot1991 (rhpot1991!rhpot1991@2600:3c03::f03c:91ff:fef1:d0a2) has joined #mythtv-users | |
[06:31:20] | rhpot1991 (rhpot1991!rhpot1991@ubuntu/member/rhpot1991) has joined #mythtv-users | |
[06:31:20] | rhpot1991 (rhpot1991!rhpot1991@2600:3c03::f03c:91ff:fef1:d0a2) has quit (Changing host) | |
[06:31:45] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:681b:837:e4db:abaa) has joined #mythtv-users | |
[06:31:45] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has joined #mythtv-users | |
[06:48:29] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:681b:837:e4db:abaa) has quit (*.net *.split) | |
[06:48:29] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has quit (*.net *.split) | |
[07:04:34] | Darac (Darac!darac@remy.darac.org.uk) has quit (Ping timeout: 255 seconds) | |
[07:09:19] | Darac (Darac!darac@remy.darac.org.uk) has joined #mythtv-users | |
[07:24:34] | GreyFoxx (GreyFoxx!~greg@out.of.phaze.org) has joined #mythtv-users | |
[07:32:47] | Tobbe5178 (Tobbe5178!~asdf@2001:2002:51eb:d24e:e48c:31c4:f0b1:f9bb) has joined #mythtv-users | |
[07:33:08] | croppa_ is now known as croppa | |
[07:38:06] | Steve-Goodey (Steve-Goodey!~steve@host86-145-19-187.range86-145.btcentralplus.com) has joined #mythtv-users | |
[08:48:24] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has joined #mythtv-users | |
[08:55:59] | SteveGoodey (SteveGoodey!~steve@host86-145-19-187.range86-145.btcentralplus.com) has joined #mythtv-users | |
[09:32:49] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv-users | |
[11:07:28] | enyc (enyc!~enyc@muddle.enyc.org.uk) has quit (Quit: leaving) | |
[11:45:02] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has quit (Quit: Leaving) | |
[11:54:49] | Muzer (Muzer!~muzer@tim32.org) has quit (Ping timeout: 255 seconds) | |
[11:58:23] | SteveGoodey (SteveGoodey!~steve@host86-145-19-187.range86-145.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[12:06:20] | ggbg_ (ggbg_!d45bb5ba@gateway/web/freenode/ip.212.91.181.186) has joined #mythtv-users | |
[12:30:52] | Toast (Toast!~quassel@w-247.cust-16293.ip.static.uno.uk.net) has joined #mythtv-users | |
[12:55:31] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
[13:39:05] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 265 seconds) | |
[13:41:41] | user798645 (user798645!~User@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
[14:17:29] | ggbg_ (ggbg_!d45bb5ba@gateway/web/freenode/ip.212.91.181.186) has quit (Ping timeout: 260 seconds) | |
[14:55:19] | hays_ (hays_!~quassel@fsf/member/hays) has joined #mythtv-users | |
[15:06:29] | AndyCap_ is now known as AndyCap | |
[16:18:41] | hays_ (hays_!~quassel@fsf/member/hays) has quit (Remote host closed the connection) | |
[16:24:01] | user798645 (user798645!~User@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 248 seconds) | |
[16:25:29] | clever_ is now known as clever | |
[16:25:50] | clever (clever!~clever@108.175.83.38) has quit (Changing host) | |
[16:25:50] | clever (clever!~clever@unaffiliated/clever) has joined #mythtv-users | |
[16:27:16] | hays_ (hays_!~quassel@fsf/member/hays) has joined #mythtv-users | |
[16:43:06] | Warped (Warped!~Warped@unaffiliated/warped) has quit (Quit: ChatZilla 0.9.93 [Firefox 56.0.2/20171024165158]) | |
[16:45:17] | Warped (Warped!~Warped@unaffiliated/warped) has joined #mythtv-users | |
[17:25:21] | hays_ (hays_!~quassel@fsf/member/hays) has quit (Ping timeout: 248 seconds) | |
[17:50:11] | Merlin83b (Merlin83b!~Daniel@office.34sp.com) has quit (Quit: Leaving) | |
[17:59:47] | SteveGoodey (SteveGoodey!~steve@host86-145-19-187.range86-145.btcentralplus.com) has joined #mythtv-users | |
[18:04:34] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
[18:05:03] | [R] ([R]!~rbox@unaffiliated/rbox) has joined #mythtv-users | |
[18:26:29] | user798645 (user798645!~User@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
[18:27:59] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 252 seconds) | |
[18:35:47] | jpabq_ (jpabq_!~quassel@67-0-218-124.albq.qwest.net) has joined #mythtv-users | |
[18:36:06] | jpabq (jpabq!~quassel@75-173-124-217.albq.qwest.net) has quit (Ping timeout: 260 seconds) | |
[18:52:05] | hays_ (hays_!~quassel@64.210.39.254) has joined #mythtv-users | |
[18:52:05] | hays_ (hays_!~quassel@fsf/member/hays) has joined #mythtv-users | |
[18:52:05] | hays_ (hays_!~quassel@64.210.39.254) has quit (Changing host) | |
[19:24:40] | blahdodo (blahdodo!~blahdodo@69.172.190.157) has quit (Read error: Connection reset by peer) | |
[19:37:54] | blahdodo (blahdodo!~blahdodo@69.172.190.157) has joined #mythtv-users | |
[20:19:35] | BLZbubba_ (BLZbubba_!~mark@knm.org) has quit (Remote host closed the connection) | |
[20:31:01] | [R] ([R]!~rbox@unaffiliated/rbox) has quit (Quit: Leaving) | |
[20:48:57] | Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv-users | |
[21:46:04] | jpabq_ (jpabq_!~quassel@67-0-218-124.albq.qwest.net) has quit (Remote host closed the connection) | |
[21:49:10] | jpabq (jpabq!~quassel@67-0-218-124.albq.qwest.net) has joined #mythtv-users | |
[21:50:18] | mengoshmink (mengoshmink!~mengoshmi@5751cc44.skybroadband.com) has quit (Quit: Not here > . < over there >> .) | |
[21:54:47] | hays_ (hays_!~quassel@c-73-213-111-1.hsd1.dc.comcast.net) has joined #mythtv-users | |
[21:54:47] | hays_ (hays_!~quassel@fsf/member/hays) has joined #mythtv-users | |
[21:54:47] | hays_ (hays_!~quassel@c-73-213-111-1.hsd1.dc.comcast.net) has quit (Changing host) | |
[21:56:57] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has joined #mythtv-users | |
[21:57:35] | user798645 (user798645!~User@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 240 seconds) | |
[22:09:29] | Muzer (Muzer!~muzer@tim32.org) has joined #mythtv-users | |
[22:16:32] | Steve-Goodey (Steve-Goodey!~steve@host86-145-19-187.range86-145.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:16:59] | mengoshmink (mengoshmink!~mengoshmi@5751cc44.skybroadband.com) has joined #mythtv-users | |
[22:33:21] | SteveGoodey (SteveGoodey!~steve@host86-145-19-187.range86-145.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[22:42:05] | jpabq (jpabq!~quassel@67-0-218-124.albq.qwest.net) has quit (Ping timeout: 240 seconds) | |
[22:42:50] | jpabq (jpabq!~quassel@97-123-9-144.albq.qwest.net) has joined #mythtv-users | |
[23:39:57] | oozer_ (oozer_!~oozer@user-10mt7in.cable.mindspring.com) has quit (Ping timeout: 240 seconds) | |
[23:44:54] | oozer (oozer!~oozer@user-10mt7in.cable.mindspring.com) has joined #mythtv-users |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.