Message to anoter room from a different roo
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 1.3 |
| Scores Submitted | 4 |
| Date Added | Aug 05, 2008 |
| Last Updated | Aug 05, 2008 |
| Tags | message room |
|
|
Introduction
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 5, 2008 1:58 pm
Posted on Aug 5, 2008 1:58 pm
wont work for me
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 5, 2008 2:52 pm
Posted on Aug 5, 2008 2:52 pm
Make sure you change the #roomname's. Also, the bot obviously has to be on both channels.
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 5, 2008 2:58 pm
Posted on Aug 5, 2008 2:58 pm
i believe the msg should be .msg too. i have a relay script myself for this command but mine is far more elaborate and has flood protection
http://www.hawkee.com/snippet/4441/
so for axample...
on *:text:!a *:#roomname: { msg #roomname $nick IS 12MAKING YOU AWARE IN HERE OF THIS : $2- }
that should look something like
on *:text:!a *:#roomname: { .msg #roomname $nick IS 12MAKING YOU AWARE IN HERE OF THIS : $2- }
also spacings... check them
http://www.hawkee.com/snippet/4441/
so for axample...
on *:text:!a *:#roomname: { msg #roomname $nick IS 12MAKING YOU AWARE IN HERE OF THIS : $2- }
that should look something like
on *:text:!a *:#roomname: { .msg #roomname $nick IS 12MAKING YOU AWARE IN HERE OF THIS : $2- }
also spacings... check them
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 5, 2008 2:59 pm
Posted on Aug 5, 2008 2:59 pm
| Quote: |
i believe the msg should be .msg too. i have a relay script myself for this command but mine is far more elaborate and has flood protection http://www.hawkee.com/snippet/4441/ |
Well all .msg does is silence it on the bot's mIRC. Either way it should message.
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 5, 2008 3:03 pm
Posted on Aug 5, 2008 3:03 pm
ah yes.. my bad. just had a read up. i did spot one difference though with this and mine...
mine = on *:TEXT:!assist *:*: {
his = on *:text:!a *:#roomname: {
reckon that might be a cause?
mine = on *:TEXT:!assist *:*: {
his = on *:text:!a *:#roomname: {
reckon that might be a cause?
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 6, 2008 10:35 am
Posted on Aug 6, 2008 10:35 am
you like it mountaindew
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 6, 2008 11:09 am
Posted on Aug 6, 2008 11:09 am
ist it easier to just join the room and say it lol? i mean unless u added the room name after, youd have to change it every time u want to send to a diff chan
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 7, 2008 3:34 pm
Posted on Aug 7, 2008 3:34 pm
Isn't it easier to be in that room, but be looking in a different room, and type:
/msg #room2 blah?
/msg #room2 blah?
mIRC Snippet:
Message to anoter room from a different roo
Posted on Aug 10, 2008 5:08 am
Posted on Aug 10, 2008 5:08 am
is this for a bot?
it may be because
if your bot is not in the room you are messageing
and the room has mode +n( no outside msgs )
it wont work.
it may be because
if your bot is not in the room you are messageing
and the room has mode +n( no outside msgs )
it wont work.







