Discussion:
relaying message to a chan thru a bot
(too old to reply)
Puterwiz
2004-01-19 00:06:47 UTC
Permalink
Hi
I have a bot, and I am trying to relay messages through it to a
channel. I got it to send regular text to the channel by /msg the bot,
but when I try sending it as an action, it won't send to channel.
here's what I got:

on 1:TEXT:*:?:/msg $chan $2- <--- this works

on 1:TEXT:*:?:/me $chan $2- <--- this doesn't

could anyone point me in the right direction to get it to send as an
action to the channel?
should be easy, but I'm stumped :-/

thanks,

PW




----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption =---
PT Wang
2004-01-19 02:52:21 UTC
Permalink
Post by Puterwiz
Hi
I have a bot, and I am trying to relay messages through it to a
channel. I got it to send regular text to the channel by /msg the bot,
but when I try sending it as an action, it won't send to channel.
on 1:TEXT:*:?:/msg $chan $2- <--- this works
on 1:TEXT:*:?:/me $chan $2- <--- this doesn't
You cannot have two ON 1:TEXT:*:?: in the same file. You probably meant ON
ACTION for the second line. Also, you cannot use /me in most events. Try
/describe .

Loading...