Faking Chat Messages / Gateway
Posted: Sat Dec 08, 2007 9:28 pm
Is it possible to "fake" chat messages by having a client issue commands as an IRC operator?
I have a website that has an AJAX based shoutbox-style chat and would like to link it to an IRC channel. I know I can have a bot sit in the channel that echos out the messages as follows: but I would really like the messages to appear as to other clients instead.
Is it possible to do that somehow? I searched around the net and these forums a bit but didn't find an answer. Then again, I don't really know what keywords I would have to use in the first place. >_>;
I have a website that has an AJAX based shoutbox-style chat and would like to link it to an IRC channel. I know I can have a bot sit in the channel that echos out the messages as follows:
Code: Select all
<Botnick> <User> Lorem ipsum dolor sit amet...Code: Select all
<User> Lorem ipsum dolor sit amet...Is it possible to do that somehow? I searched around the net and these forums a bit but didn't find an answer. Then again, I don't really know what keywords I would have to use in the first place. >_>;