Amsg Over Servers
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Nov 01, 2009 |
| Last Updated | Nov 01, 2009 |
| Tags | amsg over servers |
Introduction
mIRC Snippet:
Amsg Over Servers
Posted on Nov 3, 2009 12:31 pm
Posted on Nov 3, 2009 12:31 pm
Um can anyone show me how to make this stay on one channel?
mIRC Snippet:
Amsg Over Servers
Posted on Nov 3, 2009 12:34 pm
Posted on Nov 3, 2009 12:34 pm
describe # Message
this will send action text to the channel.
As for the snippet, can't you do the same with:
/scid -a ame Message
this will send action text to the channel.
As for the snippet, can't you do the same with:
/scid -a ame Message
mIRC Snippet:
Amsg Over Servers
Posted on Nov 3, 2009 12:48 pm
Posted on Nov 3, 2009 12:48 pm
cross server stuff is usually .scon -at1 /msg # blah
mIRC Snippet:
Amsg Over Servers
Posted on Nov 3, 2009 12:50 pm
Posted on Nov 3, 2009 12:50 pm
scid or scon is the same. Scid depends on the actual connection id, while scon refers to the Nth connection.
Oh I thought this was an ame snippet.
Desh, to message one channel use.
/msg # Message
Oh I thought this was an ame snippet.
Desh, to message one channel use.
/msg # Message
mIRC Snippet:
Amsg Over Servers
Posted on Nov 3, 2009 7:31 pm
Posted on Nov 3, 2009 7:31 pm
o_o;
/gamsg amsg scripts are fail.
Same idea for channel usage tbfh.
Don't question my style of scripting :(
| Code: |
| alias gamsg { scon -a amsg (Global AMSG): $1- } |
/gamsg amsg scripts are fail.
Same idea for channel usage tbfh.
| Code: |
| on *:text:!amsg*:#: { scon -a amsg ( $+ $nick $+ )(AMSG): $1- } |
Don't question my style of scripting :(




