leat3 has quit [Remote host closed the connection]
leat3 has joined #ruby-lang
SylarRuby has joined #ruby-lang
leat3 has quit [Remote host closed the connection]
leat3 has joined #ruby-lang
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nofxx__ has quit [Ping timeout: 265 seconds]
stamina has joined #ruby-lang
skade has joined #ruby-lang
flak has joined #ruby-lang
flak is now known as Guest43972
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
pyo_ has quit [Read error: Connection reset by peer]
ruurd has quit [Quit: Zzzzz z zz ...]
pyo_ has joined #ruby-lang
SHyx0rmZ has quit [Ping timeout: 250 seconds]
Kero_ has joined #ruby-lang
rippa has quit [Ping timeout: 250 seconds]
unreal_ has quit [Ping timeout: 250 seconds]
drewdavis has quit [Ping timeout: 250 seconds]
RickHull has quit [Ping timeout: 250 seconds]
Kero has quit [Ping timeout: 250 seconds]
pyo_ has quit [Max SendQ exceeded]
pyo_ has joined #ruby-lang
unreal has joined #ruby-lang
drewdavis has joined #ruby-lang
pyo_ has quit [Max SendQ exceeded]
pyo_ has joined #ruby-lang
j4cknewt has joined #ruby-lang
tomkadwill has joined #ruby-lang
datanoise has joined #ruby-lang
j4cknewt has quit [Ping timeout: 265 seconds]
tomkadwill has quit [Ping timeout: 245 seconds]
tkuchiki_ has joined #ruby-lang
sross_work|2 has joined #ruby-lang
mcclurmc_ has joined #ruby-lang
Kero_ is now known as Kero
shakes has quit [Remote host closed the connection]
premera_c has joined #ruby-lang
sross07 has quit [Read error: Connection reset by peer]
Torrieri has joined #ruby-lang
SylarRub_ has joined #ruby-lang
LMity has joined #ruby-lang
sandelius has joined #ruby-lang
PaulePan1er has joined #ruby-lang
cornerma1 has joined #ruby-lang
coffeeju1 has joined #ruby-lang
pepperbreath has quit [Ping timeout: 258 seconds]
SylarRuby has quit [Ping timeout: 258 seconds]
tkuchiki has quit [Ping timeout: 258 seconds]
premera has quit [Ping timeout: 258 seconds]
mcclurmc has quit [Ping timeout: 258 seconds]
cornerman has quit [Ping timeout: 258 seconds]
pepperbreath has joined #ruby-lang
Mellett68 has quit [Ping timeout: 258 seconds]
PaulePanter has quit [Ping timeout: 258 seconds]
coffeejunk has quit [Ping timeout: 258 seconds]
yxhuvud has quit [Ping timeout: 258 seconds]
wnd has quit [Excess Flood]
wnd_ has joined #ruby-lang
yxhuvvd has joined #ruby-lang
cornerma1 is now known as cornerman
Mellett68 has joined #ruby-lang
datanoise has quit [Ping timeout: 240 seconds]
Torrieri has quit [Ping timeout: 255 seconds]
LMity has quit [Ping timeout: 255 seconds]
wnd_ is now known as wnd
dede has joined #ruby-lang
banister has joined #ruby-lang
toretore has joined #ruby-lang
ur5us has quit [Remote host closed the connection]
symm- has quit [Ping timeout: 244 seconds]
dorei has joined #ruby-lang
tkuchiki_ has quit [Ping timeout: 256 seconds]
PaulePan1er is now known as PaulePanter
bruno- has quit [Read error: Connection reset by peer]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bruno- has joined #ruby-lang
cornerma1 has joined #ruby-lang
iamninja has joined #ruby-lang
cornerman has quit [Ping timeout: 252 seconds]
cornerma1 is now known as cornerman
sandelius has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 256 seconds]
ldnunes has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
caseypatrickdris has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 246 seconds]
datanoise has joined #ruby-lang
AugustoCesar has joined #ruby-lang
riffraff has quit [Quit: This computer has gone to sleep]
workmad3 has joined #ruby-lang
Torrieri has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
riffraff has joined #ruby-lang
datanoise has quit [Ping timeout: 240 seconds]
Torrieri has quit [Ping timeout: 250 seconds]
Iskarlar has joined #ruby-lang
t_ has joined #ruby-lang
ruurd has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
michael_mbp has quit [Excess Flood]
michael_mbp has joined #ruby-lang
iamninja has quit [Ping timeout: 265 seconds]
fujimura_ has quit [Remote host closed the connection]
Iskarlar has joined #ruby-lang
pwnz0r has joined #ruby-lang
fujimura has joined #ruby-lang
fujimura has quit [Remote host closed the connection]
fujimura has joined #ruby-lang
pwnz0r has quit [Ping timeout: 256 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
SylarRub_ has quit [Remote host closed the connection]
tsujp has joined #ruby-lang
sandelius has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
caseypat_ has joined #ruby-lang
adude has joined #ruby-lang
centrx has joined #ruby-lang
caseypatrickdris has quit [Ping timeout: 256 seconds]
sankaber has joined #ruby-lang
<adude>
I need to access super(variable) from a function within the same class. Any idea how to do this?
<heftig>
adude: please clarify
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<adude>
so, I've got class b > a and in its initialize it's got super(variable). In the function below it I want to access that variable to turn it into a string
<centrx>
Assign the result to a variable
<centrx>
?
<bnagy>
maybe you mean you want to save it as an @ivar in initialize, so you can access it from other functions later?
sgambino has joined #ruby-lang
k3asd` has quit [Ping timeout: 265 seconds]
terabytest has joined #ruby-lang
leat3 has quit [Remote host closed the connection]
ta has joined #ruby-lang
leat3 has joined #ruby-lang
ta_ has quit [Ping timeout: 240 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 256 seconds]
imperator has joined #ruby-lang
Torrieri has joined #ruby-lang
banister has joined #ruby-lang
[k- has joined #ruby-lang
<adude>
centrx and bnagy: I've assigned super(variable) to an instance variable, but when I access it from the other function it just returns a blank character
fujimura has quit [Remote host closed the connection]
<centrx>
Show code - gist.github.com
<canton7>
wait... why do you think that 'super' returns anything you can use?
<canton7>
oh, not initializers: a normal method?
<canton7>
yeah - show code
<bnagy>
$0.25 on @var=variable; super(@var) being what they want :P
<apeiros>
but but but… initialize is a normal method :)
SylarRuby has joined #ruby-lang
jgpawletko has joined #ruby-lang
leat3 has quit [Remote host closed the connection]
<ljarvis>
adude: remove your entire initialize method on Employee
<adude>
I want => Frank, but I just get =>
<jhass>
bnagy: you lost, hand over
<jhass>
adude: just don't define initialize at all in the child
<ljarvis>
adude: you're overriding it, you dont' want to do that; since Person sets @name for you, you can access instance variables from the child class
<adude>
ljarvis: that's it, thanks
SylarRuby has quit [Ping timeout: 250 seconds]
riotjones has quit [Quit: Leaving...]
<bnagy>
jhass: eh? No I didn't?
Forgetful_Lion has quit [Remote host closed the connection]
<jhass>
"it would work for them" != "it's want they want" so, where are my primecoins!
<apeiros>
no more rubycoins?
<bnagy>
jhass: touche
<bnagy>
I am ashamed.
<jhass>
primecoin is the most useless concurrency I actually posses
<apeiros>
I think I still have some disney land dollars
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TheMoonMaster is now known as blake
leat3 has quit [Remote host closed the connection]
leat3 has joined #ruby-lang
yalue has joined #ruby-lang
bruno- has quit [Ping timeout: 252 seconds]
blake is now known as TheMoonMaster
Torrieri has joined #ruby-lang
Iskarlar has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
AugustoCesar has quit [Read error: Connection reset by peer]
sandelius has joined #ruby-lang
SylarRuby has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
malconis has joined #ruby-lang
kfpratt has joined #ruby-lang
mattyohe has joined #ruby-lang
imperator2 has joined #ruby-lang
datanoise has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
ruurd has quit [Quit: Zzzzz z zz ...]
adude has quit []
Miphix has joined #ruby-lang
dhjondoh has quit [Quit: dhjondoh]
havenwood has joined #ruby-lang
datanoise has quit [Ping timeout: 265 seconds]
hinbody has joined #ruby-lang
mikecmpbll has joined #ruby-lang
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
dabradley has joined #ruby-lang
dabradley has quit [Client Quit]
dabradley has joined #ruby-lang
SylarRuby has quit [Remote host closed the connection]
<ruby-lang775>
This is meant to go through a document with timestamps and add a certain amount of time to all the time stamps
<imperator>
jhass, has the redirect not been setup yet?
<jhass>
imperator: nope
* imperator
was thinking it was may 31st, sorry
shinnya has joined #ruby-lang
<ruby-lang775>
would it be possible, instead of just adding time to the "hh:mm" fields, to add two more fields to represent seconds and frame, and have them always be 00:00?
<ruby-lang775>
so the dream would be to have hh:mm:00:00
<ruby-lang775>
just so that I can copy and paste into a video system that reads those four fields
<jhass>
'%02d:%02d:00:00'
<ruby-lang775>
awesome, thanks!
* jhass
wonders if you tried anything before asking
skade has joined #ruby-lang
<ruby-lang775>
i know absolutely nothing about ruby; i just needed a solution to replace time stamps
<ruby-lang775>
and someone told me a ruby script could do it
<jhass>
I mean it's looking at the patterns and guessing
<ruby-lang775>
yeah, but i didn't know which fields did which thing
__butch__1 has joined #ruby-lang
__butch__1 has quit [Client Quit]
k3asd` has joined #ruby-lang
__butch__ has quit [Ping timeout: 276 seconds]
__butch__ has joined #ruby-lang
yfeldblum has quit [Remote host closed the connection]
datanoise has quit [Ping timeout: 250 seconds]
Mon_Ouie has quit [Ping timeout: 256 seconds]
baweaver has joined #ruby-lang
zendrix has quit [Remote host closed the connection]
baweaver has quit [Remote host closed the connection]
baweaver has joined #ruby-lang
mikecmpbll has quit [Ping timeout: 245 seconds]
Ziioynx has joined #ruby-lang
terabytest has quit [Read error: Connection reset by peer]
sonne has quit [Ping timeout: 256 seconds]
sonne has joined #ruby-lang
tsujp has quit [Quit: tsujp is snoozing]
<centrx>
RIP #ruby-lang
tenderlove has quit [Quit: Leaving...]
<imperator>
welp, just gonna hang out on #ruby now
<imperator>
adios #ruby-lang
<havenwood>
\o
imperator has left #ruby-lang ["Leaving"]
bruno- has quit [Ping timeout: 252 seconds]
baweaver has quit [Remote host closed the connection]
LMity has joined #ruby-lang
aaeron has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
VinnyBoy has joined #ruby-lang
baweaver has joined #ruby-lang
langlands has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
konsolebox has quit [Quit: Leaving]
LMity has quit [Ping timeout: 264 seconds]
iliketurtles has joined #ruby-lang
leat4 has quit [Ping timeout: 246 seconds]
rbowlby has joined #ruby-lang
aaeron has quit [Quit: aaeron]
bb010g has quit [Quit: Connection closed for inactivity]
<dfockler>
o/
<dfockler>
see you all over in #ruby!
<centrx>
:(
<centrx>
#ruby-lang forever!
<centrx>
#ruby is for geology and jewelry!
stamina has quit [Quit: WeeChat 1.2]
skade has quit [Quit: Computer has gone to sleep.]
baweaver has quit [Remote host closed the connection]
Gate has joined #ruby-lang
djbkd has joined #ruby-lang
djbkd has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
drefined has joined #ruby-lang
baweaver has joined #ruby-lang
zendrix has joined #ruby-lang
datanoise has joined #ruby-lang
baweaver has left #ruby-lang [#ruby-lang]
yfeldblum has joined #ruby-lang
charliesome has quit [Quit: zzz]
chinmay_dd has quit [Remote host closed the connection]
Senjai has quit [Ping timeout: 245 seconds]
charliesome has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #ruby-lang
Miphix has quit [Quit: Leaving]
mikecmpbll has joined #ruby-lang
Musashi007 has joined #ruby-lang
fujimura has joined #ruby-lang
aaeron has joined #ruby-lang
Senjai has joined #ruby-lang
leat4 has joined #ruby-lang
fujimura has quit [Ping timeout: 272 seconds]
nofxx__ has joined #ruby-lang
yfeldblum has quit [Ping timeout: 265 seconds]
rikkipitt has joined #ruby-lang
DLSteve has joined #ruby-lang
charliesome has quit [Quit: zzz]
j0n3 has joined #ruby-lang
nofxx__ has quit [Quit: Leaving]
leat4 has quit [Remote host closed the connection]
nofxx__ has joined #ruby-lang
nofxx__ has quit [Read error: Connection reset by peer]
leat4 has quit [Remote host closed the connection]
Gate has quit [Quit: Lost terminal]
Guest24 is now known as lele
leat4 has joined #ruby-lang
jgpawletko is now known as jgpawletko_away
iliketurtles has joined #ruby-lang
<drbrain>
oh, hello, it is about time to push you all over to #ruby
<jhass>
\o/
<jhass>
er, hi
<apeiros>
\o/
<drbrain>
<apeiros>
rapture
gwendall_ has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
yfeldblum has joined #ruby-lang
<dfockler>
I only hung out here last week, thanks for all the memories
wallerdev has joined #ruby-lang
iliketur_ has joined #ruby-lang
<jhass>
yw
DivineEntity has quit [Quit: Lost terminal]
bantic has joined #ruby-lang
<drbrain>
let's try this:
_whitelogger was banned on #ruby-lang by drbrain [*!*@*]
<drbrain>
hrm
drbrain changed the topic of #ruby-lang to: This channel has been merged with #ruby, we are happy to welcome you all there
aaeron has quit [Quit: aaeron]
gix has quit [Ping timeout: 265 seconds]
iliketurtles has quit [Ping timeout: 258 seconds]
rikkipitt has quit [Remote host closed the connection]
pabs has left #ruby-lang [#ruby-lang]
<havenwood>
\o/
<drbrain>
I believe jhass is going to proceed with the kicking which should force you all over to #ruby
<jhass>
yup
<ddfreyne>
How rude!
<jhass>
just going to add a few +I's
<jhass>
by all!
A124 was kicked from #ruby-lang by jhass [Mass kick]
AlexAltea was kicked from #ruby-lang by jhass [Mass kick]
AnoHito was kicked from #ruby-lang by jhass [Mass kick]
Asher was kicked from #ruby-lang by jhass [Mass kick]
AustinMatherne was kicked from #ruby-lang by jhass [Mass kick]
Caius was kicked from #ruby-lang by jhass [Mass kick]
CaptainCibai was kicked from #ruby-lang by jhass [Mass kick]
Contigi was kicked from #ruby-lang by jhass [Mass kick]
DEac- was kicked from #ruby-lang by jhass [Mass kick]
DarkBushido was kicked from #ruby-lang by jhass [Mass kick]
David_H_Smith was kicked from #ruby-lang by jhass [Mass kick]
DefV was kicked from #ruby-lang by jhass [Mass kick]
Eising was kicked from #ruby-lang by jhass [Mass kick]
EvilJStoker was kicked from #ruby-lang by jhass [Mass kick]
FastJack was kicked from #ruby-lang by jhass [Mass kick]
GarethAdams was kicked from #ruby-lang by jhass [Mass kick]
lele was kicked from #ruby-lang by jhass [Mass kick]
Guest43972 was kicked from #ruby-lang by jhass [Mass kick]
Guest70052 was kicked from #ruby-lang by jhass [Mass kick]
Guest85414______ was kicked from #ruby-lang by jhass [Mass kick]
Jamo__ was kicked from #ruby-lang by jhass [Mass kick]
JoL1hAHN was kicked from #ruby-lang by jhass [Mass kick]
Keltia was kicked from #ruby-lang by jhass [Mass kick]
Kero was kicked from #ruby-lang by jhass [Mass kick]
KillerFox was kicked from #ruby-lang by jhass [Mass kick]
Kuukunen was kicked from #ruby-lang by jhass [Mass kick]
LBo was kicked from #ruby-lang by jhass [Mass kick]
Lloyd was kicked from #ruby-lang by jhass [Mass kick]
MVPhelp was kicked from #ruby-lang by jhass [Mass kick]
<yxhuvvd>
this will take a while
Muz was kicked from #ruby-lang by jhass [Mass kick]
Olipro was kicked from #ruby-lang by jhass [Mass kick]
Paradox was kicked from #ruby-lang by jhass [Mass kick]
ReinH was kicked from #ruby-lang by jhass [Mass kick]
Shoffner_____ was kicked from #ruby-lang by jhass [Mass kick]
Silex was kicked from #ruby-lang by jhass [Mass kick]
SkramX__ was kicked from #ruby-lang by jhass [Mass kick]
<apeiros>
I'd have used "migrating to #ruby" or something as message…
Steve_Jobs was kicked from #ruby-lang by jhass [Mass kick]
TTilus was kicked from #ruby-lang by jhass [Mass kick]
TheMoonMaster was kicked from #ruby-lang by jhass [Mass kick]
[ace] was kicked from #ruby-lang by jhass [Mass kick]
<dfockler>
and so ends their mortal coil
[spoiler] was kicked from #ruby-lang by jhass [Mass kick]
_ht was kicked from #ruby-lang by jhass [Mass kick]
_ko1 was kicked from #ruby-lang by jhass [Mass kick]
adambeynon was kicked from #ruby-lang by jhass [Mass kick]
aef__ was kicked from #ruby-lang by jhass [Mass kick]
akahn was kicked from #ruby-lang by jhass [Mass kick]
akkad was kicked from #ruby-lang by jhass [Mass kick]
ammar was kicked from #ruby-lang by jhass [Mass kick]
anekos was kicked from #ruby-lang by jhass [Mass kick]
aotg was kicked from #ruby-lang by jhass [Mass kick]
apoc was kicked from #ruby-lang by jhass [Mass kick]
arBmind1 was kicked from #ruby-lang by jhass [Mass kick]
<canton7>
might help to explain *why* in the kick message?
araujo was kicked from #ruby-lang by jhass [Mass kick]
avdi was kicked from #ruby-lang by jhass [Mass kick]
yfeldblum has quit [Read error: Connection reset by peer]
badeball was kicked from #ruby-lang by jhass [Mass kick]
<drbrain>
only another ~ 5 minutes
bcardarella_ was kicked from #ruby-lang by jhass [Mass kick]
benlakey was kicked from #ruby-lang by jhass [Mass kick]
bkutil_ was kicked from #ruby-lang by jhass [Mass kick]
blowmage was kicked from #ruby-lang by jhass [Mass kick]
bnagy was kicked from #ruby-lang by jhass [Mass kick]
bougyman was kicked from #ruby-lang by jhass [Mass kick]
bradland was kicked from #ruby-lang by jhass [Mass kick]
<yxhuvvd>
and thus ends more than a decade in the channel
brixen was kicked from #ruby-lang by jhass [Mass kick]
bryancp was kicked from #ruby-lang by jhass [Mass kick]
callumacrae was kicked from #ruby-lang by jhass [Mass kick]
canton7 was kicked from #ruby-lang by jhass [Mass kick]
* apeiros
waves
chadrien was kicked from #ruby-lang by jhass [Mass kick]
chancancode was kicked from #ruby-lang by jhass [Mass kick]
chris2 was kicked from #ruby-lang by jhass [Mass kick]
<tbuehlmann>
*wave*
chrisseaton was kicked from #ruby-lang by jhass [Mass kick]
clamstar was kicked from #ruby-lang by jhass [Mass kick]
tbuehlmann has left #ruby-lang [#ruby-lang]
constantinexvi was kicked from #ruby-lang by jhass [Mass kick]
cout was kicked from #ruby-lang by jhass [Mass kick]
crdpink2 was kicked from #ruby-lang by jhass [Mass kick]
cryptarium was kicked from #ruby-lang by jhass [Mass kick]
* ddfreyne
waves
cschneid was kicked from #ruby-lang by jhass [Mass kick]
dagda1 was kicked from #ruby-lang by jhass [Mass kick]
darix was kicked from #ruby-lang by jhass [Mass kick]
dbussink was kicked from #ruby-lang by jhass [Mass kick]
<dfockler>
here I go
ddfreyne was kicked from #ruby-lang by jhass [Mass kick]
deg was kicked from #ruby-lang by jhass [Mass kick]
dhruvasagar was kicked from #ruby-lang by jhass [Mass kick]
djellemah was kicked from #ruby-lang by jhass [Mass kick]
djinni` was kicked from #ruby-lang by jhass [Mass kick]
dlackty___ was kicked from #ruby-lang by jhass [Mass kick]
drewdavis was kicked from #ruby-lang by jhass [Mass kick]
ducklobster was kicked from #ruby-lang by jhass [Mass kick]
eam was kicked from #ruby-lang by jhass [Mass kick]
ec2-user_ was kicked from #ruby-lang by jhass [Mass kick]
ec\ was kicked from #ruby-lang by jhass [Mass kick]
eggoez was kicked from #ruby-lang by jhass [Mass kick]
ericwood was kicked from #ruby-lang by jhass [Mass kick]
flavorjones was kicked from #ruby-lang by jhass [Mass kick]
flgr was kicked from #ruby-lang by jhass [Mass kick]
flori_ was kicked from #ruby-lang by jhass [Mass kick]
fluchtreflex was kicked from #ruby-lang by jhass [Mass kick]
freedrull was kicked from #ruby-lang by jhass [Mass kick]
fumduq was kicked from #ruby-lang by jhass [Mass kick]
funnel was kicked from #ruby-lang by jhass [Mass kick]
gattuso was kicked from #ruby-lang by jhass [Mass kick]
ggherdov was kicked from #ruby-lang by jhass [Mass kick]
gianlucadv was kicked from #ruby-lang by jhass [Mass kick]
gmci was kicked from #ruby-lang by jhass [Mass kick]
go|dfish was kicked from #ruby-lang by jhass [Mass kick]
grandy was kicked from #ruby-lang by jhass [Mass kick]
gregf_ was kicked from #ruby-lang by jhass [Mass kick]
hachiya was kicked from #ruby-lang by jhass [Mass kick]
* havenwood
waves
hackeron was kicked from #ruby-lang by jhass [Mass kick]
hagabaka was kicked from #ruby-lang by jhass [Mass kick]
hal_9000_ was kicked from #ruby-lang by jhass [Mass kick]
headius was kicked from #ruby-lang by jhass [Mass kick]
heftig was kicked from #ruby-lang by jhass [Mass kick]
surrounder has left #ruby-lang ["WeeChat 1.2"]
hplar was kicked from #ruby-lang by jhass [Mass kick]
iamdevnul was kicked from #ruby-lang by jhass [Mass kick]
imajes was kicked from #ruby-lang by jhass [Mass kick]
iooner was kicked from #ruby-lang by jhass [Mass kick]
ironcamel was kicked from #ruby-lang by jhass [Mass kick]
jamo was kicked from #ruby-lang by jhass [Mass kick]
jamo_ was kicked from #ruby-lang by jhass [Mass kick]
jayne was kicked from #ruby-lang by jhass [Mass kick]
jevs was kicked from #ruby-lang by jhass [Mass kick]
jinie was kicked from #ruby-lang by jhass [Mass kick]
jlpeters was kicked from #ruby-lang by jhass [Mass kick]
jo__ was kicked from #ruby-lang by jhass [Mass kick]
joast was kicked from #ruby-lang by jhass [Mass kick]
joevandyk was kicked from #ruby-lang by jhass [Mass kick]
jsaak was kicked from #ruby-lang by jhass [Mass kick]
jtoy was kicked from #ruby-lang by jhass [Mass kick]
jtperreault was kicked from #ruby-lang by jhass [Mass kick]
justinmcp was kicked from #ruby-lang by jhass [Mass kick]
justinweiss was kicked from #ruby-lang by jhass [Mass kick]
jxie was kicked from #ruby-lang by jhass [Mass kick]
kadoppe was kicked from #ruby-lang by jhass [Mass kick]
kalleth was kicked from #ruby-lang by jhass [Mass kick]
kalzz was kicked from #ruby-lang by jhass [Mass kick]
karma_ was kicked from #ruby-lang by jhass [Mass kick]
kith was kicked from #ruby-lang by jhass [Mass kick]
knu was kicked from #ruby-lang by jhass [Mass kick]
kramsee was kicked from #ruby-lang by jhass [Mass kick]
kstuart_ was kicked from #ruby-lang by jhass [Mass kick]
kwd was kicked from #ruby-lang by jhass [Mass kick]
lacrosse__ was kicked from #ruby-lang by jhass [Mass kick]
lele|w was kicked from #ruby-lang by jhass [Mass kick]
levifig was kicked from #ruby-lang by jhass [Mass kick]
lguardiola was kicked from #ruby-lang by jhass [Mass kick]
lhz was kicked from #ruby-lang by jhass [Mass kick]
lianj_ was kicked from #ruby-lang by jhass [Mass kick]
lucas__ was kicked from #ruby-lang by jhass [Mass kick]
mahlon was kicked from #ruby-lang by jhass [Mass kick]
maloik was kicked from #ruby-lang by jhass [Mass kick]
mame2 was kicked from #ruby-lang by jhass [Mass kick]
manveru was kicked from #ruby-lang by jhass [Mass kick]
martinbmadsen was kicked from #ruby-lang by jhass [Mass kick]
mathie was kicked from #ruby-lang by jhass [Mass kick]
matled was kicked from #ruby-lang by jhass [Mass kick]
matp was kicked from #ruby-lang by jhass [Mass kick]
matti was kicked from #ruby-lang by jhass [Mass kick]
mistym was kicked from #ruby-lang by jhass [Mass kick]
mjc_ was kicked from #ruby-lang by jhass [Mass kick]
mnilsson was kicked from #ruby-lang by jhass [Mass kick]
moogumbo was kicked from #ruby-lang by jhass [Mass kick]
musl was kicked from #ruby-lang by jhass [Mass kick]
ndrst was kicked from #ruby-lang by jhass [Mass kick]
nertzy was kicked from #ruby-lang by jhass [Mass kick]
neurodam1ge was kicked from #ruby-lang by jhass [Mass kick]
<centrx>
oh my
nfsnobody was kicked from #ruby-lang by jhass [Mass kick]
nibbo was kicked from #ruby-lang by jhass [Mass kick]
nifoc was kicked from #ruby-lang by jhass [Mass kick]
nisstyre was kicked from #ruby-lang by jhass [Mass kick]
<centrx>
Rebel Yell!
nomadicoder was kicked from #ruby-lang by jhass [Mass kick]
nux443 was kicked from #ruby-lang by jhass [Mass kick]
nvg was kicked from #ruby-lang by jhass [Mass kick]
nwhirschfeld was kicked from #ruby-lang by jhass [Mass kick]
oddmunds was kicked from #ruby-lang by jhass [Mass kick]
ozzloy was kicked from #ruby-lang by jhass [Mass kick]
pd was kicked from #ruby-lang by jhass [Mass kick]
perry was kicked from #ruby-lang by jhass [Mass kick]
phizzbuzz was kicked from #ruby-lang by jhass [Mass kick]
<centrx>
but the website!
phrozen77 was kicked from #ruby-lang by jhass [Mass kick]
<VinnyBoy>
holy
pipework was kicked from #ruby-lang by jhass [Mass kick]
pjaspers was kicked from #ruby-lang by jhass [Mass kick]
<VinnyBoy>
whats going on?
poikon was kicked from #ruby-lang by jhass [Mass kick]
priodev was kicked from #ruby-lang by jhass [Mass kick]
pskosinski was kicked from #ruby-lang by jhass [Mass kick]
<centrx>
Channel is moving to #ruby
ramblinpeck_ was kicked from #ruby-lang by jhass [Mass kick]
<havenwood>
VinnyBoy: #ruby
reprazent was kicked from #ruby-lang by jhass [Mass kick]
rickrobs was kicked from #ruby-lang by jhass [Mass kick]
ritek was kicked from #ruby-lang by jhass [Mass kick]
rj-code was kicked from #ruby-lang by jhass [Mass kick]
rob_ was kicked from #ruby-lang by jhass [Mass kick]
rtl was kicked from #ruby-lang by jhass [Mass kick]
ruskie was kicked from #ruby-lang by jhass [Mass kick]
ryotarai was kicked from #ruby-lang by jhass [Mass kick]
sMecKst was kicked from #ruby-lang by jhass [Mass kick]
saltsa was kicked from #ruby-lang by jhass [Mass kick]
seank_ was kicked from #ruby-lang by jhass [Mass kick]
* dfockler
waves on a sailboat towards the sunset #ruby
segy was kicked from #ruby-lang by jhass [Mass kick]
shaman42_ was kicked from #ruby-lang by jhass [Mass kick]
shawnacscott was kicked from #ruby-lang by jhass [Mass kick]
shennyg was kicked from #ruby-lang by jhass [Mass kick]
shtirlic was kicked from #ruby-lang by jhass [Mass kick]
sideshowcoder was kicked from #ruby-lang by jhass [Mass kick]
simi was kicked from #ruby-lang by jhass [Mass kick]
sindork was kicked from #ruby-lang by jhass [Mass kick]
<nofxx>
VinnyBoy, winter is coming
sk_0 was kicked from #ruby-lang by jhass [Mass kick]
skarn was kicked from #ruby-lang by jhass [Mass kick]
skinny_much was kicked from #ruby-lang by jhass [Mass kick]
skyrocker was kicked from #ruby-lang by jhass [Mass kick]
sluukkonen was kicked from #ruby-lang by jhass [Mass kick]
soahccc was kicked from #ruby-lang by jhass [Mass kick]
soraher was kicked from #ruby-lang by jhass [Mass kick]
spastorino was kicked from #ruby-lang by jhass [Mass kick]
spectra was kicked from #ruby-lang by jhass [Mass kick]
centrx has left #ruby-lang ["End transmission"]
stan was kicked from #ruby-lang by jhass [Mass kick]
stardiviner was kicked from #ruby-lang by jhass [Mass kick]
stevednd was kicked from #ruby-lang by jhass [Mass kick]
VinnyBoy has left #ruby-lang ["Once you know what it is you want to be true, instinct is a very useful device for enabling you to know that it is"]
stonith was kicked from #ruby-lang by jhass [Mass kick]
t-richards was kicked from #ruby-lang by jhass [Mass kick]
tak1n was kicked from #ruby-lang by jhass [Mass kick]
tdy was kicked from #ruby-lang by jhass [Mass kick]
tekacs was kicked from #ruby-lang by jhass [Mass kick]
th2389_____ was kicked from #ruby-lang by jhass [Mass kick]
thang was kicked from #ruby-lang by jhass [Mass kick]
zendrix has quit [Remote host closed the connection]
tibig was kicked from #ruby-lang by jhass [Mass kick]
tmi was kicked from #ruby-lang by jhass [Mass kick]
tobiasvl was kicked from #ruby-lang by jhass [Mass kick]
tommylommykins was kicked from #ruby-lang by jhass [Mass kick]
tpope was kicked from #ruby-lang by jhass [Mass kick]
tris was kicked from #ruby-lang by jhass [Mass kick]
tsou was kicked from #ruby-lang by jhass [Mass kick]
ttilley was kicked from #ruby-lang by jhass [Mass kick]
twe4ked was kicked from #ruby-lang by jhass [Mass kick]
universa1 was kicked from #ruby-lang by jhass [Mass kick]
unreal was kicked from #ruby-lang by jhass [Mass kick]
unsymbol was kicked from #ruby-lang by jhass [Mass kick]
vadviktor was kicked from #ruby-lang by jhass [Mass kick]
valeri_ufo was kicked from #ruby-lang by jhass [Mass kick]
verto was kicked from #ruby-lang by jhass [Mass kick]
voxxit was kicked from #ruby-lang by jhass [Mass kick]
wasnotrice was kicked from #ruby-lang by jhass [Mass kick]
workmad3 has quit [Ping timeout: 250 seconds]
waxjar was kicked from #ruby-lang by jhass [Mass kick]
weaksauce was kicked from #ruby-lang by jhass [Mass kick]
wizonesolutions was kicked from #ruby-lang by jhass [Mass kick]
wmoxam was kicked from #ruby-lang by jhass [Mass kick]
womble was kicked from #ruby-lang by jhass [Mass kick]
x0f was kicked from #ruby-lang by jhass [Mass kick]
xcesariox was kicked from #ruby-lang by jhass [Mass kick]
xehbit was kicked from #ruby-lang by jhass [Mass kick]
xsdg was kicked from #ruby-lang by jhass [Mass kick]
xybre was kicked from #ruby-lang by jhass [Mass kick]
yeltzooo9 was kicked from #ruby-lang by jhass [Mass kick]
yorickpeterse was kicked from #ruby-lang by jhass [Mass kick]
zivix was kicked from #ruby-lang by jhass [Mass kick]
zly was kicked from #ruby-lang by jhass [Mass kick]
znz_jp was kicked from #ruby-lang by jhass [Mass kick]
zzak was kicked from #ruby-lang by jhass [Mass kick]
sross_work|2 was kicked from #ruby-lang by jhass [Mass kick]
mcclurmc_ was kicked from #ruby-lang by jhass [Mass kick]
premera_c was kicked from #ruby-lang by jhass [Mass kick]
PaulePanter was kicked from #ruby-lang by jhass [Mass kick]
coffeeju1 was kicked from #ruby-lang by jhass [Mass kick]
pepperbreath was kicked from #ruby-lang by jhass [Mass kick]
wnd was kicked from #ruby-lang by jhass [Mass kick]
yxhuvvd was kicked from #ruby-lang by jhass [Mass kick]
Mellett68 was kicked from #ruby-lang by jhass [Mass kick]
dede was kicked from #ruby-lang by jhass [Mass kick]
toretore was kicked from #ruby-lang by jhass [Mass kick]
dorei was kicked from #ruby-lang by jhass [Mass kick]
cornerman was kicked from #ruby-lang by jhass [Mass kick]
ldnunes was kicked from #ruby-lang by jhass [Mass kick]
michael_mbp was kicked from #ruby-lang by jhass [Mass kick]
caseypat_ was kicked from #ruby-lang by jhass [Mass kick]
sankaber was kicked from #ruby-lang by jhass [Mass kick]
sgambino was kicked from #ruby-lang by jhass [Mass kick]
jgpawletko_away was kicked from #ruby-lang by jhass [Mass kick]
yalue was kicked from #ruby-lang by jhass [Mass kick]
malconis was kicked from #ruby-lang by jhass [Mass kick]
imperator2 was kicked from #ruby-lang by jhass [Mass kick]
havenwood was kicked from #ruby-lang by jhass [Mass kick]
dabradley was kicked from #ruby-lang by jhass [Mass kick]
j4cknewt was kicked from #ruby-lang by jhass [Mass kick]
amystephen was kicked from #ruby-lang by jhass [Mass kick]
chouhoulis was kicked from #ruby-lang by jhass [Mass kick]
enebo was kicked from #ruby-lang by jhass [Mass kick]
whippythellama was kicked from #ruby-lang by jhass [Mass kick]
joaomdmoura was kicked from #ruby-lang by jhass [Mass kick]
dfockler was kicked from #ruby-lang by jhass [Mass kick]
transiency was kicked from #ruby-lang by jhass [Mass kick]
BanzaiJoe was kicked from #ruby-lang by jhass [Mass kick]
kfpratt was kicked from #ruby-lang by jhass [Mass kick]
rcvalle was kicked from #ruby-lang by jhass [Mass kick]
banister was kicked from #ruby-lang by jhass [Mass kick]
symm- was kicked from #ruby-lang by jhass [Mass kick]
micmus was kicked from #ruby-lang by jhass [Mass kick]
iamninja was kicked from #ruby-lang by jhass [Mass kick]
ruby-lang775 was kicked from #ruby-lang by jhass [Mass kick]
shinnya was kicked from #ruby-lang by jhass [Mass kick]
k3asd` was kicked from #ruby-lang by jhass [Mass kick]
__butch__ was kicked from #ruby-lang by jhass [Mass kick]
Ziioynx was kicked from #ruby-lang by jhass [Mass kick]
sonne was kicked from #ruby-lang by jhass [Mass kick]
rbowlby was kicked from #ruby-lang by jhass [Mass kick]
drefined was kicked from #ruby-lang by jhass [Mass kick]
datanoise was kicked from #ruby-lang by jhass [Mass kick]
mikecmpbll was kicked from #ruby-lang by jhass [Mass kick]
Musashi007 was kicked from #ruby-lang by jhass [Mass kick]
Senjai was kicked from #ruby-lang by jhass [Mass kick]
DLSteve was kicked from #ruby-lang by jhass [Mass kick]
j0n3 was kicked from #ruby-lang by jhass [Mass kick]
nofxx was kicked from #ruby-lang by jhass [Mass kick]
bb010g was kicked from #ruby-lang by jhass [Mass kick]
fusillicode was kicked from #ruby-lang by jhass [Mass kick]
skade was kicked from #ruby-lang by jhass [Mass kick]
leat4 was kicked from #ruby-lang by jhass [Mass kick]
wallerdev was kicked from #ruby-lang by jhass [Mass kick]
iliketur_ was kicked from #ruby-lang by jhass [Mass kick]
bantic was kicked from #ruby-lang by jhass [Mass kick]
<jhass>
yeah
<jhass>
VinnyBoy: /topic ;)
<jhass>
sooo
<jhass>
do we want to keep the logger bot? apeiros I think you got a contact for charliesome, want to thank him and tell him that the bot's no longer needed here? :)
leat4 has quit [Ping timeout: 250 seconds]
<drbrain>
I sent charliesome a DM
chouhoulis has quit [Remote host closed the connection]
<jhass>
hm, I expected _far_ more people having autorejoin and clients that follow forwards
<jhass>
only like 15% so far
<apeiros>
so empty now…
<jhass>
you may leave it if saddens you :D
<apeiros>
logger bot is by whitequark, not charliesome
<apeiros>
evalin is from charlie
<jhass>
yeah, sorry, meant that as two separate things
<apeiros>
I'll ping him
<jhass>
drbrain already said he did
<apeiros>
he said he pinged charlie
<apeiros>
drbrain: did you also ping whitequark? :)
<jhass>
oh you meant you'll ping whitequark
<apeiros>
yepp
<ljarvis>
zomg
<ljarvis>
it's cosy here
<drbrain>
ok, so I won't ping whitequark
<jhass>
yeah, far better than #ruby-pro
<jhass>
xD
<apeiros>
:'(
<apeiros>
is the +b * still up?
<apeiros>
that'd block +if
<apeiros>
(can't check - limechat bug when clearing server log… :-S)
<jhass>
same thought, checked, it's gone
<jhass>
webchat.freenode.net follows the forward at least
<drbrain>
apeiros: I removed the +b *
kadoppe has quit [Ping timeout: 245 seconds]
dagda1 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
iliketur_ has quit [Quit: zzzzz…..]
cryptarium has quit [Ping timeout: 256 seconds]
Musashi007 has quit [Quit: Musashi007]
wallerdev has quit [Quit: wallerdev]
waxjar has quit [Ping timeout: 265 seconds]
weaksauce has quit [Ping timeout: 264 seconds]
_ht has quit [Quit: Konversation terminated!]
toretore has quit [Quit: This computer has gone to sleep]
datanoise has quit [Quit: leaving]
j4cknewt has quit [Remote host closed the connection]
simi has quit [Ping timeout: 256 seconds]
drefined has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Ziioynx has quit [Quit: Connection closed for inactivity]
caseypat_ has quit [Ping timeout: 276 seconds]
lele is now known as Guest24
Guest43972 has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
ldnunes has quit [Quit: Leaving]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yalue has quit [Read error: Connection reset by peer]
imperator2 has quit [Quit: Valete!]
sgambino has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
enebo has quit [Quit: enebo]
malconis has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
brixen has quit [Ping timeout: 256 seconds]
j0n3 has quit [Quit: Leaving]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kfpratt has quit []
DLSteve has quit [Quit: Leaving]
headius has quit [Ping timeout: 256 seconds]
nisstyre has quit [Ping timeout: 256 seconds]
<zenspider>
is there any point to hanging in here?
<jhass>
nope :D
<jhass>
just didn't kick you because you're op etc
<zenspider>
kk. out...
zenspider has left #ruby-lang ["ERC Version 5.3 (IRC client for Emacs)"]
skade has quit [Quit: Computer has gone to sleep.]
whippythellama has quit [Quit: whippythellama]
dfockler has quit [Remote host closed the connection]