Tuesday, October 23rd, 2012, 18:29 UTC | ||
[18:29:24] | stuarta: | danielk22: have you looked at the socket code in libmythupnp? it already has lots of wrappers for the different platforms and looks like nice clean code |
[18:30:24] | jarle (jarle!~jarle@70.84-234-133.customer.lyse.net) has joined #mythtv | |
[18:30:50] | stuarta: | danielk22: in fact it's actually Qt's socket code. again why aren't we using that direct? |
[18:34:40] | cougar_h (cougar_h!~cougar@2a03:5880:104:5:202:b3ff:fe2d:8d6f) has joined #mythtv | |
[18:51:55] | Steve-Goodey (Steve-Goodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[19:10:10] | danielk22: | stuarta: We can't use it direct because it relies on having one only thread use a QTcpSocket and it relies on that thread running the Qt event loop. Neither of which is the case in most of the threads utilizing MythSocket. |
[19:11:10] | danielk22: | stuarta: libmythupnp is also using the Qt3 QSocketDevice which is no longer supported upstream. |
[19:13:16] | danielk22: | stuarta: The UPnP code I'm not porting to Qt4, AFAIK it is working fairly well as is. |
[19:15:13] | Steve-Goodey (Steve-Goodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[19:16:18] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[19:30:06] | kenni (kenni!~kenni@mythtv/developer/kenni) has joined #mythtv | |
[19:46:42] | skrock (skrock!~skrock@c-167270d5.024-74-736b7610.cust.bredbandsbolaget.se) has joined #mythtv | |
[19:50:43] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[20:30:49] | Sharky-Sleep is now known as Sharky112065 | |
[20:49:06] | stuarta: | danielk22: okay |
[20:58:32] | stuarta: | danielk22: fyi, i've push a fix which will hopefully fix the windows build |
[20:58:40] | stuarta: | on devel/mythsocket |
[20:59:16] | stuarta: | i've quickly come to the conclusion that whoever wrote MS's setsockopt was a blithering idiot |
[21:01:44] | stuarta: | why on earth would you pass numbers as strings? |
[21:06:34] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[21:20:25] | ** stuarta goes to bed ** | |
[21:20:42] | waynemcdougall (waynemcdougall!~wayne@121-72-1-200.dsl.telstraclear.net) has joined #mythtv | |
[21:22:40] | skrock (skrock!~skrock@c-167270d5.024-74-736b7610.cust.bredbandsbolaget.se) has quit (Quit: WeeChat 0.3.8) | |
[21:25:00] | waynemcdougall (waynemcdougall!~wayne@121-72-1-200.dsl.telstraclear.net) has quit (Ping timeout: 244 seconds) | |
[21:29:34] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Ping timeout: 240 seconds) | |
[21:38:35] | waynemcdougall (waynemcdougall!~wayne@121-72-2-77.dsl.telstraclear.net) has joined #mythtv | |
[21:43:17] | waynemcdougall (waynemcdougall!~wayne@121-72-2-77.dsl.telstraclear.net) has quit (Ping timeout: 268 seconds) | |
[21:52:28] | northrup (northrup!~jjn@c-98-193-252-184.hsd1.tn.comcast.net) has quit (Quit: northrup) | |
[22:11:58] | goibhniu (goibhniu!~goibhniu@pdpc/supporter/active/goibhniu) has joined #mythtv | |
[22:12:15] | goibhniu (goibhniu!~goibhniu@pdpc/supporter/active/goibhniu) has left #mythtv () | |
[22:18:23] | Chutt (Chutt!~ijr@cpe-24-29-225-175.neo.res.rr.com) has quit (Read error: Connection reset by peer) | |
[22:20:59] | rsiebert (rsiebert!~quassel@e179130008.adsl.alicedsl.de) has quit (Ping timeout: 256 seconds) | |
[22:34:29] | sl1ce (sl1ce!~johnathan@c-66-31-34-71.hsd1.ma.comcast.net) has joined #mythtv | |
[22:34:55] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 244 seconds) | |
[22:43:54] | sraue_ (sraue_!~stephan@123-45-239-77-pool.cable.fcom.ch) has joined #mythtv | |
[22:48:52] | sraue_ (sraue_!~stephan@123-45-239-77-pool.cable.fcom.ch) has quit (Ping timeout: 244 seconds) | |
[22:59:41] | zombor_ (zombor_!~zombor__@kohana/developer/zombor) has joined #mythtv | |
[23:03:29] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Ping timeout: 256 seconds) | |
[23:18:27] | zombor_ is now known as zombor | |
[23:19:21] | Chutt (Chutt!~ijr@cpe-24-29-225-175.neo.res.rr.com) has joined #mythtv | |
[23:31:12] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (Ping timeout: 268 seconds) | |
Wednesday, October 24th, 2012 | ||
[00:40:59] | sl1ce (sl1ce!~johnathan@c-66-31-34-71.hsd1.ma.comcast.net) has quit (Quit: Konversation terminated!) | |
[00:42:43] | danielk22: | stuarta: I don't think the number should be passed as a string, it the value just has to be cast to 'const char*' |
[00:43:14] | danielk22: | http://msdn.microsoft.com/en-us/library/windo . . . s.85%29.aspx <- none are actually strings |
[00:43:40] | sl1ce (sl1ce!~johnathan@c-66-31-34-71.hsd1.ma.comcast.net) has joined #mythtv | |
[00:46:32] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has quit (Quit: Leaving.) | |
[00:46:36] | danielk22: | Ah, I see! That is what you meant |
[00:48:06] | danielk22: | It is annoying, I don't see why they don't just use void* |
[00:50:52] | Mousey (Mousey!~r0dent_@ross154.net) has quit (Quit: Read Error: Connection reset by beer) | |
[00:52:43] | jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Quit: Coyote finally caught me) | |
[00:58:14] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Quit: Ex-Chat) | |
[01:00:47] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv | |
[01:16:13] | skd5aner: | jams: why not just use a robots.txt file for the smolt stuff? who cares if it's indexed, at least bingbot would honor it |
[01:18:51] | jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv | |
[01:19:42] | wahrhaft (wahrhaft!~quassel@cpe-24-210-70-5.columbus.res.rr.com) has quit (Remote host closed the connection) | |
[01:21:11] | wahrhaft (wahrhaft!~quassel@cpe-24-210-70-5.columbus.res.rr.com) has joined #mythtv | |
[01:26:30] | jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has quit (Ping timeout: 264 seconds) | |
[01:27:28] | sl1ce (sl1ce!~johnathan@c-66-31-34-71.hsd1.ma.comcast.net) has quit (Quit: Konversation terminated!) | |
[01:31:33] | jpabq (jpabq!~jpabq@mythtv/developer/jpabq) has joined #mythtv | |
[01:32:13] | gary_buhrmaster (gary_buhrmaster!~Adium@c4-2c-3-13-b7-de.dhcp.lbl.gov) has joined #mythtv | |
[01:33:02] | gary_buhrmaster (gary_buhrmaster!~Adium@c4-2c-3-13-b7-de.dhcp.lbl.gov) has left #mythtv () | |
[01:40:42] | jams: | skd5aner- more an observation then anything else |
[01:46:36] | stichnot (stichnot!~stichnot@adsl-69-110-144-133.dsl.pltn13.pacbell.net) has quit (Ping timeout: 240 seconds) | |
[01:55:05] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[02:09:41] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Ping timeout: 268 seconds) | |
[02:14:52] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv | |
[02:20:04] | sl1ce (sl1ce!~johnathan@c-66-31-34-71.hsd1.ma.comcast.net) has joined #mythtv | |
[02:23:04] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!) | |
[02:41:48] | stichnot (stichnot!~stichnot@adsl-69-110-144-133.dsl.pltn13.pacbell.net) has joined #mythtv | |
[02:49:54] | jstenback (jstenback!~jstenback@2620:101:8003:200:224:e8ff:fe39:34c2) has quit (Ping timeout: 264 seconds) | |
[02:52:38] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[02:52:50] | jstenback (jstenback!~jstenback@2620:101:8003:200:224:e8ff:fe39:34c2) has joined #mythtv | |
[03:04:27] | skd5aner: | mythfilldatabase --dd-grab-all.... new record, 1.5 hours and still going :P |
[03:04:52] | DJDan (DJDan!~djdan@115-64-177-188.static.tpgi.com.au) has joined #mythtv | |
[03:35:43] | wagnerrp: | skd5aner: you would be surprised |
[03:36:28] | wagnerrp: | i tried modifying the robots.txt for the wiki, to cut down on hits to difference, historical, and other assorted "special" pages |
[03:36:36] | wagnerrp: | baidu doesnt seems to care one bit |
[03:38:52] | wagnerrp: | more recently, there's some majestic12.co.uk doing the same thing |
[03:39:04] | wagnerrp: | all the deus ex conspiracies starting to come true... |
[03:39:57] | sraue (sraue!~stephan@xbmc/staff/sraue) has joined #mythtv | |
[03:41:44] | wagnerrp: | by the way... xris or beirdo or whoever wants to be the authority on the server, apache logs are at 14GB and counting |
[03:42:09] | Beirdo: | dammit |
[03:42:17] | wagnerrp: | :) |
[03:42:18] | Beirdo: | we should have some rolling on that |
[03:42:59] | Beirdo: | but we have space to deal with it, so that's good |
[03:57:29] | xris: | weird, yeah, those should have been rotating |
[04:25:40] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv | |
[04:25:40] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[04:25:40] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv | |
[04:43:00] | zombor (zombor!~zombor__@kohana/developer/zombor) has quit (Remote host closed the connection) | |
[05:31:55] | sraue_ (sraue_!~stephan@64-57-239-77-pool.cable.fcom.ch) has joined #mythtv | |
[05:34:58] | sraue (sraue!~stephan@xbmc/staff/sraue) has quit (Ping timeout: 244 seconds) | |
[05:45:53] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!) | |
[06:10:12] | FabriceMG (FabriceMG!~Thunderbi@LCaen-156-54-30-212.w80-11.abo.wanadoo.fr) has joined #mythtv | |
[06:49:27] | pheld (pheld!~heldal@cl-5.osl-01.no.sixxs.net) has joined #mythtv | |
[07:02:57] | FabriceMG1 (FabriceMG1!~Thunderbi@217.112.59.207) has joined #mythtv | |
[07:04:35] | FabriceMG (FabriceMG!~Thunderbi@LCaen-156-54-30-212.w80-11.abo.wanadoo.fr) has quit (Ping timeout: 256 seconds) | |
[07:22:41] | markcerv (markcerv!~mark@208.184.217.130) has quit (Ping timeout: 255 seconds) | |
[07:22:50] | markcerv (markcerv!~mark@208.184.217.130) has joined #mythtv | |
[08:00:49] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[08:03:21] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:6897:d1f7:a3f9:5ef4) has joined #mythtv | |
[08:23:35] | stuarta (stuarta!sauchter@nat/redhat/x-ldnfjechfodofgse) has joined #mythtv | |
[08:24:40] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has quit (Ping timeout: 260 seconds) | |
[08:29:26] | stuarta: | damn dsl seems to have gone down late last night :( |
[08:29:33] | stuarta: | now i'm gunna have to go home and fix it |
[09:15:40] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has joined #mythtv | |
[09:22:54] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has quit (Ping timeout: 264 seconds) | |
[09:38:51] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[09:46:53] | Sharky112065 (Sharky112065!~Sharky112@c-24-19-57-28.hsd1.wa.comcast.net) has joined #mythtv | |
[09:57:41] | DJDan (DJDan!~djdan@115-64-177-188.static.tpgi.com.au) has quit (Remote host closed the connection) | |
[09:58:13] | joki (joki!~joki@p5486416E.dip.t-dialin.net) has quit (Ping timeout: 246 seconds) | |
[09:58:58] | joki (joki!~joki@p54861EC5.dip.t-dialin.net) has joined #mythtv | |
[10:00:51] | Merlin83b (Merlin83b!~Daniel@2a00:1ee0:3:1337:6897:d1f7:a3f9:5ef4) has quit (Read error: Connection reset by peer) | |
[10:01:40] | stuarta (stuarta!sauchter@nat/redhat/x-ldnfjechfodofgse) has left #mythtv ("busy") | |
[10:28:55] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[10:45:13] | sraue_ (sraue_!~stephan@64-57-239-77-pool.cable.fcom.ch) has quit (Quit: Ex-Chat) | |
[10:47:11] | sraue_ (sraue_!~stephan@64-57-239-77-pool.cable.fcom.ch) has joined #mythtv | |
[10:59:59] | sraue_ (sraue_!~stephan@64-57-239-77-pool.cable.fcom.ch) has quit (Quit: Ex-Chat) | |
[11:02:20] | sraue_ (sraue_!~stephan@64-57-239-77-pool.cable.fcom.ch) has joined #mythtv | |
[11:03:12] | FabriceMG1 (FabriceMG1!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG1) | |
[11:09:25] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has joined #mythtv | |
[11:22:09] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has quit (Remote host closed the connection) | |
[11:23:06] | IReboot (IReboot!~doug@CPE1caff7df6774-CM00252eac6f40.cpe.net.cable.rogers.com) has joined #mythtv | |
[11:33:15] | rooaus (rooaus!~rooaus@ppp59-167-126-229.static.internode.on.net) has joined #mythtv | |
[11:35:02] | rooaus: | With Raspberry Pi bumping Model B to 512MB Ram and this announcement (full open source mobile GPU drivers) http://www.raspberrypi.org/archives/2221 they may very well make a lasting and real impact. |
[11:39:39] | clever: | ah, they opened up the section i had started to reverse engineer |
[11:40:24] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!) | |
[11:41:26] | clever: | it should also make it easyer to do proper accelerated android or mythtv stuff |
[11:53:57] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has joined #mythtv | |
[12:10:26] | rooaus: | It could be bigger than that, the amount of internal debate and hoops that Broadcom must have overcome internally is significant and this appears a major decision. One that just might precipitate serious change that is desperately needed. |
[12:12:56] | clever: | only real problem i can forsee, is that the userspace libs may be tied to a specific build of the gpu firmware |
[12:13:17] | clever: | so the libs could be useless on other platforms, where the gpu firmware is incompatible |
[12:23:14] | vallor (vallor!~Ponzo@pdpc/supporter/monthlygold/vallor) has quit (Remote host closed the connection) | |
[12:23:26] | vallor (vallor!~Ponzo@pdpc/supporter/monthlygold/vallor) has joined #mythtv | |
[12:29:34] | amessina (amessina!~amessina@2001:470:c1dc:7779:d6be:d9ff:fe8d:7c1e) has quit (Quit: Konversation terminated!) | |
[12:38:07] | XDS2010 (XDS2010!u1218@gateway/web/irccloud.com/x-scwbmglbxdzzqztw) has quit (Remote host closed the connection) | |
[12:50:35] | XDS2010 (XDS2010!u1218@gateway/web/irccloud.com/x-dwcvapsxkihqdlpt) has joined #mythtv | |
[13:06:31] | dmfrey (dmfrey!~dmfrey@64-121-93-243.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has quit (Ping timeout: 246 seconds) | |
[13:19:58] | dmfrey (dmfrey!~dmfrey@64-121-93-243.c3-0.smt-ubr1.atw-smt.pa.cable.rcn.com) has joined #mythtv | |
[13:20:46] | zombor (zombor!~zombor__@65.29.231.135) has joined #mythtv | |
[13:20:46] | zombor (zombor!~zombor__@65.29.231.135) has quit (Changing host) | |
[13:20:46] | zombor (zombor!~zombor__@kohana/developer/zombor) has joined #mythtv | |
[13:54:25] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[14:20:30] | rooaus (rooaus!~rooaus@ppp59-167-126-229.static.internode.on.net) has quit (Quit: rooaus) | |
[14:40:11] | andreax (andreax!~andreaz@p4FE64BED.dip.t-dialin.net) has joined #mythtv | |
[15:03:32] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[15:08:43] | sraue_ (sraue_!~stephan@64-57-239-77-pool.cable.fcom.ch) has quit (Quit: Ex-Chat) | |
[15:13:17] | andreax (andreax!~andreaz@p4FE64BED.dip.t-dialin.net) has quit (Read error: Connection reset by peer) | |
[15:19:50] | FabriceMG (FabriceMG!~Thunderbi@217.112.59.207) has quit (Quit: FabriceMG) | |
[15:28:33] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[16:08:32] | skd5aner (skd5aner!~skd5aner@50-90-30-141.res.bhn.net) has quit (*.net *.split) | |
[16:08:32] | brfransen (brfransen!~brfransen@64.179.141.163) has quit (*.net *.split) | |
[16:08:32] | KjetilK (KjetilK!~kjetil@cm-84.208.167.111.getinternet.no) has quit (*.net *.split) | |
[16:08:32] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has quit (*.net *.split) | |
[16:08:47] | skd5aner (skd5aner!~skd5aner@50-90-30-141.res.bhn.net) has joined #mythtv | |
[16:08:54] | KjetilK (KjetilK!~kjetil@cm-84.208.167.111.getinternet.no) has joined #mythtv | |
[16:08:56] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-171-28-68.hsd1.wa.comcast.net) has joined #mythtv | |
[16:08:57] | Captain_Murdoch (Captain_Murdoch!~cpinkham@mythtv/developer/CaptainMurdoch) has joined #mythtv | |
[16:08:57] | Captain_Murdoch (Captain_Murdoch!~cpinkham@c-67-171-28-68.hsd1.wa.comcast.net) has quit (Changing host) | |
[16:09:06] | brfransen (brfransen!~brfransen@64.179.141.163) has joined #mythtv | |
[16:13:03] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has quit (Quit: Body blow! Body blow!) | |
[16:20:11] | dekarl (dekarl!~dekarl@p4FCEF423.dip.t-dialin.net) has quit (Ping timeout: 255 seconds) | |
[16:24:26] | dekarl (dekarl!~dekarl@p4FCEEC55.dip.t-dialin.net) has joined #mythtv | |
[16:51:41] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[16:55:20] | SteveGoodey (SteveGoodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[16:59:55] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[17:00:25] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has quit (Client Quit) | |
[17:00:42] | natanojl (natanojl!~jonatan@c83-252-237-63.bredband.comhem.se) has joined #mythtv | |
[17:02:11] | stuarta (stuarta!~stuarta@callisto.ppp0.squashedfrog.net) has joined #mythtv | |
[17:02:11] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[17:02:11] | stuarta (stuarta!~stuarta@callisto.ppp0.squashedfrog.net) has quit (Changing host) | |
[17:03:47] | gregL (gregL!~greg@cpe-74-76-105-205.nycap.res.rr.com) has quit (Quit: Leaving) | |
[17:06:59] | Mousey (Mousey!~r0dent_@ross154.net) has joined #mythtv | |
[17:34:33] | Steve-Goodey (Steve-Goodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[17:42:34] | Jordack (Jordack!~jordack@h69-131-44-221.plmomi.dedicated.static.tds.net) has joined #mythtv | |
[17:42:49] | Steve-Goodey (Steve-Goodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has quit (Quit: Konversation terminated!) | |
[17:46:09] | Steve-Goodey (Steve-Goodey!~steve@host86-160-43-188.range86-160.btcentralplus.com) has joined #mythtv | |
[18:06:48] | NightMonkey (NightMonkey!~NightrMon@pdpc/supporter/professional/nightmonkey) has joined #mythtv | |
[18:25:43] | wagnerrp: | does anyone actually have any reservations against a voting mechanism in trac, beyond simply not wanting it to cause unnecessary traffic on the mailing list? |
[18:26:32] | wagnerrp: | i know there has been speculation in the past that it would artificially give hope that more voters would mean a faster response to an issue |
[18:27:23] | wagnerrp: | im just wondering if such a mechanism could be added independently of the responses, so it would be "quiet", would it be of value |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.