dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
v0n has quit [Read error: Operation timed out]
v0n has joined #cinch
v0n has quit [Ping timeout: 252 seconds]
ILoveYou has joined #cinch
<ILoveYou>
hey guys, does cinch support sending raw messages to the server, ie: i'm trying to make a bot that has the ability to kick/ban/etc. i don't see cinch support for this in the docs, but if i can send a raw command to the irc server this is easy to do
<dominikh>
CHannel#kick, Channel#ban, Channel#etc
<dominikh>
and IRC#send if you really need to send a raw message.
<dominikh>
(and Bot#irc to get the IRC instance)
<ILoveYou>
i stand corrected
<ILoveYou>
thanks
geopet has quit []
ILoveYou has quit [Ping timeout: 240 seconds]
v0n has joined #cinch
LeandroL has joined #cinch
<LeandroL>
hi everyone
<dominikh>
hi.
<LeandroL>
i'm trying to retrieve the user list of every channel my bot joins, right after joining said channels
<LeandroL>
the closest event i found is :connect, but it's triggered right after connecting to the network
<dominikh>
start at the top of the documentation and read bullet point 1
<LeandroL>
the bot hasn't joined any channels yet when that event is triggered
<LeandroL>
oh, interesting. i'm not entirely familiar with the IRC protocol
<LeandroL>
it didn't occur to me trying :join
<LeandroL>
thanks a lot dominikh
<LeandroL>
i'm gonna see if it works
<dominikh>
no problem. I did consider a comprehensive list of all commands once, but that would blow up the documentation, and run risk of being incomplete if new commands get added
<LeandroL>
maybe you could include such list in a separate page so as not to bloat events.md
geopet_ has joined #cinch
<dominikh>
maybe
<LeandroL>
anyway - it worked.
<LeandroL>
thanks again, dominikh
geopet_ is now known as geopet
<LeandroL>
hey dominikh
<LeandroL>
you still there?
<dominikh>
sort of.
<dominikh>
LeandroL: not for long though.
<LeandroL>
dominikh: i've got a couple of plugins (cinch-wikipedia and cinch-urbandictionary) that aren't working. they fail with the following error when invoking !wiki <foo> and !urban <foo>:
<LeandroL>
/home/leandro/.rvm/gems/ruby-2.0.0-p247/gems/cinch-cooldown-1.1.2/lib/cinch/plugin/cooldowns.rb:12:in `finished?': undefined method `[]' for nil:NilClass (NoMethodError)
<dominikh>
that error is of no use without the code
<LeandroL>
i know those aren't your plugins, but they share the same error so maybe it's a common issue you encountered before
<LeandroL>
no, it's ok, i just wanted to see if you've seen the error before. i'm not making you go through the code
<dominikh>
also, considering that error is occuring in a plugin called "cooldown", I doubt it relates to cinch-wikipedia and cinch-urbandictionary
<LeandroL>
yeah
<LeandroL>
i have no idea what cooldown does. i'll have to look into it and see what's wrong
<LeandroL>
anyway, it was worth the shot
<LeandroL>
thanks again
<dominikh>
what version of Cinch are you using?
<LeandroL>
2.0.12
<dominikh>
anyway, it's an issue with cinch-cooldown, not those other plugins
<LeandroL>
out of curiosity, given you're the author of the cinch framework, do you know of any nontrivial, open source cinch based bots out there to steal ideas from?
<leftylink>
hmm. this plugin... might be useful to me
<dominikh>
(disregard the readme on that last one, it's not up to date.)
v0n has quit [Ping timeout: 240 seconds]
<dominikh>
I'm gone now.
v0n has joined #cinch
v0n has quit [Ping timeout: 264 seconds]
geopet has quit []
postmodern has joined #cinch
LeandroL has left #cinch ["Leaving"]
xeviox|afk is now known as xeviox
kludge` has quit [Ping timeout: 244 seconds]
kludge` has joined #cinch
xeviox is now known as xeviox|afk
postmodern has quit [Quit: Leaving]
cloud|nix has joined #cinch
v0n has joined #cinch
cloud|nix has quit [Quit: Ex-Chat]
geopet has joined #cinch
nickrw has quit [Remote host closed the connection]
cloud|nix has joined #cinch
nickrw has joined #cinch
leftylin1 has joined #cinch
leftylink has quit [*.net *.split]
catepillar has quit [*.net *.split]
catepillar has joined #cinch
dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
<dominikh>
first minor version bump in almost two years. contains all the features that only existed in the master branch. more information in the changelog as well as the "What has changed" document on rubydoc.