00:01:24 *** ptmb (~PTMblogge@a79-169-161-157.cpe.netcabo.pt) has joined #portableapps 00:14:05 *** Simeon (~Itunes@dslb-094-216-098-013.pools.arcor-ip.net) has joined #portableapps 00:14:11 hi all 00:14:41 hola 00:15:20 What do I do if an app only has shanish and the platform might be spanishInternational? 00:15:39 *** Zach[AFK] is now known as ZachThibeau 00:15:43 use [LanguageStrings] to map it? 00:15:47 Yup 00:16:05 Same thing for variants of Portuguese 00:16:12 Well, the one variant we support 00:16:48 ok 00:16:52 thats what I thought. 00:17:24 working on PopMan - a bit tricky transition to PAL 00:17:31 How come? 00:18:08 I had the launcher check if Thunderbird exists and then set it as the main EMail proggy so I need custom code 00:19:41 Ah, you don't need to do that. It's fine using the standard mailto for now and 2.0 will introduce mimetype associations 00:20:09 its set in a ini file 00:20:26 In tha app itself? Weird 00:20:40 local version defaults to Outlook. I dunno what happens if the ini entry is blank 00:20:47 Eek 00:21:26 ill get language swirching to work first :) 00:29:01 *** Thasmo (~thasmo@d86-32-185-123.cust.tele2.at) has joined #portableapps 00:31:29 Is [LanguageFile] necessary? Or is it to prevent PAL from setting the lang back to default if not launched from the platform? 00:33:29 Correct. 00:37:56 *** kaeos (~Miranda@90.164.135.241) has joined #portableapps 00:43:50 some apps are weird. 00:44:28 it uses a blank ini pair as default english. so when I go and say read it from the file it gives an error. 00:45:08 *** Thasmo has quit () 00:46:14 * Kiriko is away: I'm busy 00:49:35 Does anyone know what TrimRight does if there is nothing to trim? 00:49:56 Dunno 00:50:54 argh - then ill do it the hard way. 00:51:13 You can skip it, you know. It's not an absolute requirement to have language switching at the moment. 00:51:23 or that. 00:52:36 it has the default english as a blank ini pair (Translation=) so if %PAL:LanguageCustom% is blank and I have the lang value as Value=%PAL:LanguageCustom%.lng I get a ".lng" which the program cant find. 00:55:17 You could have it defined as English (or whetever the file is) and write to the file in custom code but do everything else in the launcher 00:58:28 nah - just postpone lang switching into the future :) 00:59:15 and if the ini file is empty, it wont throw up an error about the local email proggy which is nice. 01:02:29 Custom PAL code inside Appinfo/Launcher is 2.1 beta only right? 01:04:12 *** SergentSiler (~Kyle@69.182.53.55) has joined #portableapps 01:04:12 *** SergentSiler has quit (Changing host) 01:04:12 *** SergentSiler (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 01:04:54 I believe so yes 01:04:59 You can check the manual to be sure 01:07:30 I think so too - thats enough for now :) 01:09:28 * Kiriko is back (gone 00:23:14) 01:09:53 Is it allowed to have additonal things inthe Appname.ini with PAL? 01:10:20 *** Kiriko has quit (Quit: Leaving) 01:13:22 *** kracker[BDC] has quit (Quit: Leaving) 01:13:56 no 01:14:10 *** kaeos has quit (Quit: kaeos) 01:14:11 if you need to save something addditional you do it to data\settings\appnameportablesettings.ini 01:15:29 I think about making the check for Thunderbird disable-able. 01:16:04 but maybe thats overkill. who would want to use portable PopMan and has portable Thunderbird installed but doesnt want to use the one with the other? 01:17:04 true 01:17:15 though maybe gmail? 01:17:27 gmail? 01:17:40 using popmail to keep an eye on when to open up gmail 01:18:53 PopMan has a button to view the email popman has fetched in the normal email proggy. If I want to open up gmail Ill have to go through my browser which is somethinf PopMan cant handle (i think). 01:19:51 I know. But I mean just monitoring it to know when to open it. 01:20:11 t6hats what the app is for. 01:20:49 I think I misunderstand something here. 01:21:23 It's a systray thing that monitors for new email and lets you know wher ethere is new email right? 01:21:34 its more. 01:21:43 But it does that 01:21:48 And some people may want it just for that 01:22:06 its a small pop/imap email fetcher that can sit in you tray but you can use it to download emails and ever write them. 01:22:34 Ok, so why would someone need TB with that? 01:23:09 if I have it as an alert thinggy, I can see that there is a new email I want to respond to from my real email proggy (thunderbird) and tell PopMan to open the real program. 01:23:28 Or you can just click the Gmail button in your browser 01:23:34 If you're monitoring Gmail 01:23:42 Same thing. Different app/provider 01:23:45 yes 01:24:06 but I dont need thunderbird for opening gmail in my browser 01:24:10 So, there will be people who use it sans TB is what I'm saying. Quite a few, I'd wager 01:24:45 I'm arguing that people will use PopMan *without* Thunderbird. 01:24:51 yes but if I never use it with TB then I dont care if it supports opening emails in TBP 01:25:15 or if it would open them in outlook 01:25:24 The point I'm making is that some people will want it to use TBP and some people won't. So scanning is fine. But don't make TBP required. 01:25:36 That's all I'm saying 01:25:41 it was never required. 01:25:59 Ok. That's all I was saying. 01:26:06 if t5bp isnt there clicking the button to open it in the main email proggy doesnt do anything. 01:26:16 cool 01:26:22 ok so now everything is clear. 01:26:55 Yeah. Keep a note for a future revision where we add a simple URL passer stub launcher to it that the user can config to open gmail, etc. 01:27:18 Basically a simple LaunchWebEmail.exe we keep in the App\LaunchWebMail directory of it. That reads in Data\ 01:27:51 setting\LaunchWebMail.ini and all that's in there is the URL. 01:27:54 ah so PopMan thinks its opening an email proggy but its launching FFP with Gmail? 01:27:59 Exactly 01:28:03 ok 01:28:08 Or the user's selected email provider :) 01:28:33 if I get everything right you'll have 2 more options on your release list :) 01:28:56 Put up the dev test and I'll write the stub if you'd like. It's just a few lines of code to get it done. 01:29:28 ok 01:31:09 oh - a new app :) 01:31:16 Oh yeah 01:31:22 Today's new release has been posted: http://portableapps.com/news/2011-02-11_-_nethack_portable_3.4.3_released 01:40:00 Do you know if the GetRoot Macro is built into PAL? 01:40:29 Lemme check the source 01:40:37 thx 01:41:08 no need: I can use %PAL:Drive% 01:41:20 ah right 01:47:14 My CustomCode isnt working :( 01:47:31 could you have a look: http://pastebin.com/2z1dFHid ? 01:48:07 Use LobigLib first of all. Gotos shouldn't be in PAL 01:48:13 (IfFileExists is a goto) 01:48:18 Gimme a sec... 01:49:11 ah 01:50:12 Try this: http://pastebin.com/jmAYtHKw 01:50:54 You even kept my debugging stuff...:) 01:51:07 I figured you'd want to test it. I added a No! :) 01:51:48 And we're using the PAL:PortableAppsDir environment variable so it'll work if they don't have the PortableApps directory right in root as well 01:52:58 nice 01:57:21 *** dbdii407 has quit (Read error: Operation timed out) 01:58:09 doesnt work. When do the env vars get passed? 01:58:19 i think I have to put it later in the process 01:58:21 I don't know 01:58:26 Maybe Pre isn't the right place 01:58:33 I don't know the segment stuff 01:58:40 Manual time ! 01:59:09 *** ptmb has quit (Quit: Bye) 02:07:33 hm. Something is weird here. It doesnt work. Ill drop it for now. 02:14:05 I started working on this for when people ask about PA.c Format and PA.c Installers: http://portableapps.com/about/what_is_a_portable_app#whypaf Thoughts? 02:15:18 Nice. "20% saving" compared to what? 02:15:22 Zip 02:15:34 I know but I think the text should say it too 02:16:23 done 02:17:27 maybe add something clearly stating that our installer dont touch the system? 02:19:47 brb - gotta boot into linux to upload my releases. 02:19:50 *** Simeon has quit (Quit: Leaving.) 02:24:52 *** Kiriko (~Kiriko@c-76-119-69-200.hsd1.ma.comcast.net) has joined #portableapps 02:29:29 *** Simeon (~simeon@dslb-094-216-098-013.pools.arcor-ip.net) has joined #portableapps 02:29:46 I updated the page: http://portableapps.com/about/what_is_a_portable_app#whypaf 02:30:03 cool 02:30:23 better 02:30:36 I rearranged the sections a bit, too 02:30:56 *** Alley^Away (~Miranda@0x5db2ab3c.terminal.tdcmobil.dk) has joined #portableapps 02:34:42 *** Alley^Away has quit (Read error: Connection reset by peer) 02:38:39 Simeon: (a) TrimRight checks that it ends with the thing first and skips trimming it if it doesn't match (that's why it's not just a "trim N characters" number); (b) you can introduce more options in AppNamePortable.ini; see the docs about custom code (I think it's ${ReadUserConfig} in 2.1) 02:39:12 I skipped it but thanks anyhow Chris 02:39:31 As for the custom code, those strings can't include environment variables; you need to parse them separately. 02:39:40 ok 02:39:57 readenvstringwithdfault? 02:40:16 Put it into a string and use ${ParseLocations} $var 02:40:39 ah 02:41:02 ${ParseLocations} is just a debugging-enabling wrapper around ExpandEnvStrings, which you can use directly if you want 02:41:30 maybe later 02:42:37 http://pastebin.com/bgwjUCYA 02:42:53 Note I've also changed Pre to PrePrimary - don't want to do it for secondary launches. 02:43:57 Lunch time now, back after that for more questions, answers, etc. 02:44:23 I wont be here then hopefully 02:44:42 JohnTHAller: I like what you did with "What is a portable app?" it is more simple and easy to understand. :) 02:45:19 The new bit I justed Added? (Why PA.c Format...) 02:45:34 yeap! 02:46:40 Thanks. I added it so we can reference it whenever someone asks why we use launchers or use the installer, etc 02:46:51 I like many other have a lot of people that ask me why PA.c and I tell them, but now Ill be sending them there 02:49:02 Just changed it to 20-30% savings. LibreOffice is actually a 34.6% reduction in size PA.c Installer vs Zip. 02:49:42 wow 02:49:45 yea i noticed that 02:49:55 I just put a couple more on your release list John :) 02:50:01 Cool 02:51:03 How is jpegview? 02:52:49 small jpeg viewer with some immage processing 02:53:00 I know... I mean how is it as an app. You like it? 02:53:56 hey John :D 02:54:01 clean - nice fullscreen mode.fast. never used it much though. 02:54:14 the dev keeps adding new features 02:55:14 hi ZachThibeau 02:55:27 finally got my new mic today 02:55:27 cool, Simeon. sounds like a good release candidate 02:55:43 nice 02:58:03 gotta go - Thanks for all the help John and have a nice day everyone! 02:58:12 Have a good one Simeon 02:59:13 http://zachthibeau.com/pictures/mic.png :D 02:59:25 nice 02:59:33 *** Simeon has quit (Quit: Leaving.) 03:00:05 quality is pretty good, came with Sonar LE too 03:24:52 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 03:43:19 ok, dinner time... have good one all 03:43:50 ok take care :) 03:47:39 *** JohnTHaller has parted #portableapps (None) 03:52:56 *** ZachThibeau is now known as Zach[AFK] 04:25:38 * Kiriko is away: I'm busy 04:29:43 Kiriko: is there anyway you can get rid of those sorts of messages from your client? They're a pest. 04:30:55 are you talking about the away message? 04:32:10 * Kiriko is back (gone 00:06:32) 04:35:45 Yep. 04:36:00 I think i did let me see 04:36:45 did that sow up this time? 04:48:30 ? 04:52:36 *** rcmaehl has quit (Quit: Meh) 04:53:02 *** sar3th is now known as sar3th|away 04:58:27 *** agdurrette (~agdurrett@c-71-62-20-32.hsd1.va.comcast.net) has joined #portableapps 05:22:02 *** JacobMastel (~Jacob@128-193-249-18.resnet.oregonstate.edu) has joined #portableapps 05:23:00 *** agdurrette has quit (Quit: Leaving) 06:38:00 *** JacobMastel has quit (Quit: Leaving) 06:40:30 *** ChrisMorgan has quit (Ping timeout: 240 seconds) 07:13:35 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 07:28:52 ChrisMorgan: hey I was wondering if you had any pointers for me to improve PA.c Developers Kit (PAD-Kit) 07:36:52 *** ChrisMorgan has quit (Ping timeout: 265 seconds) 07:37:28 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 07:44:17 *** SergentSiler is now known as SrgSiler|AFK 07:48:23 *** MaienM has quit (Read error: Connection reset by peer) 07:49:24 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 08:04:10 *** MaienM has quit (Read error: Connection reset by peer) 08:04:52 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 08:06:59 *** MaienM has quit (Read error: Connection reset by peer) 08:13:59 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 08:15:24 *** Kiriko has quit (Quit: Leaving) 08:20:21 *** kAlug has quit (Quit: I'll be back.) 08:37:34 *** taneth111 (~hypnotoad@CPE-124-187-130-101.lns15.ken.bigpond.net.au) has joined #portableapps 08:37:45 Hello all 10:16:48 *** pa_9132 (5ee7a0d2@gateway/web/freenode/ip.94.231.160.210) has joined #portableapps 10:17:55 *** pa_9132 has quit (Client Quit) 10:48:47 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 11:26:46 *** ChrisMorgan has quit (Read error: Connection reset by peer) 11:26:51 *** ChrisMorgan1 (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 11:29:30 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 11:31:21 *** ChrisMorgan2 (~ChrisMorg@c114-76-0-175.eburwd4.vic.optusnet.com.au) has joined #portableapps 11:31:36 *** ChrisMorgan1 has quit (Ping timeout: 240 seconds) 11:31:41 *** ChrisMorgan2 has quit (Changing host) 11:31:41 *** ChrisMorgan2 (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 11:31:48 *** ChrisMorgan has quit (Disconnected by services) 11:32:02 *** ChrisMorgan2 is now known as ChrisMorgan 11:35:39 *** ChrisMorgan has quit (Read error: Connection reset by peer) 11:35:42 *** ChrisMorgan1 (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 12:01:17 *** Tritonio (~TrT@150.140.231.220) has joined #portableapps 12:07:40 *** Tritonio has quit (Quit: Leaving) 12:30:12 *** ChrisMorgan1 has quit (Ping timeout: 255 seconds) 12:32:01 *** Zach[AFK] is now known as ZachThibeau 12:50:50 *** taneth111 has quit (Ping timeout: 240 seconds) 12:59:23 *** browner (~spectrum@35.55.11.217.in-addr.arpa.manitu.net) has joined #portableapps 13:04:02 Are you there? 13:04:27 ZachThibeau 13:21:01 *** kAlug (~kalug@187.101.57.33) has joined #portableapps 13:21:45 *** PAc_user (~usr-unix@net176-28-245-109.mbb.telenor.rs) has joined #portableapps 13:25:19 browner: need any help? If so, it's always best to ask your question first. Don't ask to ask, just ask your question and if anyone can, they will help you 13:25:33 *** sar3th|away is now known as sar3th 13:29:54 What do you think about an XMPP chat room? http://www.portablefreeware.com/forums/viewtopic.php?p=31066#p31066 13:30:00 Sounds good to me 13:30:52 what do you mean browner 13:31:06 Read it ;) 13:31:16 i know what xmpp / xmpp chatrooms are, but how is it related to portableapps? 13:31:58 Here http://www.portablefreeware.com/forums/viewtopic.php?p=31067#p31067 13:32:25 XMPP room in addition to the current 13:33:09 Why? 13:33:45 Many reasons 13:34:09 I love this spartan conversation :p 13:36:24 When you enter to a Jabber chat room the last X lines (what the admin defined) are popping up 13:36:24 I'm using my Jabber account, not depended no the IRC 13:36:24 Formatting is possible 13:36:24 Avatars :) 13:36:56 on the IRC server (freenode) 13:37:12 browner: i assume #portableapps is mode +c for a reason (hint: it disables colors and other text markup) 13:37:45 It can be installed at http://portableapps.com/ and http://www.portablefreeware.com/ 13:38:44 You can disable formatting, if you want 13:39:31 browner: I think this is supposed to be a support channel, not much needed there except ease of use to anyone needing help, and as simple an interface as it can be 13:39:59 In other words, this is just find for it's purpose 13:40:16 *fine for it's purpose 13:40:27 ok 13:41:11 Gotta go, lunch time. Bye :) 13:41:15 *** PAc_user has parted #portableapps (None) 13:51:04 *** Computator_ (~rlifshay@unaffiliated/computator) has joined #portableapps 13:51:49 *** TPFC-SYSTEM (opera@cs181095174.pp.htv.fi) has joined #portableapps 13:51:57 *** Computator_ has quit (Client Quit) 14:01:01 *** KindOne_shell has quit (Read error: Operation timed out) 14:15:26 *** palogbot (~palogbot@delawarepark.safesecureweb.com) has joined #portableapps 14:15:26 Topic for #portableapps is: Welcome to the PortableApps.com support channel. If you need assistance, just say "help!", or ask your question, and WAIT rather than just leaving. | Please don't PM without asking first | This channel is logged: http://nascent-project.org/irc/logs | The #PortableApps IRC rules are here: http://gizmokid2005.com/paircrules Read and abide by them 14:15:26 Users on #portableapps: palogbot TPFC-SYSTEM kAlug browner benedikt93 @MaienM SrgSiler|AFK MichKat ronjn Bensawsome Computator Zarggg alyx sar3th amdzero Suiseiseki @Gizmokid2005 auscompgeek z3uS @ZachThibeau marlop 14:15:27 Auto-Message: palogbot has been restarted. 14:15:27 Auto-Message: palogbot has been restarted. 14:39:40 *** KindOne1 (~peerblock@89.238.177.145) has joined #portableapps 14:53:18 *** KindOne1 is now known as KindOne_shell 15:29:29 *** pa_0782 (4438de79@gateway/web/freenode/ip.68.56.222.121) has joined #portableapps 15:29:36 *** MichKat has quit (Ping timeout: 240 seconds) 15:37:55 *** browner has parted #portableapps (None) 15:38:20 *** Computator has quit (Ping timeout: 255 seconds) 15:41:04 *** pa_0782 has quit (Quit: Page closed) 15:50:54 *** Computator (~rlifshay@74-85-80-54.wallawalla.edu) has joined #portableapps 15:50:54 *** Computator has quit (Changing host) 15:50:54 *** Computator (~rlifshay@unaffiliated/computator) has joined #portableapps 15:54:42 *** Zarggg has quit (Quit: Zarggg) 16:26:36 *** spinacre2006 (~Personal@122.201.44.23) has joined #portableapps 16:27:59 *** spinacre2006 has quit (Client Quit) 16:51:40 *** andreasma (~andi@p4FE4DBC8.dip.t-dialin.net) has joined #portableapps 17:02:29 *** MaienM has quit (Read error: Connection reset by peer) 17:03:27 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 17:06:04 *** Israeli (~spectrum@35.55.11.217.in-addr.arpa.manitu.net) has joined #portableapps 17:07:53 *** andreasma has quit (Ping timeout: 255 seconds) 17:09:23 *** SrgSiler|AFK is now known as SergentSiler 17:19:58 *** andreasma (~andi@pC19F5B75.dip.t-dialin.net) has joined #portableapps 17:25:18 *** MichKat (~Michelle@027d6778.bb.sky.com) has joined #portableapps 17:25:18 *** MichKat has quit (Changing host) 17:25:18 *** MichKat (~Michelle@unaffiliated/blint) has joined #portableapps 17:26:17 *** MichKat is now known as Blint 17:26:41 *** Tritonio (~TrT@150.140.228.133) has joined #portableapps 17:36:29 *** Tritonio has quit (Quit: Leaving) 17:47:28 *** agdurrette (~agdurrett@c-71-62-20-32.hsd1.va.comcast.net) has joined #portableapps 17:48:11 *** agdurrette has quit (Read error: Connection reset by peer) 18:07:27 *** Suiseiseki has quit (Disconnected by services) 18:07:31 *** rcmaehl (~rcmaehl@74-141-213-46.dhcp.insightbb.com) has joined #portableapps 18:07:31 *** rcmaehl has quit (Changing host) 18:07:31 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 18:11:41 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 19:22:45 *** rcmaehl has quit (Quit: Meh) 19:24:36 *** ptmb (~PTMblogge@a79-169-161-157.cpe.netcabo.pt) has joined #portableapps 19:32:07 *** GizmoBot (~GizmoBot@vps.gizmokid2005.com) has joined #portableapps 19:32:10 GizmoBot is the official bot of #Gizmokid2005 and #PortableApps. 20:03:24 *** TPFC-SYSTEM has quit (Quit: TPFC-SYSTEM) 20:18:48 *** amdzero_ (~amdzero@pool-96-231-200-166.washdc.fios.verizon.net) has joined #portableapps 20:19:14 *** amdzero has quit (Read error: No route to host) 20:33:18 *** Israeli has parted #portableapps (None) 20:44:05 *** ZachThibeau is now known as Zach[AFK] 20:51:31 *** Pyromaniac (d840befc@gateway/web/freenode/ip.216.64.190.252) has joined #portableapps 20:51:37 *** Pyromaniac has quit (Client Quit) 20:55:16 *** vf2nsr (~vf2nsr@unaffiliated/vf2nsr) has joined #portableapps 20:55:35 *** vf2nsr has parted #portableapps (None) 20:59:47 *** pa_5928 (4438de79@gateway/web/freenode/ip.68.56.222.121) has joined #portableapps 21:05:59 I'm having an issue with latest Chrome ver 9.0.597.98 stable. If I try to download new program from PApps, in the lower left corner it says waiting for sourceforge, then changes to waiting for a.fsdn.com and then hangs there. The other thing I've noticed is that when I close the program, it still leaves one instance of Chrome.exe running in Task Manager along with the launcher. Soon as I end chrome.exe then the launcher closes. 21:11:00 *** palogbot (~palogbot@delawarepark.safesecureweb.com) has joined #portableapps 21:11:00 Topic for #portableapps is: Welcome to the PortableApps.com support channel. If you need assistance, just say "help!", or ask your question, and WAIT rather than just leaving. | Please don't PM without asking first | This channel is logged: http://nascent-project.org/irc/logs | The #PortableApps IRC rules are here: http://gizmokid2005.com/paircrules Read and abide by them 21:11:00 Users on #portableapps: palogbot pa_5928 amdzero_ +GizmoBot ptmb Suiseiseki Blint andreasma @MaienM Computator KindOne_shell kAlug benedikt93 SergentSiler ronjn Bensawsome alyx sar3th @Gizmokid2005 auscompgeek z3uS @Zach[AFK] marlop 21:11:00 Auto-Message: palogbot has been restarted. 21:11:00 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 21:11:00 Auto-Message: palogbot has been restarted. 21:11:05 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 21:19:23 *** sar3th is now known as sar3th|away 21:20:15 I posted a note and then saw comments about palogbot logging in and out . Did anyone see my comment about latest stable version of Chrome? 21:22:56 yes, but I cannot help you on this; so you'd be best waiting a bit for others to read your question. :) 21:24:29 Thanks, I just wanted to mame sure my post did't disappear. 22:32:22 *** pyromaniac (d840befc@gateway/web/freenode/ip.216.64.190.252) has joined #portableapps 22:32:25 *** pyromaniac has quit (Client Quit) 22:34:11 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 22:37:24 *** pa_5928 has quit (Quit: Page closed) 22:38:31 *** Zach[AFK] is now known as ZachThibeau 22:39:21 *** dhatman (~dhatman@90-229-178-168-no89.tbcn.telia.com) has joined #portableapps 22:50:04 *** Kiriko (~Kiriko@c-76-119-69-200.hsd1.ma.comcast.net) has joined #portableapps 22:51:04 *** benedikt93 has quit (Quit: Bye ;)) 23:42:50 *** Scriptdaemon (~KennyW@139.182.23.153) has joined #portableapps 23:46:19 *** Scriptdaemon has quit (Client Quit) 23:53:15 *** dhatman_ (~dhatman@90-229-178-168-no89.tbcn.telia.com) has joined #portableapps 23:56:53 *** kAlug has quit (Ping timeout: 240 seconds)