ColdBlooder has quit [Remote host closed the connection]
aytch has joined #cinch
kith has quit [Read error: Connection reset by peer]
kith has joined #cinch
jhaals has joined #cinch
postmodern has quit [Quit: Leaving]
wunz_ has joined #cinch
wunz has quit [*.net *.split]
ColdBlooder has joined #cinch
waxjar has quit [Ping timeout: 264 seconds]
waxjar has joined #cinch
v0n has joined #cinch
bean__ has joined #cinch
ColdBlooder has quit [Quit: No Ping reply in 180 seconds.]
ColdBlooder has joined #cinch
v0n has quit [Read error: Connection reset by peer]
v0n has joined #cinch
jhaals has quit [Ping timeout: 260 seconds]
wunz_ is now known as wunz
cmartin123 has quit [Quit: cmartin123]
cmartin123 has joined #cinch
aytch has quit [Remote host closed the connection]
aytch has joined #cinch
<cmartin123>
Does all the behaviour of the bot have to be defined before bot.start is called?
<dominikh>
no.
<waxjar>
you can register new plugins and unregister plugins while running, i'm not sure about individual commands.
<dominikh>
every matcher can be created/manipulated/removed
<dominikh>
s/matcher/handler
<dominikh>
s/$/at runtime
<cmartin123>
I want to send a message to a irc user in response to an event from an event-driven websocket server, but I want the bot to be connected throughout the time the websocket is open. As soon as I call bot.start, the execution flow is blocked, right.
<dominikh>
you can call start in a thread of its own.
<cmartin123>
Then I can use call bot.on, and do User('user', bot).msg, etc, while the bot is running in it's own thread?
<dominikh>
I don't see why you'd need bot.on though. Do you want to create new things to react on, or just send someone a message
<dominikh>
but yes, you could use bot.on
<cmartin123>
Just send somebody a message, but I was just wondering
<cmartin123>
That helps a lot, thanks
<dominikh>
:)
aytch has quit [Remote host closed the connection]
<ColdBlooder>
Sorry if its off topic but is there a way to scan if incoming tor user on the server side? (A bot could do this but its propably more efficent to handle that on the irc server)
<ColdBlooder>
and hi :)
<dominikh>
rather off topic :) there are lists of TOR exit nodes. freenode, e.g. has some rules regarding tor, so does oftc
<dominikh>
so yes, quite possibly
<dominikh>
gotta leave now though.
<ColdBlooder>
Wish i could get bopm to work. GOnna try using a bot for it now. (Still gonna be a while before im "good enough" in ruby to tackle it though)
<ColdBlooder>
ok, cya!
postmodern has joined #cinch
bean__ has quit [Quit: Computer has gone to sleep.]
cmartin123_ has joined #cinch
cmartin123 has quit [Ping timeout: 276 seconds]
cmartin123_ is now known as cmartin123
bean__ has joined #cinch
bean__ has quit [Quit: Computer has gone to sleep.]
ColdBlooder has quit [Remote host closed the connection]