But drotto, not do that i want.
I am still a beginner in editing bots.
I used this code:
stream.operations(:transfer) do |transfer|
next if transfer.to == 'booster' # no self-reply
reply(transfer)
end
So when someone transfers to booster, i would like to reply a message as 'GOOD JOB!'
And thats it, what am i doing wrong?