dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
workweezle has left #cinch [#cinch]
workweezle has joined #cinch
workweezle has left #cinch [#cinch]
v0n has joined #cinch
[krisbulman] is now known as krisbulman
leftylin1 has joined #cinch
leftylin1 is now known as leftylink
krisbulman is now known as [krisbulman]
v0n has quit [Read error: Operation timed out]
Azure has quit [Read error: Connection reset by peer]
Azure has joined #cinch
[krisbulman] is now known as krisbulman
lagweezle has joined #cinch
<lagweezle> Erm, any guidance on rspec testing for Cinch plugins?
<lagweezle> Or how to shut down all the bits cleanly?
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
lagweezle is now known as mustela
mustela is now known as lagweezle
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
krisbulman is now known as [krisbulman]
CM-Punk has quit [Quit: You're a LOSER, and your dad probably beat you when you were a kid... which was probably two weeks ago]
<onewheelskyward> Which bits?
<onewheelskyward> I've done a little bit of it but I have to mock my api calls before I go any further.
CM-Punk has joined #cinch
<lagweezle> Process for shutting down the bot, a way to tell plugins they better flush data, etc.
Spami has joined #cinch
<onewheelskyward> What are you running that needs a data flush?
<onewheelskyward> I'm using datamapper but it handles itself quite well.
<lagweezle> Don't know what datamapper is. :/
<lagweezle> I suspect I 'm too tired to make much sense, but I tend to go hunting for info when I expect to encounter an issue.
Spami has quit [Quit: This computer has gone to sleep]
leftylink has quit [Quit: leaving]
leftylin1 has joined #cinch
leftylin1 is now known as leftylink
leftylink is now known as Guest4050
Guest4050 has quit [*.net *.split]
awkisopen has quit [*.net *.split]
oddmunds has quit [*.net *.split]
leftylin1 has joined #cinch
oddmunds has joined #cinch
awkisopen has joined #cinch
leftylin1 is now known as leftylink
Azure has quit [Read error: Connection reset by peer]
Azure has joined #cinch
kludge` has quit [Ping timeout: 252 seconds]
kludge` has joined #cinch
Azure has quit [Read error: Connection reset by peer]
Azure has joined #cinch
Azure has quit [Read error: Connection reset by peer]
Azure has joined #cinch
leftylink has quit [Ping timeout: 248 seconds]
Mitchbones has joined #cinch
leftylink has joined #cinch
<Mitchbones> What is the proper etiquette in github for this situation? I want to make my own bot using cinch, do I just clone the repo then make my own repository for my bot and give credit in the readme? or do I fork it? Sorry, new to git/github
<catepillar> Mitchbones: I would build my bot, and add in a requirement that cinch be installed
<Mitchbones> catepillar, ty
<catepillar> it's released under an MIT liscense
<catepillar> so you can do pretty much whatever you want with cinch's code
<catepillar> but it's generally considered good practice to either push useful enhancements upstream, or to fork it yourself
<Mitchbones> gotcha
deb has joined #cinch
<deb> !help
<deb> i like tgo install cinch in my debian 7 box, where is the manuals?
<ayonix> deb: what's wrong with: https://github.com/cinchrb/cinch
<deb> ayonix, ok, reading
thews has quit [Remote host closed the connection]
Mitchbones has left #cinch ["Textual IRC Client: www.textualapp.com"]
thews has joined #cinch
thews has quit [Remote host closed the connection]
v0n has joined #cinch
<deb> hello i make my first bot test, when i run i got in `require': no such file to load -- cinch (LoadError)
<deb> i git clone cinch to a directory, debian 7 here
<lagweezle> 'gem install cinch'
<deb> ok, thanks
<lagweezle> :)
v0n has quit [Ping timeout: 248 seconds]
<deb> hmm, am first trying cinch in my lab box which is a ubuntu saucy before deploying to my production box in debian 7 amd, but i get this error cinch requires Ruby version >= 1.9.1.
<deb> ese@chostomo:~/leprechuan.net/leprechuan-bot$ ruby -v
<deb> ruby 1.8.7 (2012-02-08 patchlevel 358) [i686-linux]
<deb> never mind folks i think i got it
<lagweezle> You can upgrade your ruby version, or try out rbenv or rvm.
<deb> yes, thanks lagweezle , trying
<deb> sorry brother you guys again :(
<deb> /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- cinch/plugins/identify (LoadError)
<deb> from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
<deb> from ./bncim-bot.rb:14:in `<main>'
<lagweezle> Have you installed the gem you are requiring?
<catepillar> cinch-identify is a separate gem
<deb> https://github.com/somasonic/bncim-bot this is what i want
<catepillar> gem install cinch-identify
nOgAnOo has quit [Quit: Hard forks?! Hash Tables?! Someone tell me what's going on here!!!! I love you forever and always.]
<deb> can i gem install from a github repository?=
<lagweezle> deb: bncim-bot isn't a gem
<lagweezle> HOWEVER
<lagweezle> looking at https://github.com/somasonic/bncim-bot/blob/master/bncim-bot.rb suggests you want to 'gem install cinch cinch-identify yaml'
<lagweezle> HOWEVER.2
<lagweezle> there are also requirements in the code in the lib directory that also may need gems installed
[krisbulman] is now known as krisbulman
<lagweezle> If you keep running it, identifying the missing gem, install the missing gem, repeat, it'll eventually start up.
<deb> yes thats what am doing, i did uuid too, but when i run the .rb , let me try again now with yaml
<deb> hmm i dont think it works
<deb> give me a lot errors
thenut has quit [Read error: Connection reset by peer]
thenut has joined #cinch
<lagweezle> From what little I looked at, it looks like it requires a mail server, and a database, and maybe some other things.
<lagweezle> deb: I suppose a good question for you ... What are you trying to accomplish?
<deb> i want a bot that can accept new znc users and create them for my free shell/znc server
<deb> i already have the ssh part done
<deb> since znc folks told me that editing znc.conf manually and adding the new user from a bash script or whatever not a good idea, i need to interact with znc via /msg *status some how to add the new user into the box
<deb> *new znc user
<deb> i already have email seerver running, ipv4 and ipv6
<deb> a very new (1 hr old) in ruby, i was hopping to see this bot running and trying to make my own, since looks very easy from the cinch manpages to do
<deb> but i hit the wall :)
<lagweezle> Erm, I think they were meaning that adding new users w/o an admin doing it and making sure that user should have an account would be bad.
<deb> agree, i was planning to do a email send/confirm to me, then me enableing the znc account after review
<lagweezle> Ahh. Gotcha. Not a bad plan, then.
<deb> that bot suppose to do that
krisbulman is now known as [krisbulman]
Spami has joined #cinch
postmodern has quit [Quit: Leaving]
leftylink has quit [Ping timeout: 264 seconds]
leftylink has joined #cinch
leftylink has quit [Read error: Operation timed out]
Azure has quit [Quit: Textual IRC Client: www.textualapp.com]
Azure has joined #cinch
leftylink has joined #cinch
<CM-Punk> deb, why not just use the web admin to create a new user?
leftylink has quit [Read error: Operation timed out]
nOgAnOo has joined #cinch
leftylink has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
leftylink has quit [Ping timeout: 252 seconds]
leftylink has joined #cinch
thews has joined #cinch
thews has quit [Changing host]
thews has joined #cinch
leftylink has quit [Ping timeout: 252 seconds]
leftylink has joined #cinch
leftylink has quit [Ping timeout: 260 seconds]
leftylink has joined #cinch
thews has quit [Remote host closed the connection]
leftylink has quit [Ping timeout: 245 seconds]
leftylink has joined #cinch
thews has joined #cinch
thews has quit [Remote host closed the connection]
leftylink has quit [Ping timeout: 245 seconds]
txdv has quit [Read error: Connection reset by peer]
txdv has joined #cinch
leftylink has joined #cinch
leftylink has quit [Read error: Operation timed out]
leftylink has joined #cinch
txdv has quit [Read error: Connection reset by peer]
[krisbulman] is now known as krisbulman
txdv has joined #cinch
leftylink has quit [Ping timeout: 240 seconds]