mIRC Home    About    Download    Register    News    Help

Print Thread
#153847 23/07/06 11:13 PM
Joined: Jul 2006
Posts: 2
B
bongo Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
B
Joined: Jul 2006
Posts: 2
Hi
I have a question. this is my code
Code:
 on 1:TEXT:*:#test:{
  %line= $1-
  /msg tester %line
}
 

Is it possible to pm someone on a other server

#153848 23/07/06 11:32 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
If you and the other person are on the same network (irrelevant as to which server), then you can just use the /msg command

However, if you mean that you want to send a message from one network to another, then this can be done with the Multi-server commands

/help Mult-server


Link Copied to Clipboard