dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.3.1 | You're being logged at https://irclog.whitequark.org/cinch/
<dominikh>
I'd need to see both your code as well as the full IRC log
Mackerel has quit [Quit: That shouldn't have happened..]
<Chew>
How can I make the bot run commands? I want it to run oper commands like /kill and /kline
<dominikh>
use Bot#irc to get the IRC connection, then use IRC#send to send a raw IRC message to the server, for example @bot.irc.send("KLINE #{username}") (assuming KLINE is the actual raw IRC command)
<dominikh>
that is after you've used Bot#oper to oper up. oddly enough we have a method for becoming ircop, but apparently none for the actual commands
<Chew>
Yeah, I got bot.oper to work
RougeR has joined #cinch
<RougeR>
heya
RougeR is now known as RubyTester00
Mackerel has joined #cinch
RubyTester00 has quit [Ping timeout: 256 seconds]
RubyTester00 has joined #cinch
Mackerel has quit [Quit: That shouldn't have happened..]