<Liru>
Is there a way to have something constantly running in the background? Like, having a dice roll simulated each minute and printed to the channel without interacting with the bot?
<catepillar>
look at timers
<Liru>
k
<catepillar>
normally, i would link you to an example, but I dont see any i like :P
<Liru>
I keep trying to hash a user's name with m.user
<Liru>
I get #<User nick="Liru"> instead of just "Liru"
<Liru>
Looking up how to possibly fix it
<Liru>
m.user.nick is what I was looking for apparently
qb has quit [Ping timeout: 245 seconds]
sleetdrop has joined #cinch
qb has joined #cinch
waxjar has joined #cinch
<catepillar>
yes, m.user is the User object
<catepillar>
so User.name is the name of that user. authname is also something you *might* be interested in, seeing as names change frequently, but authname changes are rare
<Liru>
Yeah, it looks like something I may want
<Liru>
Although I'm not sure if I want to use that, but it seems like something that MAY be useful to me
<zer0python>
I was quite happy that cinch already handled figuring out authname. :>
<zer0python>
it really is a nice full framework, just wish it was slightly better documented ;)
<Liru>
zer0python: Yeah, I spent forever looking for a way to handle a user joining a channel
<Liru>
Turns out it's in an example but not in the docs o.o
<Liru>
Woo, this is going places
<Liru>
I just need to figure out how to save and read symbols and I'm done a huge chunk of the framework