dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.3.1
Rickmasta has joined #cinch
moeSizlak has left #cinch ["Leaving"]
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rickmasta has joined #cinch
Azure has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Azure has joined #cinch
_whitelogger has joined #cinch
_whitelogger has joined #cinch
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rickmasta has joined #cinch
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
postmodern has quit [Quit: Leaving]
Rickmasta has joined #cinch
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kith has joined #cinch
kith_ has quit [Ping timeout: 250 seconds]
Rickmasta has joined #cinch
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Rickmasta has joined #cinch
Rickmasta has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ZeeNoodley> since dh blowfish is not needed when connecting via ssl is there a way to set the mechanism?
<ZeeNoodley> and since its mostly deprecated
<dominikh> one sec
<dominikh> There's commit 3c195a1 on a branch, but it's not part of master/a release currently
<dominikh> now it's on master, but not a release yet. I don't think I'm going to cut a new feature release soonish, either
<ZeeNoodley> anyway i can just patch it?
<dominikh> you can clone cinch from github and build the gem from the master branch yourself.
BlindSight has quit [Read error: Connection reset by peer]
<ZeeNoodley> nice
BlindSight has joined #cinch
<ZeeNoodley> oh, also, is there a way to gracefully quit on a Ctrl-C so that say "Quit: Ctrl-C pressed on console"
<dominikh> ZeeNoodley: use something like http://sprunge.us/KOCh
rikai has quit [Quit: No Ping reply in 180 seconds.]
<ZeeNoodley> undefined local variable or method `quit_signalled' for main:Object (NameError)
<ZeeNoodley> o.o
<ZeeNoodley> er
<ZeeNoodley> nvm
rikai has joined #cinch
<ZeeNoodley> dominikh, undefined method `signame' for Signal:Module (NoMethodError)
<dominikh> a) it exists in Ruby 2.2.0 – no idea about earlier versions b) that snippet is just a general guideline. you're free to edit it to your liking.
<leftylink> ZeeNoodley: mmm, but you wanted a different message anyway, right? we can see that signame isn't present in ruby 1.9 http://ruby-doc.org/core-1.9.3/Signal.html but is in 2.0 http://ruby-doc.org/core-2.0.0/Signal.html
<leftylink> beaten to the punch
<ZeeNoodley> its still stuck on 1.9.1
<ZeeNoodley> :|
<tinnvec> just do: trap("INT") { # do this on ctrl-c }
<tinnvec> for ruby <2
<ZeeNoodley> You sir get a star
<ZeeNoodley> ★
<ZeeNoodley> Thank you very much :D
<tinnvec> no problem
Azure has quit [Quit: Oops.]
Azure has joined #cinch