00:00:58 *** pa_6711 (4f885593@gateway/web/freenode/ip.79.136.85.147) has joined #portableapps 00:01:31 just a quick question - how do I add a non-portable-app to the menu? 00:03:25 thank you very much! 00:04:08 pa_6711: http://portableapps.com/support/portable_apps_suite#addingotherapps 00:11:57 super sweet mate, that was good help, all is well now, thanks! 00:12:25 and, if you guys have anything to do with PA.com, thanks!!! 00:13:20 You're welcome 00:13:51 *** kAlug|Away is now known as kAlug 00:54:33 *** kAlug is now known as kAlug|Away 00:59:52 *** sar3th has quit (Quit: "Our culture doesn't get smarter, it just finds new ways of being retarded.") 01:08:46 *** pa_6711 has quit (Ping timeout: 245 seconds) 01:25:21 *** agdurrette|AFK is now known as agdurrette 01:53:13 *** agdurrette is now known as agdurrette|AFK 02:01:08 *** JWHough (446b8229@gateway/web/freenode/ip.68.107.130.41) has joined #portableapps 02:01:08 JWHough JW Hough (aka Pyromaniac) is a developer at PortableApps.com and has been a member for over 3 years. You can find his apps at http://portableapps.com/node/26055 02:03:30 *** agdurrette|AFK is now known as agdurrette 02:52:18 *** agdurrette is now known as agdurrette|AFK 02:58:33 ZachThibeau: you familiar with the PA Launcher? 02:59:27 trying to figure which occurs first the file move or the filewrite? 03:02:25 vf2nsr: Most likely what is listed first. 03:03:19 In the INI file. 03:03:56 OK so ini file is in Data I move it to the App Dir 03:04:11 should I be writing to the file that was in Data and then it moves 03:04:24 or should I write to it in app because that is where it is moved to? 03:04:32 see what I mean? 03:05:19 just want to get sequence of operations correct 03:08:56 vf2nsr: Have you tried it? If you're not able to at the moment (restricted computer), I can test for you. 03:09:24 Yes I am trying it and neither seems to work 03:09:51 Neither works? That's strange.. 03:09:54 Thinking I need to sart with it in appdir then move it as opposed to start in data and move to app 03:10:08 seems it has to be in apdir first? 03:10:13 let me try that 03:12:37 hmm that no work either 03:13:02 this may be an odd one where I can not move it? 03:13:21 weird thing is I can not seem to write to it either 03:13:42 Let me give it a shot. 03:13:57 The file isn't marked as read-only, is it? 03:14:25 should not be since the config file uses it and writes to it but let me check 03:15:05 Okay, give me a minute to reboot into Windows. 03:15:07 *** gluxon has parted #portableapps (None) 03:20:39 *** vf2nsr is now known as PatrickPowell 03:20:39 *** gluxon (~gluxon@unaffiliated/gluxon) has joined #portableapps 03:20:45 Sorry that took so long. 03:20:49 Np 03:20:57 BTW changed nick lol 03:21:04 but still me 03:21:07 Yeah I noticed :) 03:21:12 Do you mind pastbining your launcher ini? 03:21:24 want the whole file? 03:21:34 I got itr on media in 7z 03:21:41 for you 03:21:42 That would be great. 03:21:53 mind if I give it in im? 03:22:23 cause once you have it I will remove it 03:25:08 PatrickPowell: AkelPad Portable uses a similar Launcher INI as yours. 03:25:24 Launch, FilesMove, FileWrite.. 03:25:28 ok let me look 03:25:42 I have done this before but for some reason it is not working this time 03:25:55 and wonder if it is the base config program or me 03:26:35 DefaultData has an l in front of it, that was accidently, righ? 03:27:09 hmm maybe that is it? 03:27:18 hang let me check 03:27:47 no I tried that when I placed the file in the app dir 03:27:53 to see if I could write to it there 03:28:01 did not want it to messs it up 03:28:11 which is why I commented out the file move 03:28:55 figured I would start from scratch get the filewrite to work then implement filemove and default data 03:29:05 Well, according to your first [FilesMove] function, TBTray.ini is moved to the AppDir from the same directory as the launcher exe. 03:29:11 I don't think that's intentional. 03:29:29 It's commented out right now though, as you said just now. 03:29:40 correct 03:29:49 been trying many combos 03:29:51 that was last 03:29:54 so commented that 03:30:09 eventually it will be from data to app dir 03:30:52 in file write should they be app instead of appdir? 03:31:04 did I read the launcher manula wrong? 03:33:12 No, the second part is right. 03:33:22 ok 03:33:42 POTBP should point to the parent folder of this folder 03:33:56 so if this folder is in C:|Gluxon 03:34:25 I need it to point to c:\gluxon\ThunderbirdPortable 03:34:36 Ah, I think I found the problem. 03:34:41 instead of C:|gluxon\test 03:34:46 ok? 03:35:03 You have TBTray.ini=%PAL:AppDir%\TBTray\TBTray.ini 03:35:12 It should be settings\settings\TBTray.ini=%PAL:AppDir%\TBTray 03:35:19 .. 03:35:24 Without the double settings. 03:35:49 but that would be if it was moved 03:35:56 using current setup 03:36:06 with it already in the app dir? 03:36:13 it still not writing 03:36:52 I am just trying to get it to work if it is in app now 03:37:02 as I think I tried that with file move 03:37:05 and did not work 03:37:20 which is why I commneted the move 03:37:57 the whole problem is no matter how I do it it will not read the ini 03:38:05 oops I mean write to it 03:39:24 Well, when I first ran the program, the launcher created a folder called TBTray.ini 03:39:27 a "folder" 03:39:41 where? 03:40:12 what did you change to get it to do that? 03:40:23 did you implement the filemove? 03:42:28 No, that was what I got when I cleared the Data folder and renamed DefaultData back. 03:42:33 I am confused when I run what I sent you as it sits it opens the ini but none of the filewrite occurs 03:43:05 OK BUT the issue was that even with out default data and with out file move it still will not write to the ini 03:43:35 the problem at this point is no t in file move 03:43:39 it is in filewrite 03:43:48 Okay, give me a minute to try that part. 03:44:02 That is what I was askin gall along 03:44:20 I know the other stuff was wrong that is why I commneted/change defaultdata folder name 03:44:33 Sincve all previous attempts failed 03:44:55 thought I would start with the program as it came to me so to speak 03:45:14 thought I had explained that earlier 03:49:51 PatrickPowell: Alright, it turns out I was wrong earlier. 03:49:55 now you understand? 03:49:56 FileWrite seems to occure first. 03:50:14 which is why I tried not moving it 03:50:21 but still could not get it to write 03:50:59 ideally I need to move it since the rest of the program will depend on th eini being in data for other features 03:51:26 so without moving it does it write for you? 03:51:32 because it does not for me 03:52:05 also is that a flaw in launcher? write occuring befor emove? 03:52:16 or is it designed that way 03:53:04 because at this point I am considering doing it all in custom launcher pre segment 03:54:24 I just got it to write :) 03:54:26 frankly I would like to rewrite entire program but it uses Delphi and resource hacker neither which I have so could not recompile it 03:54:30 ok HOW 03:55:00 I used Replace instead of INI in Type. 03:55:07 cause only way I get it to write is with actual config program 03:55:20 ok all instance? 03:55:38 Now I feel stupid 03:55:42 Why? 03:55:56 been trying to figure this out for over 48 hours 03:55:59 Replace worked, so it looks like the problem is with the INI keys. 03:56:24 ok let me tryu it here on total program since I sent you a small part 03:56:26 ok? 03:57:10 Why is the Key set to ThunderbirdPath? 03:57:21 I believe it should be the value you have set for Find 03:57:36 because that is what it says in ini 03:57:43 thunderbirdpath= 03:57:58 this is a systray launcher for Thunderbird 03:58:11 by default it will go to the on eon host 03:58:28 so I though would be easier to preconfig it to go to portable Thubderbird 03:58:40 so use would not have to search 03:58:52 is that incorrect? 04:00:03 Okay, try this. 04:00:16 Instead of Find and Replace, use "Value" 04:00:49 ?? I lost 04:02:42 PatrickPowell: Let me send you back the working copy, and I'll explain. 04:02:55 ok 04:03:02 FileWrite2 and FileWrite3 were the same thing, right? 04:03:09 Just different attempts to get it to write? 04:03:31 they were to update it after first run 04:03:42 so path to thunderbird portable was always correct 04:03:51 sorry to interject, but is this the issue you were having with reading js from one file to another? PatrickPowell ? 04:04:07 No it is not 04:04:13 ah, k carry on 04:04:16 It is a totally different program \ 04:04:38 that issue has been dropped and revised the entire idea 04:04:55 and now have a working plan in johns hands for that 04:05:29 http://gluxon.com/TestPortable.7z 04:05:46 Let me know when that is downloaded, so I can delete it :) 04:05:56 done 04:06:01 let me open and look 04:07:02 hang on what was zip name? 04:07:24 TestPortable.7z? 04:07:36 oops 04:08:06 ok deleted wrong zip 04:08:49 ok got it btw way that one you commented out 04:09:00 Yeah? 04:09:03 What was that by the way? 04:09:06 is needed in case user decides to try to add it to windows start 04:09:16 Ah. 04:09:17 the appdata one 04:09:25 Other than that, it works? 04:09:26 as that is an option in program 04:09:31 checking now 04:10:02 appears to be 04:10:21 Sweet :) 04:10:21 now I need to put it back into the whole program and see I appreciate the help 04:10:36 so basically it boiled down to ini vs replace? 04:10:41 Yes. 04:10:46 INI files don't use Find/Replace. 04:10:57 You just set a Value 04:11:21 ok but what I need is for it to replace that 04:11:25 The PAL Launcher was looking for "Value" since INI was set in type, and it didn't find it. 04:11:36 as it would be used to determine if first run 04:11:43 It replaces whatever was in the key before. 04:12:02 but if it is Yes I need it to remain yes 04:12:07 Oh.. You don't what that.. 04:12:09 wait 04:12:20 let me try again 04:12:27 first run it is Y 04:12:36 I want it to replace WHY with N 04:12:44 then it will not auto launch 04:12:55 as part of the other code I have looks to see what the value is 04:13:15 Okay, in that case, you can either do an INI read, or replace that entire value with the key. 04:13:19 if that value is yes it runs this 04:13:27 if no it runs a different program 04:13:59 tha tis what I thought I was doing in my original 04:14:06 You have to use CustomCode.nsh for that.. 04:14:14 I am 04:14:24 BUT in case a user decides to reconfig it 04:14:28 by running this 04:14:37 it need to be here 04:14:47 and I need to write that new value 04:14:56 so I should do it in the custom? 04:15:19 Yes, since that's decision making code based on a value in the INI. 04:15:21 hang on sec 04:15:46 correct I have that but I am asking I should do the write part in custom as well? 04:16:43 http://portableapps.com/node/31650#comment-192278 that is my custom 04:16:46 so far 04:17:01 so I should add the filewrite for why n there? 04:17:17 No, since it won't work. 04:17:25 why not? 04:17:36 that custom works now 04:17:49 The Launcher doesn't support checking for the value and replacing it on a condition. 04:17:49 if value is WHY it runs config 04:17:58 if no it runs base program 04:18:26 Now I am royally confused 04:18:59 OK Let me explain The first run is not part of the program originally 04:19:08 Okay. 04:19:11 I added it so as to be able to launch the config 04:19:21 on first run so it would setup th eini 04:19:28 for runs of the base app 04:19:39 my idea was once the config was run 04:19:51 So basically, it should only run config on first run. 04:19:56 it would not have to be run again unless a user decided to 04:20:02 Yes 04:20:14 unless user wants to change things 04:20:22 then they would manually have to run it 04:20:42 or delete the data folder 04:20:51 since all it contains is the ini 04:20:56 then it would start from new 04:20:59 so to speak 04:21:28 Okay, so Gord's code should work, right? 04:21:36 yes it does 04:21:49 but I need to figure how to deal with telling it it is first run 04:22:01 hence the change in the ini I was trying to do 04:22:21 where you changed find replace with value 04:22:46 so does that find the why and replace it with no? 04:23:26 letter for yes and replace it with the letter for no 04:23:52 The launcher ini I sent you replaces the FirstRun value with N as soon as it starts, so no. 04:24:01 I believed that to be what you wanted. 04:24:14 yes that is so that would work 04:24:26 Wait, that is what you wanted? 04:24:30 and if a user wanted to change config later I have them remove data 04:24:44 and then they run again as if never had run before 04:24:53 so I think that is what I wanted 04:25:02 you are a genius 04:25:11 Thank you :) 04:25:14 now let me try to work it all together 04:25:16 One problem though. 04:25:25 ? 04:25:28 *** habr1001 has quit (Quit: Leaving.) 04:25:37 what is that? 04:25:38 The launcher INI is set to launcher TBTray\TBTray-Config.exe no matter what. 04:25:49 that launcher is 04:25:57 But see I have 2 launcher 04:26:04 :) 04:26:15 and custom reads the value and depending on value launches correct launcher 04:26:22 Yep. 04:26:32 I only sent you part because n othign was working as far as the replace 04:26:42 so wanted to get that part working first 04:26:59 if you like I wll send you whole oncew I get the changes made 04:27:08 Sure, if you would like me to look it over. 04:27:09 *** JWHough has quit (Quit: Page closed) 04:27:11 or it will be posted as a dev release soon 04:27:19 ok let me work for a few on it 04:27:22 Hm... I'll just grab it then :) 04:27:28 ok 04:27:30 np 04:27:45 Alright, it's getting late down here, so Good night! :) 04:27:50 *** gluxon has parted #portableapps (None) 04:27:53 ok tyvm ttyl 04:28:08 appreciate help 05:46:27 *** PatrickPowell has quit (Quit: Leaving.) 06:20:25 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 06:20:25 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 06:27:00 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 06:47:24 can a program be freeware, open source as well a licensed by the Gnu GPL #2 or is the author just confused and calling it freeware? 07:01:44 *** vf2nsr has parted #portableapps (None) 07:37:23 *** habr100 (~habr100@adsl-dyn-131.95-102-154.t-com.sk) has joined #portableapps 07:43:14 *** habr100 has parted #portableapps (None) 08:14:52 *** Oni-Neoxes has quit () 09:17:49 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 09:17:49 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 09:42:16 *** vf2nsr has quit (Quit: Leaving.) 10:14:34 *** pa_4311 (4461c776@gateway/web/freenode/ip.68.97.199.118) has joined #portableapps 10:16:01 Does anyone know where to change the name of the categories on the platform? 10:16:51 *** pa_4311 has quit (Client Quit) 10:36:18 *** techfreak243 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 10:49:25 *** ronjn (~ronjn@p5B13EF46.dip.t-dialin.net) has joined #portableapps 10:50:54 *** ronjn___ has quit (Ping timeout: 260 seconds) 10:55:53 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 10:55:53 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 11:00:20 *** kAlug|Away has quit (Quit: Nettalk6 - www.ntalk.de) 11:03:48 *** techfreak243 has quit (Ping timeout: 246 seconds) 11:54:30 *** vf2nsr is now known as vf2nsr|away 12:43:42 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 12:55:04 *** vf2nsr|away has parted #portableapps (None) 12:56:30 *** techfreak243 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 13:02:47 *** techfreak243 has quit (Ping timeout: 246 seconds) 13:09:13 *** techfreak243 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 13:10:26 *** techfreak244 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 13:13:17 *** techfreak243 has quit (Ping timeout: 246 seconds) 13:18:53 *** techfreak244 has quit (Ping timeout: 246 seconds) 13:19:57 *** TPFC-SYSTEM (~system@gateway/tor-sasl/tpfc-system) has joined #portableapps 13:43:05 *** techfreak244 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 14:41:50 *** techfreak244 has quit (Ping timeout: 246 seconds) 15:05:40 *** rcmaehl (~rcmaehl@unaffiliated/why) has joined #portableapps 15:15:31 *** rcmaehl has quit (Ping timeout: 250 seconds) 15:29:28 *** marlop has quit (Read error: Connection reset by peer) 15:32:34 *** marlop (~marlop@177.97.14.25) has joined #portableapps 15:33:20 *** kronophskiy (~kronophsk@41.56.31.177) has joined #portableapps 15:38:23 *** marlop has quit (Ping timeout: 245 seconds) 15:43:04 *** sar3th (~sar3th@krlh-5f7356a8.pool.mediaWays.net) has joined #portableapps 15:43:04 *** Guest65683 (~Bensawsom@c-50-138-197-120.hsd1.ct.comcast.net) has joined #portableapps 15:43:44 *** sar3th is now known as Guest15842 15:55:46 *** TPFC-SYSTEM has quit (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/) 16:37:02 *** kronophskiy has quit (Quit: Sometimes an armed truce is preferable to peace.) 16:51:39 *** AlleyKat has quit (Read error: Connection reset by peer) 16:54:22 *** pa_0417 (daba11f8@gateway/web/freenode/ip.218.186.17.248) has joined #portableapps 16:54:47 hey is there a way to install a portable app not in the portableapps.com app market? 16:55:12 *** pa_0417 has quit (Client Quit) 17:05:05 *** benedikt93 has quit (Ping timeout: 260 seconds) 17:14:30 *** kronophskiy (~kronophsk@41.56.31.177) has joined #portableapps 17:18:35 *** marlop (~marlop@177.97.14.25) has joined #portableapps 17:29:19 *** agdurrette|AFK is now known as agdurrette 17:42:17 *** habr100 (~habr100@adsl-dyn-131.95-102-154.t-com.sk) has joined #portableapps 17:55:14 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 17:55:14 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 17:55:21 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 18:08:45 *** kronophskiy has quit (Quit: Sometimes an armed truce is preferable to peace.) 18:14:58 *** techfreak244 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 18:21:05 *** vf2nsr is now known as vf2nsr|away 18:21:18 *** techfreak244 has quit (Ping timeout: 246 seconds) 18:28:16 *** agdurrette is now known as agdurrette|AFK 18:30:23 *** agdurrette|AFK is now known as agdurrette 18:31:32 *** vf2nsr|away is now known as vf2nsr 18:33:49 *** habr100 has parted #portableapps (None) 18:50:09 *** techfreak244 (~techfreak@c-68-40-88-129.hsd1.mi.comcast.net) has joined #portableapps 18:51:42 *** jordanmkasla2009 (~androirc@attack.bmts.com) has joined #portableapps 19:12:49 *** jordanmkasla2009 has quit (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )) 19:13:13 *** jordanmkasla2009 (~androirc@attack.bmts.com) has joined #portableapps 19:14:41 *** jordanmkasla2009 has quit (Client Quit) 19:15:03 *** jordanmkasla2009 (~androirc@attack.bmts.com) has joined #portableapps 19:36:17 *** jordanmkasla2009 has quit (Ping timeout: 252 seconds) 19:39:11 *** JWHough (446b8229@gateway/web/freenode/ip.68.107.130.41) has joined #portableapps 19:39:11 JWHough JW Hough (aka Pyromaniac) is a developer at PortableApps.com and has been a member for over 3 years. You can find his apps at http://portableapps.com/node/26055 19:39:19 *** jordanmkasla2009 (~androirc@attack.bmts.com) has joined #portableapps 19:40:45 so does anyone know if I can change this: http://webchat.freenode.net/?nick=JWHough&auth&channels=portableapps,portableapps-dev,portableapps-ot&prompt=1# into something that will let me pre-fill the auth to services part? 19:58:13 *** jordanmkasla2009 has quit (Ping timeout: 248 seconds) 20:05:52 *** vf2nsr has parted #portableapps (None) 20:05:59 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 20:05:59 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 20:11:18 JWHough: why you loggin gin via web? 20:11:46 i prefer chrome 20:12:02 over dedicated im 20:12:04 Oh Ok 20:12:22 no add on for Chrome? I know FF has one 20:12:32 not real familiar with Chrome anymore 20:14:20 they have one for freenode 20:15:15 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 20:16:16 https://chrome.google.com/webstore/detail/nhkcfbkpodjkallcfebgihcoglfaniep?utm_campaign=en&utm_source=ha-en-na-us-extensions-categories-google&utm_medium=ha 20:18:29 *** newuser (4a4bcf17@gateway/web/freenode/ip.74.75.207.23) has joined #portableapps 20:18:58 seems to rowk well to jwhough this is one I found 20:19:26 just did a search and found 2 extensions 20:19:36 k 20:20:04 If you search there are two I see I installed both on chrome am on first one on list now 20:20:08 in newuser name 20:20:10 all that does is link to this http://webchat.freenode.net/ 20:20:22 oh ok? 20:20:26 :( 20:20:34 so same as from PA Page? 20:21:37 ya 20:21:51 sorry 20:21:59 looks like they both do :( 20:22:02 I tried 20:22:09 let me try on emor ethingie 20:23:46 *** newuser has quit (Ping timeout: 245 seconds) 20:24:08 guess all browser based ones do? 20:24:15 I tried 20:24:37 I think that is why I finally opted for Pidgin portable 20:24:51 and also got used to it an dinstalled it locally as well 20:26:58 I used to use InstantBird Portable, but I opted out 20:27:22 I just don't use IRC or chat for that matter outside of this 20:27:39 I only use Pidgin fo rthis 20:30:30 *** howaboutthisone (~Aztec@cpe-74-75-207-23.maine.res.rr.com) has joined #portableapps 20:31:14 *** howaboutthisone has quit (Client Quit) 20:36:00 *** vf2nsr has parted #portableapps (None) 20:38:27 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 20:38:27 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 20:42:45 *** vf2nsr has quit (Client Quit) 20:43:14 *** gluxon (~gluxon@unaffiliated/gluxon) has joined #portableapps 20:44:34 *** vf2nsr (~PatrickPo@unaffiliated/vf2nsr) has joined #portableapps 20:44:34 vf2nsr Developer for PortableApps Current apps list is at http://portableapps.com/node/30620 20:49:01 *** jordanmkasla2009 (~androirc@attack.bmts.com) has joined #portableapps 20:51:08 *** vf2nsr is now known as vf2nsr|away 20:52:36 *** vf2nsr|away is now known as vf2nsr 20:53:28 gluxon: Appreciate the help yesterday 20:53:38 *** jordanmkasla2009 has quit (Ping timeout: 240 seconds) 20:53:57 gluxon: here is the "completed" project http://portableapps.com/node/31670 21:01:14 *** vf2nsr is now known as vf2nsr|away 21:14:11 gluxon 21:14:23 come play Hedgewars with me 21:15:20 Yo :) 21:21:48 *** habr100 (~habr100@adsl-dyn113.78-98-1.t-com.sk) has joined #portableapps 21:22:05 *** habr100 has parted #portableapps (None) 21:23:30 Hedgewars? 21:32:14 yea 21:32:23 i'm playing right now gluxon 21:32:46 I've never played Hedgewars :-/ 21:34:31 There's a first for everything 21:36:51 all you really need to know is that right click shows weapons and enter and backspace are jump 21:42:38 *** agdurrette is now known as agdurrette|AFK 21:53:22 *** vf2nsr|away is now known as vf2nsr 21:53:55 *** habr100 (~habr100@adsl-dyn113.78-98-1.t-com.sk) has joined #portableapps 21:54:01 *** habr100 has parted #portableapps (None) 21:59:57 *** benedikt93 has quit (Quit: Bye ;)) 22:08:18 *** habr100 (~habr100@adsl-dyn113.78-98-1.t-com.sk) has joined #portableapps 22:08:53 *** habr100 has parted #portableapps (None) 22:36:18 *** vf2nsr is now known as vf2nsr|away 22:36:27 *** habr100 (~habr100@adsl-dyn113.78-98-1.t-com.sk) has joined #portableapps 22:37:03 *** habr100 has parted #portableapps (None) 23:42:42 *** habr100 (~habr100@adsl-dyn113.78-98-1.t-com.sk) has joined #portableapps 23:43:44 *** habr100 has parted #portableapps (None) 23:49:48 *** Oni-Neoxes has quit ()