<catepillar>
Rennex: what kind of examples would you like to see? I get quite a bit out of those that are there.
_whitelogger has joined #cinch
lagweezle has joined #cinch
bean has quit [Quit: Computer has gone to sleep.]
postmodern has joined #cinch
<Rennex>
catepillar: well, just from looking at the FAQ on this channel - how to send messages to an arbitrary user/channel, and how to make the bot announce (and also listen for) stuff happening outside irc
<Rennex>
i just went through the examples - 1 out of 9 total demonstrates sending a message to a user, all the others are based on "on :message" and "m.reply"
<Rennex>
it's all in the API docs i'm sure, but an example does wonders for the impatient information seeker.. :)
bean has joined #cinch
<dominikh>
I'd be more interested in a proper guide/tutorial than more examples nobody looks at (otherwise they'd know how to send messages to arbitrary users :))
<dominikh>
Note: interested in means interested in someone writing such a thing
<Rennex>
yeah, the readme on github is pretty short, for one. Doesn't really give a good sense of what's possible or how x is commonly done, just a scratch on the surface
<Rennex>
when i was looking for a bot framework to use, i settled on cinch based on other sources :)
<dominikh>
Yeah, I'm aware of that. The API docs themselves are very extensive, in that they explain all methods and arguments. But there's no way to know what to look for in the first place
<dominikh>
Unfortunately I don't exactly have the time to write anything up
<Rennex>
yeah, common problem...
<dominikh>
But yeah, maybe someone will step up and write a set of guides :)
txdv has quit [Ping timeout: 240 seconds]
txdv has joined #cinch
v0n has quit [Ping timeout: 264 seconds]
<brandon|work>
I've been playing around with that idea for a while
<brandon|work>
something like the manual for Shoes
<dominikh>
hopefully not written in _why's eccentric style :)
<brandon|work>
haha, not quite
<brandon|work>
I was just thinking more of "these are your options, these are basic ways to interact with things, and finally some complex examples