irclog2html for #wowi-lounge on 20051230

00:03.34AthesHm...one more thing.
00:03.45AthesIs there a function that checks if a slot/spell is on cooldown?
00:04.00AthesI'm looking through WoWWiki but the closest i find is this :
00:04.16AthesGetActionCooldown(slot) - This returns the cooldown values of the specified action..
00:04.26AthesI don't care of the value, I just want to know if it's on cooldown or not...
00:04.44FanookGetSpellCooldown(spellID, spellnumTab)
00:04.50Fanooker, wait
00:05.03Fanookthat'll work on any spell
00:05.39Fanookyeah, GetActionCooldown should do what you want
00:06.44Fanookif duration or enable is nonzero, it's still on cooldown
00:07.43AthesSo how'd that look? if(GetACtionCooldown(slot)!=0) then blah ?
00:08.33Athes(never worked with a function that returns 3 values so no idea how the if should look either)
00:08.43Fanook,duration=GetActionCooldown(slot);if(duration!=0) then <stuff> end
00:09.02Fanookputting the comma before duration tells lua that you don't care about the first return value
00:09.11Fanookiirc
00:10.54Atheshm...another If...? hm...that's gonna be interesting
00:11.05AthesI'm trying to fit it inside this if :
00:11.12Athesif (UnitExists("target") and IsActionInRange(slot)==1 and UnitReaction("target","player")<5)
00:11.34AthesSo ,duration=GetActionCooldown(slot) Should be before the If(UnitExists.... ) , right?
00:11.41Fanookright
00:12.00Athes*sigh* I hate lua! :)))
00:12.17KolthLUA is about as easy as coding gets.
00:12.19Fanookheh, it makes sense once you get used to the quirks
00:15.31Fanookat least wowiki's a good resource for the lua part, i still have no idea how the <frame>/<frames> tags layering should be in the xml
00:18.22Atheshttp://rafb.net/paste/results/ShYs7f90.html - This is how the line looks right now, and it tells me there's something expected at !
00:18.33Fanookoh! oh!
00:18.43Fanooklua's "not equals" operator is ~=
00:18.53Athes! :o Thanks! :)
00:18.54Fanookand not != like every other language out there
00:18.59Atheshehe
00:19.02CideCairenn! you are free to code my XML <3 thx
00:19.09Cairennheh
00:19.27Cairennxml is easy, it's lua that sucks
00:19.31Cideit's easy
00:19.36Cidebut god it's boring
00:19.39Cideand time consuming
00:19.40Fanook|WoWlua is easy, xml sucks
00:19.53Fanook|WoWor at least xml without proper documentation sucks
00:20.00Cairennhttp://www.w3schools.com/
00:20.06AnduinLotharno docs is half the fun
00:20.18Fanook|WoWAnduin: pthhhbt
00:20.25AthesWeird.Now the macro dows nothing.....
00:20.29Athes*Does
00:20.50AthesOh and, I removed the , infront of ,duration since it was giving an error...
00:21.06CideXML is easy but it takes way longer to get something to look good than it takes to do something productive in LUA
00:21.21Fanook|WoWtry changing the ~= to ==
00:22.00Fanook|WoWnot that should fix it or anything
00:22.17AthesYep!:)
00:22.23AthesWorks like a charm now! :)
00:22.27Athes<3 Fanook ^.^
00:22.34Fanook|WoWhmmm, need to check the wiki docs on that function then
00:22.43Fanook|WoWer, no we dont
00:22.56Fanook|WoWnm
00:23.16Athes:)
00:23.42Fanook|WoWnonzero return = cooldown active, duh :P
00:26.18Athesheh
00:28.25*** join/#wowi-lounge Beladona (n=Beladona@nlsngabas01-pool8-a7.nlsnga.tds.net)
00:28.25*** mode/#WoWI-lounge [+o Beladona] by ChanServ
00:30.27Fanook|WoWwhat's the script command to toggle attack? /attack?
00:30.41AthesChecking
00:31.01AthesAttackTarget()
00:31.15AthesBtw, question about the macro - Found a problem with 1 seal.
00:31.26AthesBasically all seals have ranks 1, 2, 3, blah blah
00:31.35AthesHowever, Seal of Justice has no rank. So i don't know to judge this
00:32.11Fanook|WoWwell, if you always want to cast the highest rank seal, i think you can just leave off the rank and it'll cast the highest one
00:33.47AthesLeave it off in the function itself/
00:33.48Athes?
00:34.01Athesor upon requesting the function within wow?
00:34.03Fanook|WoWoff the string you pass to CastSpellByName
00:34.09Athesah
00:34.40Fanook|WoWi know i read something about casting the highest rank somewhere, but for the life of me, i cant find it anymore
00:36.11GenNMXFanook: Yes, it's new in 1.8. You can now just do: CastSpellByName("Mark of the Wild") and it will cast your highest rank Mark of the Wild. Not smart enough to determine if the player can receive that level or not, unfortunately.
00:36.39GenNMXSame with /cast Mark of the Wild
00:36.53AthesAwesome. Thanks :)
00:38.25*** join/#wowi-lounge pagefault (i=pagefaul@Toronto-HSE-ppp3858290.sympatico.ca)
00:43.30*** join/#wowi-lounge MentalPower (n=chatzill@host-70-45-80-48.onelinkpr.net)
00:46.55ToastTheifIndustrail, you here?
01:27.29pagefaulta shaman wearing dreadmist
01:27.31pagefaultwhat a waste
01:33.07*** join/#wowi-lounge Parak (n=profi@user-12hdr8d.cable.mindspring.com)
01:53.33*** join/#wowi-lounge norgs|Sleeps (n=chatzill@CPE-139-168-168-13.qld.bigpond.net.au)
01:54.32*** join/#wowi-lounge ToastTheif (i=ToastThe@24-177-164-255.dhcp.mrqt.mi.charter.com)
02:42.51*** part/#wowi-lounge Beladona (n=Beladona@nlsngabas01-pool8-a7.nlsnga.tds.net)
02:53.51SP|Sorrenbleh, is there any way to lock the windowed mode so that you cant drag the edges?
02:54.09SP|Sorrennothing worse than trying to hit a key and accidently dragging the window edge causing 20 seconds of lag!
03:00.01Fanook|WoWwhen overclocking goes wrong: http://video.google.com/videoplay?docid=5393904704265757054
03:08.17Endjust wrote a macro to summon random pets :P
03:08.49Guillotinei wrote a macro to play russian roulette
03:08.55Endo_O
03:09.15Guillotine<PROTECTED>
03:09.22Guillotine:)
03:10.03Guillotineim just that amazing
03:13.00Cairenn|afkKaelten:
03:13.00KaeltenHey gujys
03:13.07KaeltenEnd, you still around bro?
03:13.11Cairenn|afkinput on the thread in the staff forum, please, when you get the chance
03:13.12Endyes
03:13.48Kaeltencool
03:14.04Kaeltenwell now I'm trying to install trac
03:14.12Kaeltenand looks like I'm in dependency hell.
03:14.15End:X
03:14.26Endyou probably need to rebuild subversion
03:14.43Kaeltenlooks like I might....
03:14.43Endfor the python bindings
03:14.43Kaeltenwhich I didn't in the first place...
03:14.43Kaeltendamnit
03:15.03Endtyping python and then import svn
03:15.06Kaeltenoh and if I upgrade to apache2 I cut off my right arm ( my web admin tools)
03:15.08Endwhat does that do?
03:15.13Endouch
03:15.48Kaeltenwell.  Apache2 breaks cpanel/whm
03:15.54Endhrrmm
03:16.01Endwell, you could run both at the same time...
03:16.12Kaeltenand the developer of cpanel/whm hasn't got support still, and its been two years.
03:16.31Kaeltenwould break things and bog down the server anyway.
03:16.55KaeltenI can run svnserve in the enterm, or maybe switch over to plesk, which isn't as good feature wise but at least won't die on apache2
03:17.21Kaeltenwell my first conflict with trac is that I need to update python
03:18.43Endhmm
03:19.43Cairenn|afkdaaaamn ... ideas you wish you'd thought of first ... http://news.yahoo.com/s/nm/20051229/ts_nm/homepage_dc;_ylt=AiWMyp.M5u4pMcKRcwU4m2ys0NUE;_ylu=X3oDMTA3ODdxdHBhBHNlYwM5NjQ-
03:20.12Kaeltenya found that a few weeks ago
03:20.17Kaeltenpretty ingenous really
03:25.01Cairenn|afkyeah, well, channel like this and it hadn't been discussed, of course I linked it :p
03:28.33Kaeltenhehe
03:28.44Kaeltenwell it looks like it may be time to switch over to a new control panel
03:28.50Kaeltencpanel is going to hell by the sounds of it
03:29.36Kaeltenwhich means I may have to reinstall all my sites
03:29.37Kaeltenarg
03:42.41*** join/#wowi-lounge Parak (n=profi@user-12hdr8d.cable.mindspring.com)
03:48.59KaeltenI'm pretty pissed at them too kolth
03:49.13KaeltenI'm looking at switching over to plesk 7.5 reloaded
03:50.12AnduinLotharcpanel?
04:11.52*** join/#wowi-lounge KudaneWOWI (n=Kudane@ip72-194-83-209.oc.oc.cox.net)
04:11.53*** join/#wowi-lounge Hexarobi (i=Hexarobi@68-191-209-132.dhcp.dntn.tx.charter.com)
04:11.53*** join/#wowi-lounge Parak (n=profi@user-12hdr8d.cable.mindspring.com)
04:11.53*** join/#wowi-lounge norgs|Sleeps (n=chatzill@CPE-139-168-168-13.qld.bigpond.net.au) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge pagefault (i=pagefaul@Toronto-HSE-ppp3858290.sympatico.ca) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge Codayus (n=cody@chaos.net.nz)
04:11.53*** join/#wowi-lounge Cide (i=Cide@81-226-233-223-no60.tbcn.telia.com) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge SP|Sorren (n=astrayca@66-215-83-80.dhcp.psdn.ca.charter.com) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge EraphineDisco (n=Eraphine@cpe-24-59-106-252.twcny.res.rr.com)
04:11.53*** join/#wowi-lounge krka (i=krka@c80-216-103-22.cm-upc.chello.se) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge Ktron (n=Ktron@c-24-128-172-211.hsd1.nh.comcast.net) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge Maldivia (n=the_real@62.61.134.59.generic-hostname.arrownet.dk) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge Guillotine (n=Guilloti@63.203.120.57) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge Kaelten (n=Kaelten@pcp04349492pcs.mobilh01.al.comcast.net)
04:11.53*** join/#wowi-lounge sarf|sleep (n=fnordsar@ce01949-p11-odals6.cenara.com) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge AnduinLothar (n=KarlKFI@adsl-67-127-165-108.dsl.irvnca.pacbell.net) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge dukeku (n=dukeku@c-67-160-162-146.hsd1.or.comcast.net) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge Fanook|WoW (i=Pegnose@69-168-180-167.clvdoh.adelphia.net) [NETSPLIT VICTIM]
04:11.53*** join/#wowi-lounge ScytheBlade1 (n=Death@about/pxe/ScytheBlade1)
04:11.54*** join/#wowi-lounge Kiliek (i=wwarneck@stfu.mpls.mn.us) [NETSPLIT VICTIM]
04:11.54*** join/#wowi-lounge Cairenn|afk (n=Cairenn@CPE001217452e29-CM014500004571.cpe.net.cable.rogers.com)
04:11.54*** join/#wowi-lounge Goutetsu (n=ethos@cpe-24-242-97-20.sport.res.rr.com) [NETSPLIT VICTIM]
04:11.54*** join/#wowi-lounge kremonte (n=help@ool-18bba4ea.dyn.optonline.net) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge Kolth (n=amoeba@206.174.74.130) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge GenNMX (n=generalm@pcp0011052198pcs.longhl01.md.comcast.net)
04:11.55*** join/#wowi-lounge oxman (n=Bouh@ns32161.ovh.net) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge Morq (n=morquan@24.197.195.41) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge groll (n=hoho@62.119.159.41) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge Ghent_ (i=ghent@fangorn.starshadow.com) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge [Matryx] (n=cs99gcs@horus.matryx.org.uk)
04:11.55*** join/#wowi-lounge End (n=end@c-67-161-159-86.hsd1.co.comcast.net) [NETSPLIT VICTIM]
04:11.55*** join/#wowi-lounge ChanServ (ChanServ@services.)
04:11.55*** mode/#WoWI-lounge [+oooo KudaneWOWI Kaelten Cairenn|afk ChanServ] by irc.freenode.net
04:11.55*** join/#wowi-lounge Tain (i=Shrubber@c-66-31-196-19.hsd1.ma.comcast.net)
04:15.30Kaeltenanyone know how to check for which version of tcl you have installed?
04:17.32KolthUse 'info patchlevel'
04:19.17Kaeltenok that didn't give me anything
04:21.18GenNMXwhereis tcl
04:21.29GenNMXShould find the libraries, they'll have version numbers.
04:21.39GenNMXexqample: /usr/lib/tcl8.4
04:21.48GenNMXs/exqample/example/
04:21.51Kaeltenya I just need to know which 8.4 is it
04:22.09Kaeltenthey're up to 8.4.11 and I need to know which one it is
04:22.19GenNMXAh, good point
04:22.53KolthKael, try going to /usr/local/include and grepping 'VERSION' from tcl.h?
04:24.24Kaeltenwhat would be the grep command?
04:24.31KolthI don't know -- that's from Google.
04:24.36Kaeltenlol
04:24.41Kolthgrep VERSION tcl.h
04:24.49KolthMy Linux experience is limited at best.
04:25.02KolthI stopped when my ATI card didn't get 3d-accel
04:25.09Kaeltenarg, it just says 8.4......
04:25.20GenNMXgrep searches for lines which contain the given substring and only shows those.
04:27.13Kaeltenall I can find is 8.4.
04:28.01GenNMXfor files in /usr/lib/tcl8.4/*; do grep "8.4." $files; done
04:28.06GenNMXThat should give you a hint.
04:31.24GenNMXKael, what distro are you running?
04:32.03GenNMXYou couldn't have downloaded tcl from source, since then you would obviously know the minor version. So you probably let it get installed as some dependency, right?
04:32.18GenNMXYour package management system should be able to tell you the full version number installed.
04:32.44Kaeltenwell yes no kinda
04:32.48Kaeltenthis has been hellish
04:33.30Kaeltencpanel is stuck using way out of date stuff... and up2date doesn't recognize the kernel
04:33.40KaeltenI did install it but I don't remember the number or where exactly I got it from.
04:34.00GenNMXUp2date...I hope not Redhat9!
04:34.15KaeltenI think that this server did start off as redhat
04:34.37Kaeltensince the default db4 that comes with it has posix locking but the special kernal my host is using doesn't.
04:34.39GenNMXUp2date would mean it's either Red Hat Enterprise, Fedora Core, or Red Hat 9.
04:35.16Kaeltenyaye...... :S
04:35.27Kaeltenwell this is what I need to do, I need to get python 2.4  installed
04:35.29GenNMXRed Hat 9 was the last "free" Red Hat before it was merged with Fedora Core. It had a 2.1 kernel, I believe.
04:35.34Kaeltenis there an easier way?
04:35.58Kaeltenthe kernel isn't the regular kernel it was developed by swsoft for VPS technology.
04:36.44GenNMXOK, you downloaded the RPM / Source yourself, right? So it's probably still somewhere.
04:36.53GenNMXupdatedb && locate tcl*.rpm
04:37.23GenNMXupdatedb && locate tcl*.rpm && locate tcl*.tgz && locate tcl*.gz && locate tcl*.bz2
04:37.41Kaeltenupdatedb is running
04:37.48Kaeltendoes the && do something in linux?
04:38.19GenNMXThose are common archives, the first being RPM, a Red Hat package.
04:38.35GenNMX&& only executes the next command if the previous suceeded
04:38.48Kaeltencool
04:39.04GenNMXAnd calling updatedb manually just makes sure the locate database is up-to-date
04:39.15Kaeltenright
04:39.38KaeltenI've probably fubared all this up
04:39.47Kaeltensomething I Read makes me think I'm going to have to rebuild subversion
04:39.59KaeltenI wasted two days getting db4 to run when I didn't need too.
04:40.03Kaeltenits just been a great trip
04:40.36KaeltenI'm debating switching over to plesk as well so I can upgrade to apache2
04:40.40GenNMXAh Kaelten, but think of all the things you are learning! We all have our "pratt falls" when it comes to computers.
04:41.02Kaeltenoh ya, next time I want to install subversion I'll know better.
04:41.07KaeltenI won't deal with db4
04:41.39GenNMXI remember my first time setting up MySQL from stratch on a FreeBSD machine. It still doesn't run quite right...
04:41.45Kaeltenlol
04:41.56KaeltenI've gotten php mysql and apache2 to run on windows before
04:42.01KaeltenI swear thats much easier
04:42.21Kaeltenits kinda neat but at the same time its unnearving how you're expected to build everything from source
04:42.33Kaeltenand I'm still wondering if there are some good tools that can manage all this for you
04:42.39*** part/#wowi-lounge Hexarobi (i=Hexarobi@68-191-209-132.dhcp.dntn.tx.charter.com)
04:43.08GenNMXKaelten, Kaelten...yes, Windows can seem easier. Just like how VBScript seems like it would trump Lua. But we know better, eh?
04:43.56Kaeltenwell when you get down to it a lot of things are easier on windows and thats why linux isn't as well accepted by the masses of people out there that don't know anything about computers
04:44.07KaeltenI like the hints of things I'm learning in linux, but its a lot to take in all at once.
04:44.13GenNMXKaelten, if this used to be a Red Hat system, then why aren't you using its package management system?
04:44.23Kaeltenyou mean up2date?
04:44.27GenNMXNo, RPM.
04:44.51KaeltenI only know how to do a few things for it
04:44.57Kaeltenrpm -i -rebuild -e
04:45.09Kaeltenwhich I have used a decent amount
04:45.22GenNMXRPM tries to do everything for you -- it handles building from source, or just installing binaries, and sets up stuff with its own custom "default" configuration. If you're missing a dependency, it'll tell you, or if you have a conflict, it'll tell you.
04:46.27GenNMXBuilding everything from source defeats the purpose of using a distro with a package based management system. It's the "Add/Remove Programs" and "C:\Program Files" of Windows, to make a bad analogy.
04:46.48GenNMXRPM even has its own Registry, like Windows.
04:47.45GenNMXhttp://rpmfind.net/
04:48.22Kaeltenya rpmfind.net is confusing as all hell
04:48.23Kaeltenhehe
04:48.38Kaelteneach one seems to have its own set of dependencies
04:49.05GenNMXYes, and those are required dependencies for the source. So?
04:49.36Kaeltenhehe, it is still confusing.  I'm having to do all this over ssh via bash too, which is a first for me.
04:49.41Kaeltentwo days ago I know shit about linux
04:49.43GenNMXMany times it's best just to download the file and try installing it. The install will fail if it doesn't meet all of the dependencies.
04:50.13GenNMXWait, who's computer is this?
04:50.25Kaeltenits my webserver
04:50.37KaeltenI have root access.
04:50.45GenNMXOK, so you're leasing this webserver?
04:50.49Kaeltenyep
04:51.20GenNMXAnd the lease administrator demands you use their custom kernel and distro?
04:51.32Kaeltenwell they demand their custom kernel
04:52.17Kaeltenwhat does -a do? in rpm?
04:52.19GenNMXBut you can put whatever distro you want on it?
04:52.32GenNMXman rpm ;)
04:52.38Kaeltenwell I imagine I could try, but I don't think it would be worth it all in all.
04:54.00GenNMXWell, Gentoo, Debian, or Fedora Core would be a heck of a lot easier to work with then building everything by source. Their package management system allows for neat tricks like trying to download what dependencies you need automatically from their repositories.
04:54.24Kaeltenya, cpanel has something like that but its very limited.
04:54.36GenNMXI like Debian myself.
04:54.44GenNMXI thought cpanel was a web admin tool and not a distro?
04:54.55Kaeltenit is a web admin tool
04:55.15Kaeltenbut it contains some utils for helping keep software up tod ate and will install out of a list of rpms
04:55.48Kaeltenbut the list is kinda limited, and I don't really have options to update thigns.
04:56.43Kaeltenall in all I'm trying to figure out the best way to do this and I'm confused I guess....
04:56.49KaeltenI know what my goals are but its being a pain to get there.
04:57.28GenNMXYeah, I definately know how that is.
04:57.55KaeltenI want to have subversion and trac installed
04:58.06Kaeltenalong side the other standard webserver things
05:23.31*** join/#wowi-lounge futrtrubl (n=not@port0185-aaw-adsl.cwjamaica.com)
05:52.00KaeltenI hate cpanel
06:00.04*** join/#wowi-lounge Depherios (n=Deph@67.189.88.161)
06:24.32*** part/#wowi-lounge Ktron (n=Ktron@c-24-128-172-211.hsd1.nh.comcast.net)
06:44.53Depheriosoh yay, now I know TWO ways to make a simple bot in WoW
06:50.24AnduinLotharapplescript
06:50.47*** join/#wowi-lounge Tuatara (n=chatzill@d142-59-67-40.abhsia.telus.net)
07:19.27Guillotineuh oh Depherios. dare I ask?
07:42.35Depheriosoh sorry
07:42.51Depherioscolor checks, and now using the ability to link out to www.worldofwarcraft.com/whatever
07:44.20Depherioshttp://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=283881&s=new&tmp=1#new <-- linking out to PHP would let you send out quite a bit of data, you'd have to re-enter the program... but you could still make spambots, mailbots, AH bots, or things like that :P
07:46.34Depheriosugh, no compy that can play wow, and only one monitor (which is why I'm not paying close enough attention here) silly laptop
08:00.01*** join/#wowi-lounge Kremonte_ (n=help@ool-18bba4ea.dyn.optonline.net)
08:25.14*** join/#wowi-lounge Ktron (n=Ktron@c-24-128-172-211.hsd1.nh.comcast.net)
08:25.16Ktronbleh
08:25.21Ktronmissed when I got knocked off
08:25.32Ktrontime to sleep for me
08:25.32Depheriosuh *scrolls up*
08:25.34Ktronnight everyone
08:25.42Depherioshaven't missed much
08:25.45Depherioslol
08:25.47DepheriosG'night
08:32.18*** join/#wowi-lounge id` (n=Industri@gateway.is.remotion.nl)
08:32.39id`morning
08:38.43Kolthmorning
08:39.23KolthWhat's your new site? I wanna steal some code! :)
08:42.54id`ha ha, :-)
08:43.03id`http://digigen.nl/~Industrial
08:43.56id`document.getElementById('some_tag_with_id').style.display='none'
08:44.00id`gotta love that
08:49.25Depheriosmelee only has 3 Es, if I recall correctly....
08:49.30Depherios~spell melee
08:52.41*** join/#wowi-lounge purl_ (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
08:52.41*** topic/#wowi-lounge is This channel is for dev discussion only. Be respectful. No spamming the bot, and no bothering Slouken about work. Get along. Have fun.
08:52.45Depheriosso far, I have: made a winamp playlist... read even more wowwiki API stuff... and posted on way too many forums
08:53.24Depheriosnow... I'm bored enough to consider reading friend's LJs... maybe I should just go to bed
08:54.16id`oh i thoughtt maybe it was time for work
08:54.20id`:P
08:54.35id`but i guess i know myself too good
08:54.37Depherioslol
08:55.10DepheriosI'm stuck on my laptop... no games, no wow... well... no games I want to play xD
08:55.23id`go-to-bed
08:55.33id`i only have a laptop
08:55.36Depheriosbut it's only 1am
08:55.45id`and thursday?
08:55.49id`i eman friday
08:55.52id`mean*
08:55.55Depherios~today
08:55.56purlFriday sucks, because it should be the weekend, but you're stuck working anyway.
08:56.03id`well then
08:56.07id`work in a few hours
08:56.07DepheriosI don't work today.... oh wait... yes... yes I do
08:56.16Depheriosat 4pm XD
08:56.19id`nn Cairenn|sleep !
08:56.28id`Depherios: :o
08:56.29Cairenn|sleepnight guys
08:56.35DepheriosG'nighter
08:58.47Depheriosid: yay retail?
08:59.55id`retail?
08:59.57id`yay:?
09:00.17id`bah no i already replied to a whole forum
09:00.27id`guess ill have to get active on wowi now
09:00.57Depheriosafter this... I'll be forced to do the CURSE forums
09:01.03Depherios....... never checked out wowguru's :P
09:01.08Depheriosmaybe I'll go there, lol
09:04.33id`o_O
09:05.46*** join/#wowi-lounge dvorakkey (n=abc@adsl-70-231-241-81.dsl.snfc21.sbcglobal.net)
09:07.31Depherioswhy the funny face?
09:07.43Depherios... my Main's name is Dvorak O_o
09:13.41dvorakkeycan someone make me an IWIN button
09:13.48DepheriosXD
09:14.07DepheriosI could make you an ILOSE button... maybe
09:16.10dvorakkeymake that ULOSE then
09:19.08KolthIndu: SetIgnoreArrows(false) lets me use arrows to move left/right and up/down in history?
09:19.15id`yes
09:19.31KolthNever new about that method :)
09:19.59id`me neither, i ripped it from mars :<
09:22.48id`(some guy that made some addons)
09:23.59KolthMars is famous!
09:24.36id`he is?
09:24.56KolthYep
09:25.00KolthThird planet from the sun...
09:25.38id`http://ui.worldofwar.net/ui.php?id=291
09:25.57id`when i found it (MarsEditArrows) it was a separate small thingy
09:26.40KolthThe Mars sweet is nice.
09:26.45Kolthsuite*
09:27.09DepheriosI just installed mars' raid bars the other night... wanted to give them a try...
09:34.11id`bah
09:34.18id`users on ui.worldofwar.net make me mad
09:34.32id`>:\
09:34.43id`better get to woek
09:34.44id`work
09:35.14dvorakkeyhaha try onhyperlinkenter
09:37.08id`?
09:37.37dvorakkeyanyone think of that for item links
09:43.10dvorakkeyyou think people will download an addon for that
09:43.34Kremonte_for what?
09:45.53dvorakkeymouseover item hyperlink to show tooltip
10:07.38id`i like the wrangler better
10:09.35dvorakkeyis there any way to highlight chat text
10:10.43Kremonte_any idea why this won't work?
10:10.43Kremonte_http://wow.pastebin.com/483928
10:10.58dvorakkeyclicking is too much effort
10:12.19dvorakkeyhow about this, open several tooltips like wrangler, then close all when you leave chat frame
10:15.36*** join/#wowi-lounge Tuatara (n=chatzill@d142-59-67-40.abhsia.telus.net)
10:15.56dvorakkeywhats the error
10:19.23Kremonte_in http://wow.pastebin.com/483928?
10:19.30Kremonte_there is none. the hooking just isn't working
10:40.04dvorakkeymight be naming conflict
10:41.10Kremonte_why would it be a naming conflict
10:41.24Kremonte_im hooking SendChatMessage =/
10:45.39dvorakkeytry retyping it
10:46.20Kremonte_retyping wah?
10:49.01krkait!
10:49.05Kremonte_it
10:49.08Kremonte_i retyped it
10:50.47Kremonte_krka, you have any idea? ;_;
11:00.30krkawill take a look
11:01.21krkayour function doesn't get called?
11:01.51Kremonte_just doesnt do anything
11:01.59Kremonte_i added a default_chat_frame:addmessage () but it doesnt get called
11:02.25krkahow do you know it doesn't do anything?
11:02.36krkahave you sent something to a friend and see if he got it+
11:02.44Kremonte_[ 06:01 ] [Kremonte_] i added a default_chat_frame:addmessage () but it doesnt get called
11:02.49krkaoops
11:04.14krkadon't see anything wrong
11:05.00Kremonte_=/
11:05.19krkaand SendChatMessage is supposed to get called?
11:05.26Kremonte_hmm i have an idea
11:05.50Kremonte_.....yup
11:05.50krkaor maybe something else is overwriting SendChatMessage
11:05.55Kremonte_i had a typo in my .toc LOL
11:06.04krkadoh
11:06.10Kremonte_was calling WhatShens.lu
11:10.00Kremonte_still dont work GRR
11:10.18Kremonte_okay
11:10.19Kremonte_im still stupid
11:10.23Kremonte_the game crashed and it wasnt checked
11:10.32Kremonte_knife plz im gonna slit my wrists and be emo
11:31.14*** join/#wowi-lounge MoonWolf (i=Sorvarh@ip51ccaa81.speed.planet.nl)
11:35.48Kremonte_hmm
11:35.53Kremonte_how come i can't add % to a string
11:37.17KolthKremonte: Paste code please?
11:37.36Kremonte_local hpp = tostring(floor(100 - (hpdeficit / UnitHealthMax("player")) * 100))
11:37.36Kremonte_hpp = hpp .. "%"
11:37.46Kremonte_the tostring() didnt help =(
11:38.07Kremonte_hm could it be because i'm using it in a gsub?
11:38.28dvorakkeyonly if it's part of pattern
11:38.39Kremonte_nope, just the replace =/
11:38.57KolthWhat code do you think crashes the client?
11:39.04Kremonte_crashes? huh
11:39.14Kolth"the game crashed and it wasnt checked"
11:39.15Kremonte_ask tem lol
11:39.20Kremonte_ohh no
11:39.26Kremonte_the game crashed and the addon wasnt re-enabled
11:39.39Kolthoh :)
11:39.59KolthCan you paste more code?
11:40.16Kremonte_local hpp = tostring(floor(100 - (hpdeficit / UnitHealthMax("player")) * 100))
11:40.16Kremonte_hpp = hpp .. "%"
11:40.16Kremonte_msg = string.gsub(msg, "<hpp>", hpp)
11:40.32*** join/#wowi-lounge _aLF (n=Alexandr@d83-177-207-239.cust.tele2.fr)
11:41.46KolthTried outputing hpp before ya gsub?
11:42.04KolthAnd you get errors, yeah? What are they?
11:42.13Kremonte_no errors
11:42.18Kremonte_just doesnt add the %
11:42.28Kolthah
11:42.32Kremonte_adds the % before the gsub
11:42.36krka% is a special symbol... try % or \%
11:42.41Kolth^^
11:42.53Kremonte_tried that and it gave me an error before..but the math was dfifferent
11:42.54Kremonte_one sec
11:43.29Kremonte_still no % =/
11:43.47KolthReplace % with an alphabetical char
11:44.22Kremonte_works
11:44.29KolthThere ya go.
11:44.39Kremonte_still doesnt let me us % ;_;
11:44.43KolthYes
11:44.45KolthBut you know why.
11:44.51Kremonte_its what i thought before =/
11:44.56Kremonte_hmm
11:45.51krkaIf repl is a string, then its value is used for replacement. Any sequence in repl of the form %n, with n between 1 and 9, stands for the value of the n-th captured substring (see below).
11:47.04krkayou could make your own replace-function though
11:47.45krkaI think % might work though
11:47.48krka%
11:47.50krkagah
11:47.53krkatwo of them
11:47.54Kremonte_huh
11:47.54Kremonte_lol
11:47.56Kremonte_ah
11:48.03krkaseems my irc-client is evil too
11:48.07krkatesting: %
11:48.13krka%%
11:48.17Kolthah
11:48.17Kolthyes
11:48.18Kremonte_%%
11:48.26Kremonte_w00t
11:48.27Kremonte_<3
11:48.27KolthSeeing that % requires % it seems
11:48.30krka<krka> % is a special symbol... try % or \%
11:48.32KolthGoogle ftw
11:48.37krkai didn't even see my mistake there
12:25.52*** join/#wowi-lounge AnduinLothar (n=KarlKFI@adsl-67-127-165-108.dsl.irvnca.pacbell.net)
12:45.08AnduinLotharso, think it'll be this tuesday or next?
12:46.40AnduinLotharwell, test servers are still down, that's not very useful
13:18.43*** part/#wowi-lounge dvorakkey (n=abc@adsl-70-231-241-81.dsl.snfc21.sbcglobal.net)
13:50.21*** join/#wowi-lounge id` (n=Industri@gateway.is.remotion.nl)
14:21.24*** join/#wowi-lounge MentalPower (n=chatzill@host-70-45-80-48.onelinkpr.net)
14:58.14*** join/#wowi-lounge Rallion (i=HydraIRC@cpe-72-224-69-179.nycap.res.rr.com)
15:16.27futrtrublI hope it is this tuesday, it will allow me to make BEB better
15:22.23TainI hope the test server comes back up before then.
15:28.05MoonWolfwhy tain ?
15:28.15TainFor additional testing.
15:29.09MoonWolftesting what ?
15:29.33TainAddons.  Especially the scaling changes.
15:30.25MoonWolfthis fucking rock elemental dodged paried and made me miss evicerate 6 times.! 6 TIMES. GAH!
15:31.19TainThat's rough.
15:33.40GenNMXI've got my next addon idea! It'll be a complex algorithm which looks at all available in-game variables and gives advice on to what action to take next at any given time. If the action is an ability, it will bind that ability to a specific keypress.
15:34.14TainThat sounds... complicated.
15:34.56MoonWolfthat sounds like hook it up to something that creates artificial keypresses and tada. BOT!
15:35.43GenNMXHeh, I'm kidding. Be very glad people who could make an addon like that have enough sense to know it would destroy WoW scripting.
15:36.13MoonWolfi did have an idea to do a onebag style spellbook though
15:36.25GenNMXPer slouken's old rule, "Well if x() is abused, then we'll just remove/modify it."
15:37.02GenNMXOff to work.
15:37.12MoonWolfif that makes any sense to you people.
15:37.38GenNMXMoonWolf: www.discordmods.com, look at the Mini Spellbook
15:38.06MoonWolfyeah, but i severly dislike the border on that mod, and some other things.
15:39.06MoonWolftherefor i though, maybe i should make one myself. then i choked on the idea of all the xml
15:39.13MoonWolfi am horrible with the wow xml.
15:40.15TainAceGUI!
15:47.09MoonWolfstill need to learn to use it.
15:54.49TainIt does take a little bit to see how it works, but what it does is let you define basically just the frame name in XML, and then all settings in LUA objects.
15:55.23TainSo it just looks like a normal object.  It really is a lot easier when you do get used to it.
15:56.45MoonWolfi care not about spelling!
16:09.16Ktron|zzz|ESToaky mnoolowf, no mroe sleplnig it is
16:10.43Ktron|zzz|ESTazmanig waht plepoe can slitl raed as lnog as the frsit and lsat lteters are in pcale
16:15.18*** join/#wowi-lounge id` (n=tom@hellsblade.xs4all.nl)
16:19.40*** join/#wowi-lounge Osagasu (n=NOYB@rhhe10-109.2wcm.comporium.net)
16:29.13*** join/#wowi-lounge Ktron (n=Ktron@c-24-128-172-211.hsd1.nh.comcast.net)
16:30.46*** join/#wowi-lounge Shouryuu (n=same@cm69.epsilon71.maxonline.com.sg)
16:30.52Shouryuurawr?
16:31.14Shouryuurawr =(
16:36.06Shouryuucan anyone hear me or am I blocked by something
16:36.11Kilieki hear
16:36.14Shouryuucool :P
16:36.32MoonWolfwe simply dont want to talk to you
16:36.35Shouryuufine
16:36.40Shouryuube that way
16:36.46Shouryuulol
16:37.12MoonWolfhey, i make one kickass lasanga.
16:37.36MoonWolfyou should get something to drink with it though, its kinda spicy
16:40.12MoonWolf~today
16:40.20purlsucks.
16:40.23MoonWolf~friday
16:40.26purlFriday sucks, because it should be the weekend, but you're stuck working anyway.
16:40.26MoonWolfoh there you are.
16:40.42id`totally applies
16:40.49id`~saturday
16:40.50purlSaturday is the day that sucks the least!
16:40.55id`wrong
16:41.02Shouryuumy mIRC registration expired on my normal cmop =(
16:41.03id`saturday i spend working too
16:41.16id`Shouryuu: then use xchat. use a silverex build
16:41.19MoonWolfShouryuu, stop using mirc.
16:41.24Shouryuulol
16:41.24id`\morc = the suck
16:41.27id`mirc*
16:41.49id`http://silverex.org
16:42.05MoonWolfmIRC 6.16 has been released! (July 7th 2004) <- how up to date.
16:42.23ShouryuuI'm going to kick the chat addiction anyways
16:42.31Shouryuuschool picks up in 2 days =(
16:42.46ShouryuuI've been wasting too much time chatting, not enough work... *sbo*
16:48.01id`I'm going to make an addon that colors visor action buttons with grey/red/blue on usability/out of range/out of mana
16:53.18*** join/#wowi-lounge futrtrubl (n=not@port0185-aaw-adsl.cwjamaica.com)
16:53.23Shouryuurawr
16:53.48id`lo futrtrubl
16:53.55futrtrubl;']
16:54.08TainCrap I have a ton to do to update Visor's ActionButtons so they work like the normal in-game buttons better.
17:12.33*** join/#wowi-lounge Ratbert_CP (n=KCummins@204.128.192.5)
17:12.56*** join/#wowi-lounge Parak (n=profi@user-12hdr8d.cable.mindspring.com)
17:26.06*** join/#wowi-lounge Kaelten (n=Kaelten@pcp04349492pcs.mobilh01.al.comcast.net)
17:26.13*** mode/#wowi-lounge [+o Kaelten] by ChanServ
17:26.19Kaeltenello everyone
17:26.21Shouryuuhey'
17:28.47Kaeltenend, you around man?
17:33.28Shouryuuwell I'm off
18:06.57*** join/#wowi-lounge groll (n=hoho@62.119.159.41)
18:14.42id`I have an addon that does nothing more then
18:14.45id`if not self.playerInCombat and (self.playerHasAggro and UnitCanAttack('player', 'target')) then AttackTarget() end
18:14.55id`this doesnt work with autoattack
18:15.05id`because its not an ability that finishes after some time
18:15.42id`are there any other things like this?
18:15.48id`because then ill make an exception
18:27.22*** join/#wowi-lounge Sorren`quake4`in (n=astrayca@66-215-83-80.dhcp.psdn.ca.charter.com)
18:34.07EndI'm kinda around
18:34.32id`How do i check if a spell is being cast?
18:35.18*** join/#wowi-lounge Depherios (n=Deph@67.189.88.161)
18:35.23id`Auto Shot and Shoot
18:43.32*** join/#wowi-lounge [1]Kaelten (n=Kaelten@pcp04349492pcs.mobilh01.al.comcast.net)
19:05.32id`meestark
19:05.33id`:p
19:06.12id`meestarkay
19:06.12id`:D
19:18.12TainOk now if I have a function ID, how do I find out what that function does?
19:18.45*** join/#wowi-lounge Cide (i=Cide@81-226-233-223-no60.tbcn.telia.com)
19:19.19*** join/#wowi-lounge Kaelten (n=Kaelten@pcp04349492pcs.mobilh01.al.comcast.net)
19:51.25*** mode/#wowi-lounge [+o Kaelten] by ChanServ
19:56.18Kaeltengood morning cair
19:56.38Cairennhey :)
19:56.52Kaeltenhows it going cair
19:57.13Cairenngood good, you?
19:58.14*** join/#wowi-lounge dvorakkey (n=abc@adsl-70-231-241-81.dsl.snfc21.sbcglobal.net)
20:03.22Kaeltengoing ok
20:03.27Kaeltenwatching an Law and Order Marathon
20:06.21Cairennheh, I love that show
20:06.35Kaeltenya its fun.
20:15.43*** join/#wowi-lounge digix (n=digix@66-90-145-10.dyn.grandenetworks.net)
20:22.56pagefaultwoooooo double honour weekend!!!
20:34.51*** join/#wowi-lounge krka (i=krka@c80-216-103-22.cm-upc.chello.se)
20:56.16*** part/#wowi-lounge Ratbert_CP (n=KCummins@204.128.192.5)
21:16.16krkawhat are the possible names returned by GetShapeshiftFormInfo for a druid?
21:16.26krka"Moonkin" "Travel" "Cat" "Bear" ?
21:19.22CodayusHmm
21:19.51CodayusThe only warrior in a 10-man baron run said the group sucked because it wasn't following his orders, set himself to ML, and hearthed.
21:20.44CodayusHe then went offline, so his ML trick failed.  Group is now continuing using 3 hunter pets to tank.  Worked fine on the Baroness.  Wonder if the Baron will work?  :-)
21:31.14dvorakkeyalso aquatic
21:34.32*** join/#wowi-lounge Athes (i=Curious@213.91.172.160)
21:34.45AthesHey.
21:35.07AthesAgain needing a little help with that function from last night :-/
21:35.52AthesIs there a function to get only the fraction of a word?
21:36.41TainThere are a couple of different ways, Athes.
21:37.02TainThe best place to start is in the Lua Reference manual, it goes through the different string functions.
21:37.04Tainhttp://www.lua.org/manual/5.0/
21:37.33TainThe stuff that you'd want to see is all under section 5 - Standard Libraries.
21:37.38AthesThanks.
21:39.13TainReally between that and the WoW Wiki http://www.wowwiki.com/Main_Page I find almost everything I'm looking for.
21:40.05AthesUm...can you direct me to section 5's subsection I should be looking for? There's an awful lot of functions there....
21:40.33AthesAnd I've no idea what I'm looking for , in english...
21:40.55AthesString manipulation?
21:40.57TainUnder strings.  If you want a part of a word it's going to be string.find probably
21:41.44pagefaultlooks like we are getting double rep now
21:42.12AthesAh.since basically if you've entered "Seal of Wisdom" , I want to use just the word "Wisdom" within another IF function.
21:44.15KolthHow do I get code to execute on UI load without an XML file in my AddOn?
21:45.20dvorakkeyyou can hook another onload function
21:45.47KolthSo really it's best to just make my own frame.
21:45.54KolthOr use Ace :)
21:53.06Kaeltenanyone know how to resolve a dependency conflict in linux?
21:54.14Tainheh I used to do one of two things.
21:54.32TainIs it two different things wanting different versions of something?
21:55.08Kaeltenno I'm trying to install glibc-common and its conflicting with the old glibc
21:57.15TainAh it's been too long since I used rpm.  And actually when I did I didn't have a lot of patience for those conflicts and did --nodeps a lot.
21:57.23TainWhich ignores dependancies and installs anyway.
21:57.39Tain(Which is generally not what you're supposed to do.)
22:03.50Kaeltenya some of these things are stupdi
22:04.26Kaeltenone of the dependencies I've installed several times.
22:05.01*** join/#wowi-lounge pedropenguin (n=chatzill@pcp990521pcs.nchrls01.sc.comcast.net)
22:05.11pedropenguindo any of you guys use teamspeak?
22:05.23id`no i am dutch you do not want to hear me period
22:05.40id`xD
22:05.42pedropenguinhehe
22:06.04pedropenguindo you have it on your computer? i just want to see if someone outside of my network can connect to my server
22:06.15id`sure
22:06.16id`:p
22:07.24pedropenguinhate to give ip in chat but you cant pm unless your registered
22:08.21pedropenguinyou get my message...i probablly have to go register
22:08.27id`nope
22:08.36id`you kn quakenet?
22:08.38id`on*
22:08.47pedropenguinno im not
22:08.54pedropenguinill just say the ip in the chat
22:09.12id`68.59.38.157
22:09.13id`?
22:09.13id`:p
22:09.26pedropenguinyeah try to connect to that
22:09.32id`go /dns
22:09.33id`:p
22:09.46pedropenguinthatll do it
22:10.14pedropenguincan you connect?
22:10.15id`nope
22:10.17id`no reply
22:10.31pedropenguindamn
22:10.40pedropenguinhave you set up a server before?
22:11.07id`a teamspeak server? no
22:11.19id`a daemon, yes
22:11.30pedropenguinhmm i forwarded the ports on the router and there isnt a firewall
22:11.34id`(but nothing related to teamspeak)
22:11.52id`is the cable plugged in
22:11.53id`?
22:11.55id`=P
22:12.05pedropenguini can connect to it
22:12.17id`;\
22:12.23id`guess its the router then
22:12.32id`or a firewall
22:12.37id`(lol im such an ass :|)
22:13.07id`okay im now officially so bored that i'm going to check my photo on hotornot.com and pimp my rating all over irc
22:13.55id`http://meetme.hotornot.com/r/?emid=GLO8GZE
22:14.03id`http://meetme.hotornot.com/r/?emid=GQRSOMA
22:14.08id`http://meetme.hotornot.com/r/?emid=GSNRKQG
22:14.12id`http://meetme.hotornot.com/r/?emid=GMOEOMK
22:14.17id`doze are my double matches
22:14.18id`:p
22:14.34id`hot, hot, hot and.. hot :D
22:14.56id`http://meetme.hotornot.com/r/?emid=NRR8EZO
22:14.57id`me
22:14.58id`:D
22:15.07id`rating: 7.9
22:15.26id`8)\-<
22:15.28id`8)|-<
22:15.30id`8)/-<
22:16.11id`i am an E-PIMP YO
22:20.41id`Cairenn: we are cool because we hang out in wow channels without being busy with wow
22:21.04id`now i am an E-PIMP and an E-THUG
22:21.07id`... yo ...
22:21.11Cairennyou are a weirdo :p
22:21.23id`why? :<
22:21.32Cairennwhy not?
22:21.37id`because i like to make fun of internet culture?
22:21.50id`by taking part of it
22:21.51CairennI'm just picking on you because I'm bored :p
22:22.00pedropenguinid can you try connecting again
22:22.06id`well at least im not emo
22:22.08id`sure
22:22.16Cairennyou considered it last night :p
22:22.22id`what? me?
22:22.24id`nevarr!
22:22.44Cairenn"someone give me a knife" "Imma slit my wrists and be emo"
22:22.47TainEmo Phillips?
22:23.00id`Cairenn: haha that was not last night, i think..
22:23.43id`Tain: no, the teen subculture
22:23.45id`http://en.wikipedia.org/wiki/Emo_%28teen_subculture%29
22:23.47pedropenguinyou try the server id'
22:24.02id`ya no go
22:24.03id`:|
22:24.18id`no password or whatever
22:24.18id`?
22:24.31pedropenguinjust choose anonymous or whatever
22:24.35pedropenguinyou couldnt connect?
22:25.10id`[23:25:01] Connecting to 68.59.38.157
22:25.10id`[23:25:04] No reply from server
22:25.10id`Maybe the server is offline
22:25.10id`or maybe teamspeak is not running on it
22:25.20pedropenguin:(
22:25.26id`:(
22:26.05id`Tain: watch and learn.
22:26.10id`Cairenn too
22:26.11id`http://www.somethingdirectory.com/main_emo.htm
22:27.14Kaeltenmuhahahaha I espcaped dependency hell!
22:29.20*** join/#wowi-lounge Red`Gone (n=L@cpe-72-225-171-233.si.res.rr.com)
22:41.23pedropenguinid' could you try again
22:41.25pedropenguinsorry to be a pain
22:42.49pedropenguinyou there id`
22:43.27id`same thing
22:43.29id`maybe its me
22:43.41pedropenguinare you able to connect to other servers?
22:43.51id`dno never use it
22:43.54id`got one?
22:43.57id`to try
22:45.14pedropenguintry this connect to 68.59.38.157:8767
22:46.32pedropenguinno luck?
22:47.54id`no
22:52.54*** join/#wowi-lounge pedropenguin_ (n=chatzill@pcp990521pcs.nchrls01.sc.comcast.net)
22:53.09pedropenguin??
22:53.41id`you lost connection
22:53.57pedropenguinyeah i know but the ??s were about the teamspeak server
22:53.58pedropenguin:p
22:54.01pedropenguintry to connec
22:54.02id`o
22:54.04id`no :(
22:54.17pedropenguinhey is that you?
22:54.20id`ya
22:54.22id`:IO
22:54.23id`:O
22:54.25pedropenguinhooray
22:54.32pedropenguintoo bad i dont have a mic lol
22:55.01pedropenguinok i appreciate the help man!
22:55.03pedropenguincya
22:55.09id`np
22:55.09id`:D
23:48.42*** join/#wowi-lounge wowguru-3051 (n=wowguru-@ca-glendora-cuda1-c6a-b-193.arcdca.adelphia.net)
23:48.51*** join/#wowi-lounge Depherios (n=Deph@67.189.88.161)

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.