<zer0python>
is there an easy way to set the bot name as a prefix, that is instead of using like '!', one could just say "MyBot: do blah" or "MyBot, do blah" ?
<zer0python>
doesn't seem to like it if I try to set prefix to 'MyBot: '
<zer0python>
or maybe it was a typo -_-
leftylink has quit [*.net *.split]
<catepillar>
if you dont ever change the bot name you could easily do that with prefix
<catepillar>
I don't know the order of declaration and execution of things, but you *might* be able to use something like @bot.nick for the name if it is gonna be changing, but dominikh would be better to answer that
leftylink has joined #cinch
rickmasta has quit [Ping timeout: 264 seconds]
rickmasta has joined #cinch
v0n has quit [Ping timeout: 260 seconds]
framling has joined #cinch
rikai has quit [Ping timeout: 246 seconds]
sleetdrop has joined #cinch
<waxjar_>
zer0python, you can set a lambda that returns the name of the bot as the prefix
v0n has joined #cinch
postmodern has quit [Quit: Leaving]
txdv has quit [Remote host closed the connection]
aytch has quit [Remote host closed the connection]
davidh_ has joined #cinch
<davidh_>
cinch v. 2.0.4; can't get plugins to work. tried the example on the github page, with no success. tried a few other plugins too.
<davidh_>
the normal Hello, World example on github works fine
<dominikh>
the default prefix for plugins is !
<dominikh>
so !hello for the hello plugin
<davidh_>
ah, let me try that...
<davidh_>
ta daaaa… it works. thanks. :)
txdv has joined #cinch
sleetdrop has quit [Quit: Computer has gone to sleep.]
bhaak has quit [Read error: Operation timed out]
bhaak has joined #cinch
godzirra has joined #cinch
<godzirra>
Howdy guys.
<godzirra>
Is "react_on :private" deprecated?
<dominikh>
nope
<dominikh>
oh, yes
<dominikh>
wait
<godzirra>
What did it change to? I looked in the docs but I didn't see anything obvious
<dominikh>
maybe :>
<godzirra>
ha
<godzirra>
Well, I upgraded cinch and it tells me its a syntax error now. ;)
<dominikh>
set :react_on, :private, probably
<dominikh>
syntax error? doubtful, that's Ruby's task to determine, not Cinch's ;)