dominikh1 changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.6
rickmasta has quit [Quit: Leaving...]
space has quit [Ping timeout: 240 seconds]
space has joined #cinch
rickmasta has joined #cinch
jonahR has quit [Quit: jonahR]
v0n has joined #cinch
kx has quit []
space__ has joined #cinch
space has quit [Ping timeout: 268 seconds]
space__ is now known as Space
v0n has quit [Read error: Operation timed out]
postmodern has quit [Quit: Leaving]
postmodern has joined #cinch
v0n has joined #cinch
v0n has quit [Ping timeout: 245 seconds]
leftylink has joined #cinch
scuba323 has joined #cinch
<scuba323> I hate to be that n00b but I am totally new to Ruby. I really want to make a simple bot but I have no idea what the hell to even do -_- Could someone message me through it by chance?
<leftylink> have you read https://github.com/cinchrb/cinch ? there is the simple hello world example there
jonahR has joined #cinch
<scuba323> I think I just ran it hah. I will read that again though. I just don't even know how to run Ruby files. Should have googled first. Sorry to waste time thanks anyways leftylink
<scuba323> !
<leftylink> if you did just run it, the default behavior is to connect to #cinch-bots on this server
<leftylink> so you can check to see if ti shows up there
<scuba323> How can I change the bots name
<leftylink> in that configure block, add a line that reads like this
<leftylink> c.nick = "mybot"
<scuba323> Thank you so much! Happy coding! :)
scuba323 has left #cinch [#cinch]
<leftylink> weird, but ok
Trenal has quit []
rikai__ has joined #cinch
rikai_ has quit [Ping timeout: 264 seconds]
v0n has joined #cinch
jonahR has quit [Quit: jonahR]
jonahR has joined #cinch
jonahR has quit [Client Quit]
Dwarf has quit [Ping timeout: 245 seconds]
Dwarf has joined #cinch
v0n has quit [Ping timeout: 256 seconds]
kludge` has quit [Ping timeout: 245 seconds]
kludge` has joined #cinch
postmodern has quit [Quit: Leaving]
Dwarf has quit [Remote host closed the connection]
Dwarf has joined #cinch
iTitou has joined #cinch
iTitou has left #cinch [#cinch]
Space has quit [Read error: Connection reset by peer]
Space has joined #cinch
Spami has joined #cinch
Spami has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
hofmockel_ has joined #cinch
hofmockel_ is now known as hofmockel
jonahR has joined #cinch
jonahR has quit [Quit: jonahR]
Dwarf has quit [Max SendQ exceeded]
Dwarf has joined #cinch
Spami has joined #cinch
Spami has joined #cinch
Spami has quit [Quit: Leaving]
postmodern has joined #cinch
Spami has joined #cinch
Spami has joined #cinch
<Donovan> bot.config.prefix is the current plugin prefix, yes?
<dominikh> uhm, no
<dominikh> for one, it's be bot.config.plugins.prefix. second, it's the global plugin prefix. a prefix, or match, might overwrite it locally
<Donovan> I've got a listen_to :message, but I want to exclude commands
<dominikh> the 100% correct way would be to ask every plugin "does this look like a command to you?"
<Donovan> hmm
<dominikh> of course if you're in control of all plugins and know they don't set their own prefix, you can use that option. but of course there can still be matches that do not use the prefix
<Donovan> yeah
<Donovan> mulling it over
<Donovan> for testing, I'll use bot.config.plugins.prefix but will need to make it more robust later
Space has quit [Remote host closed the connection]
jonahR has joined #cinch