Top

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 
  Bookmark and Share

Introduction

post this in your remotes Replace the first #roomName With the room you want the message to go to and replace the second #roomname with the room your sending it from users have to be in the same rooms any user can use it by typing !a message here

Grab the Code

Comments

  (9)  RSS
pwnisher3
Comments: 127
 
mIRC Snippet:  Message to anoter room from a different roo
Posted on Aug 5, 2008 1:58 pm
wont work for me
mountaindew
Comments: 1,645
 
mIRC Snippet:  Message to anoter room from a different roo
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.
Cheiron
Comments: 328
 
mIRC Snippet:  Message to anoter room from a different roo
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
mountaindew
Comments: 1,645
 
mIRC Snippet:  Message to anoter room from a different roo
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.
Cheiron
Comments: 328
 
mIRC Snippet:  Message to anoter room from a different roo
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?
DragonFlare
Comments: 103
 
mIRC Snippet:  Message to anoter room from a different roo
Posted on Aug 6, 2008 10:35 am
you like it mountaindew
asakura
Comments: 37
 
mIRC Snippet:  Message to anoter room from a different roo
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
Soulkeeper
Comments: 84
 
mIRC Snippet:  Message to anoter room from a different roo
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?
PunkTuReD
Comments: 113
 
mIRC Snippet:  Message to anoter room from a different roo
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.

Please Register or Login to start posting comments.
Bottom